summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/newt/newt-0.51.6-r1.ebuild')
-rw-r--r--dev-libs/newt/newt-0.51.6-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/newt/newt-0.51.6-r1.ebuild b/dev-libs/newt/newt-0.51.6-r1.ebuild
index 85118db159be..3efc4a7b0048 100644
--- a/dev-libs/newt/newt-0.51.6-r1.ebuild
+++ b/dev-libs/newt/newt-0.51.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.51.6-r1.ebuild,v 1.4 2006/12/31 17:05:34 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.51.6-r1.ebuild,v 1.5 2007/06/26 01:54:41 mr_bones_ Exp $
inherit python toolchain-funcs eutils flag-o-matic
@@ -28,7 +28,7 @@ src_unpack() {
epatch ${FILESDIR}/newt-0.51.4-fix-wstrlen-for-non-utf8-strings.patch || die
epatch ${FILESDIR}/${PN}-${PV}-newttextbox-memoryleak.patch || die
- # bug 73850
+ # bug 73850
if use elibc_uclibc; then
sed -i -e 's:-lslang:-lslang -lncurses:g' ${S}/Makefile.in
fi