diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-08-06 23:07:55 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-08-06 23:07:55 +0000 |
commit | 42db764b58f3d5d96fa8207160e95be5ef465b0e (patch) | |
tree | 1ba9d7361a016870ed79bbc21a345596ffd75938 /sys-devel/autoconf | |
parent | Add a revision supporting autoconf 2.67 that was missing; make it so that the... (diff) | |
download | historical-42db764b58f3d5d96fa8207160e95be5ef465b0e.tar.gz historical-42db764b58f3d5d96fa8207160e95be5ef465b0e.tar.bz2 historical-42db764b58f3d5d96fa8207160e95be5ef465b0e.zip |
Depend on a supporting autoconf-wrapper.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'sys-devel/autoconf')
-rw-r--r-- | sys-devel/autoconf/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/autoconf/autoconf-2.67.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/autoconf/ChangeLog b/sys-devel/autoconf/ChangeLog index 4ae3a79730c7..c2258cf8becd 100644 --- a/sys-devel/autoconf/ChangeLog +++ b/sys-devel/autoconf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/autoconf # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.146 2010/08/02 20:11:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.147 2010/08/06 23:07:55 flameeyes Exp $ + + 06 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org> + autoconf-2.67.ebuild: + Depend on a supporting autoconf-wrapper. *autoconf-2.67 (02 Aug 2010) diff --git a/sys-devel/autoconf/autoconf-2.67.ebuild b/sys-devel/autoconf/autoconf-2.67.ebuild index 9bf70a80c509..7d993464da03 100644 --- a/sys-devel/autoconf/autoconf-2.67.ebuild +++ b/sys-devel/autoconf/autoconf-2.67.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.67.ebuild,v 1.1 2010/08/02 20:11:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.67.ebuild,v 1.2 2010/08/06 23:07:55 flameeyes Exp $ EAPI="2" @@ -18,7 +18,7 @@ DEPEND=">=sys-apps/texinfo-4.3 >=sys-devel/m4-1.4.6 dev-lang/perl" RDEPEND="${DEPEND} - >=sys-devel/autoconf-wrapper-9" + >=sys-devel/autoconf-wrapper-9-r1" PDEPEND="emacs? ( app-emacs/autoconf-mode )" src_configure() { |