diff options
author | 2013-04-04 18:44:12 +0000 | |
---|---|---|
committer | 2013-04-04 18:44:12 +0000 | |
commit | 926f84ca1f55aefdbe87908f50aee4e39f67c6a4 (patch) | |
tree | bd02d429ebc35e835e1f7cf47da03a75323a0ea7 /sys-devel/autoconf/autoconf-2.69.ebuild | |
parent | Bump (diff) | |
download | historical-926f84ca1f55aefdbe87908f50aee4e39f67c6a4.tar.gz historical-926f84ca1f55aefdbe87908f50aee4e39f67c6a4.tar.bz2 historical-926f84ca1f55aefdbe87908f50aee4e39f67c6a4.zip |
Drop texinfo from DEPEND since this was added when we were munging the info pages which none of the newer versions do anymore.
Package-Manager: portage-2.2.0_alpha170/cvs/Linux x86_64
Manifest-Sign-Key: 0xFB7C4156
Diffstat (limited to 'sys-devel/autoconf/autoconf-2.69.ebuild')
-rw-r--r-- | sys-devel/autoconf/autoconf-2.69.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-devel/autoconf/autoconf-2.69.ebuild b/sys-devel/autoconf/autoconf-2.69.ebuild index 26184969c7fd..d237fcabcd3e 100644 --- a/sys-devel/autoconf/autoconf-2.69.ebuild +++ b/sys-devel/autoconf/autoconf-2.69.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.69.ebuild,v 1.14 2013/02/19 04:45:38 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.69.ebuild,v 1.15 2013/04/04 18:44:03 vapier Exp $ EAPI="3" @@ -24,8 +24,7 @@ LICENSE="GPL-3" SLOT="2.5" IUSE="emacs" -DEPEND=">=sys-apps/texinfo-4.3 - >=sys-devel/m4-1.4.16 +DEPEND=">=sys-devel/m4-1.4.16 >=dev-lang/perl-5.6" RDEPEND="${DEPEND} >=sys-devel/autoconf-wrapper-10" |