diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-03-25 08:47:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-03-25 08:47:11 +0000 |
commit | 10c57fcf4baae962d02f3efe2fe6144a8cdf527e (patch) | |
tree | c61ff93247ee2cf9926c20192e8451ab81bac7b2 /sys-apps/coreutils/coreutils-6.9.ebuild | |
parent | Add Dzongkha locale (diff) | |
download | gentoo-2-10c57fcf4baae962d02f3efe2fe6144a8cdf527e.tar.gz gentoo-2-10c57fcf4baae962d02f3efe2fe6144a8cdf527e.tar.bz2 gentoo-2-10c57fcf4baae962d02f3efe2fe6144a8cdf527e.zip |
force latest autoconf #172135
(Portage version: 2.1.2.2)
Diffstat (limited to 'sys-apps/coreutils/coreutils-6.9.ebuild')
-rw-r--r-- | sys-apps/coreutils/coreutils-6.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/coreutils/coreutils-6.9.ebuild b/sys-apps/coreutils/coreutils-6.9.ebuild index e0a63d5846ed..1ba6ddf2410a 100644 --- a/sys-apps/coreutils/coreutils-6.9.ebuild +++ b/sys-apps/coreutils/coreutils-6.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.9.ebuild,v 1.2 2007/03/24 10:08:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.9.ebuild,v 1.3 2007/03/25 08:47:11 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs autotools @@ -26,7 +26,7 @@ RDEPEND="selinux? ( sys-libs/libselinux ) >=sys-libs/ncurses-5.3-r5" DEPEND="${RDEPEND} =sys-devel/automake-1.9* - >=sys-devel/autoconf-2.59d + >=sys-devel/autoconf-2.61 >=sys-devel/m4-1.4-r1 sys-apps/help2man" |