diff options
Diffstat (limited to 'sys-apps/texinfo/texinfo-4.6.ebuild')
-rw-r--r-- | sys-apps/texinfo/texinfo-4.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/texinfo/texinfo-4.6.ebuild b/sys-apps/texinfo/texinfo-4.6.ebuild index 315cf7290e87..02f2cf126f13 100644 --- a/sys-apps/texinfo/texinfo-4.6.ebuild +++ b/sys-apps/texinfo/texinfo-4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.6.ebuild,v 1.2 2003/09/07 00:53:17 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.6.ebuild,v 1.3 2003/09/07 18:35:55 azarah Exp $ IUSE="nls build" @@ -15,7 +15,7 @@ KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~arm ~mips" DEPEND=">=sys-apps/sed-4.0.5 !build? ( >=sys-libs/ncurses-5.2-r2 - nls? ( sys-devel/gettext ) )" + nls? ( sys-devel/gettext ) )" RDEPEND="virtual/glibc !build? ( >=sys-libs/ncurses-5.2-r2 )" |