summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-09-25 00:13:19 +0000
committerMike Frysinger <vapier@gentoo.org>2008-09-25 00:13:19 +0000
commit8570cc72df4a0eac7c5a545ae622712e3be71795 (patch)
tree590a1366afded659112b7e3cc608fb6f84789829 /sys-devel/autoconf
parentkeyword ~x86-fbsd thanks to Davide Italiano <dav_it@gentoo.org>, bug #236214 (diff)
downloadgentoo-2-8570cc72df4a0eac7c5a545ae622712e3be71795.tar.gz
gentoo-2-8570cc72df4a0eac7c5a545ae622712e3be71795.tar.bz2
gentoo-2-8570cc72df4a0eac7c5a545ae622712e3be71795.zip
Make sure we pull in latest autoconf-wrapper #238368 by Josef Reidinger.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.2 x86_64)
Diffstat (limited to 'sys-devel/autoconf')
-rw-r--r--sys-devel/autoconf/ChangeLog5
-rw-r--r--sys-devel/autoconf/autoconf-2.63.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/autoconf/ChangeLog b/sys-devel/autoconf/ChangeLog
index f36ce66be9a8..4f3740b2b599 100644
--- a/sys-devel/autoconf/ChangeLog
+++ b/sys-devel/autoconf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/autoconf
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.121 2008/09/20 17:52:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.122 2008/09/25 00:13:19 vapier Exp $
+
+ 25 Sep 2008; Mike Frysinger <vapier@gentoo.org> autoconf-2.63.ebuild:
+ Make sure we pull in latest autoconf-wrapper #238368 by Josef Reidinger.
*autoconf-2.63 (20 Sep 2008)
diff --git a/sys-devel/autoconf/autoconf-2.63.ebuild b/sys-devel/autoconf/autoconf-2.63.ebuild
index af448c377431..3d137024e08c 100644
--- a/sys-devel/autoconf/autoconf-2.63.ebuild
+++ b/sys-devel/autoconf/autoconf-2.63.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.63.ebuild,v 1.1 2008/09/20 17:52:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.63.ebuild,v 1.2 2008/09/25 00:13:19 vapier Exp $
DESCRIPTION="Used to create autoconfiguration files"
HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html"
@@ -15,7 +15,7 @@ DEPEND=">=sys-apps/texinfo-4.3
>=sys-devel/m4-1.4.6
dev-lang/perl"
RDEPEND="${DEPEND}
- >=sys-devel/autoconf-wrapper-5"
+ >=sys-devel/autoconf-wrapper-6"
PDEPEND="emacs? ( app-emacs/autoconf-mode )"
src_compile() {