diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2003-09-08 02:12:37 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2003-09-08 02:12:37 +0000 |
commit | 9d455c7c37b8680f6aaaec3c4e4fd636912dc9a1 (patch) | |
tree | c20377c14b48e94df02b78b245359c0f90f2700e /sys-apps/texinfo/texinfo-4.3-r1.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-9d455c7c37b8680f6aaaec3c4e4fd636912dc9a1.tar.gz gentoo-2-9d455c7c37b8680f6aaaec3c4e4fd636912dc9a1.tar.bz2 gentoo-2-9d455c7c37b8680f6aaaec3c4e4fd636912dc9a1.zip |
bootstrap fixes
Diffstat (limited to 'sys-apps/texinfo/texinfo-4.3-r1.ebuild')
-rw-r--r-- | sys-apps/texinfo/texinfo-4.3-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/texinfo/texinfo-4.3-r1.ebuild b/sys-apps/texinfo/texinfo-4.3-r1.ebuild index 36b97ad614cf..0060be6f6c81 100644 --- a/sys-apps/texinfo/texinfo-4.3-r1.ebuild +++ b/sys-apps/texinfo/texinfo-4.3-r1.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.3-r1.ebuild,v 1.11 2003/09/07 00:53:17 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.3-r1.ebuild,v 1.12 2003/09/08 02:12:27 azarah Exp $ inherit eutils @@ -17,9 +17,9 @@ LICENSE="GPL-2" KEYWORDS="x86 amd64 ppc sparc alpha hppa arm mips" DEPEND=">=sys-apps/portage-2.0.47-r10 - >=sys-apps/sed-4.0.5 !build? ( >=sys-libs/ncurses-5.2-r2 - nls? ( sys-devel/gettext ) )" + >=sys-apps/sed-4.0.5 + nls? ( sys-devel/gettext ) )" src_unpack() { unpack ${A} |