diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-04 02:37:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-04 02:37:48 +0000 |
commit | 15dc2a5887c661414ffc6df9a8b418d6811a9d11 (patch) | |
tree | fb08520e3aa3a3744c4fd7acab8244d4599f3800 /sys-devel/automake | |
parent | old (diff) | |
download | historical-15dc2a5887c661414ffc6df9a8b418d6811a9d11.tar.gz historical-15dc2a5887c661414ffc6df9a8b418d6811a9d11.tar.bz2 historical-15dc2a5887c661414ffc6df9a8b418d6811a9d11.zip |
require newer texinfo #74136
Diffstat (limited to 'sys-devel/automake')
-rw-r--r-- | sys-devel/automake/Manifest | 8 | ||||
-rw-r--r-- | sys-devel/automake/automake-1.9.3.ebuild | 7 |
2 files changed, 8 insertions, 7 deletions
diff --git a/sys-devel/automake/Manifest b/sys-devel/automake/Manifest index 8e4ae85d35e8..f2759a8396a8 100644 --- a/sys-devel/automake/Manifest +++ b/sys-devel/automake/Manifest @@ -8,7 +8,7 @@ MD5 6343436168700b4723566534827e4ec0 automake-1.6.3.ebuild 1459 MD5 0d517dedad54261579a34844cd1eba91 automake-1.7.9.ebuild 1544 MD5 625357ac5c9b8779fdb449bd08261046 automake-1.8.5-r1.ebuild 12921 MD5 9310d93727baaffac48c5001e2d8ed69 automake-1.8.5-r2.ebuild 1592 -MD5 66270c06df2cc15bf34f2a3204a9c46b automake-1.9.3.ebuild 1465 +MD5 86758eb3187f665064bfb571d3463f61 automake-1.9.3.ebuild 1490 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 78e8a0f1cc7ad91267499625df0de314 files/automake-1.5-slot.patch 1161 MD5 252f1212a83cc74c42cd557bc3f65e32 files/digest-automake-1.4_p6 67 @@ -28,7 +28,7 @@ MD5 d576cbc9cda51d6288db8b8569eb9e2a files/automake-1.8.5-config-guess-uclibc.pa -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.9.10 (GNU/Linux) -iD4DBQFBulczroRuSHgZdywRAgM0AJiipbboArnbFiMHHTtjGr5Dyh9PAJ9rjIeK -K7jSUZpRXt0jJPWNDATMJg== -=jcpc +iD8DBQFB2gGOroRuSHgZdywRAr4qAKCFtXeUpzoZLQfxEHIMYrmBNTp0eQCdHz30 +J50Uj3qjpOBAoQbEZ1OJWJo= +=hnwg -----END PGP SIGNATURE----- diff --git a/sys-devel/automake/automake-1.9.3.ebuild b/sys-devel/automake/automake-1.9.3.ebuild index 6f4633364888..6a7619677374 100644 --- a/sys-devel/automake/automake-1.9.3.ebuild +++ b/sys-devel/automake/automake-1.9.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.3.ebuild,v 1.4 2004/12/11 02:10:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.3.ebuild,v 1.5 2005/01/04 02:37:48 vapier Exp $ inherit eutils gnuconfig @@ -13,9 +13,10 @@ SLOT="${PV:0:3}" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="uclibc" -DEPEND="dev-lang/perl +RDEPEND="dev-lang/perl sys-devel/automake-wrapper >=sys-devel/autoconf-2.59-r6 + >=sys-apps/texinfo-4.7 sys-devel/gnuconfig" src_unpack() { |