diff options
Diffstat (limited to 'sys-apps/texinfo/texinfo-4.5.ebuild')
-rw-r--r-- | sys-apps/texinfo/texinfo-4.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/texinfo/texinfo-4.5.ebuild b/sys-apps/texinfo/texinfo-4.5.ebuild index 51a1ab29fef3..432be08d294e 100644 --- a/sys-apps/texinfo/texinfo-4.5.ebuild +++ b/sys-apps/texinfo/texinfo-4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.5.ebuild,v 1.16 2004/06/28 01:25:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.5.ebuild,v 1.17 2004/07/01 21:40:57 eradicator Exp $ IUSE="nls build" @@ -14,12 +14,12 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 amd64 ppc sparc alpha hppa mips" -DEPEND="virtual/glibc +DEPEND="virtual/libc !build? ( >=sys-libs/ncurses-5.2-r2 >=sys-apps/sed-4.0.5 nls? ( sys-devel/gettext ) )" -RDEPEND="virtual/glibc +RDEPEND="virtual/libc !build? ( >=sys-libs/ncurses-5.2-r2 )" src_unpack() { |