diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2003-01-17 11:35:12 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2003-01-17 11:35:12 +0000 |
commit | a2f4c9ee0fed3fb1e90845e0b813ca6b269743be (patch) | |
tree | 88f4b0929ff00b63330b537cee99bda62a7311bf /sys-devel | |
parent | added some information to the xinteraction patch, made some changes to the wa... (diff) | |
download | historical-a2f4c9ee0fed3fb1e90845e0b813ca6b269743be.tar.gz historical-a2f4c9ee0fed3fb1e90845e0b813ca6b269743be.tar.bz2 historical-a2f4c9ee0fed3fb1e90845e0b813ca6b269743be.zip |
depend on texinfo-4.3
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/autoconf/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/autoconf/autoconf-2.54.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/autoconf/ChangeLog b/sys-devel/autoconf/ChangeLog index be5b7c8af2b2..9345cecc7a53 100644 --- a/sys-devel/autoconf/ChangeLog +++ b/sys-devel/autoconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/autoconf # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.13 2002/12/14 19:19:01 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.14 2003/01/17 11:35:12 azarah Exp $ + + 17 Jan 2003; Martin Schlemmer <azarah@gentoo.org> autoconf-2.54.ebuild : + Depend on texinfo-4.3, else info pages breaks, bug #13041. 14 Dec 2002; Martin Schlemmer <azarah@gentoo.org> autoconf-2.54.ebuild : Also get autoconf-2.5x info page to show up in DIR index, closing diff --git a/sys-devel/autoconf/autoconf-2.54.ebuild b/sys-devel/autoconf/autoconf-2.54.ebuild index f68c8ed4928f..8540be5c0593 100644 --- a/sys-devel/autoconf/autoconf-2.54.ebuild +++ b/sys-devel/autoconf/autoconf-2.54.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.54.ebuild,v 1.6 2002/12/14 19:48:30 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.54.ebuild,v 1.7 2003/01/17 11:35:12 azarah Exp $ IUSE="" @@ -19,7 +19,8 @@ LICENSE="GPL-2" SLOT="2.5" KEYWORDS="x86 ppc sparc alpha" -DEPEND=">=sys-devel/m4-1.4p +DEPEND=">=sys-apps/texinfo-4.3 + >=sys-devel/m4-1.4p sys-devel/perl" |