diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2004-01-30 05:25:30 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2004-01-30 05:25:30 +0000 |
commit | 9df399f7e75c81bf0f5d3ce9795b1615520a7336 (patch) | |
tree | f35c366330b840e83d759c7d79d8de0337a99666 /app-text | |
parent | autoconf fix (diff) | |
download | historical-9df399f7e75c81bf0f5d3ce9795b1615520a7336.tar.gz historical-9df399f7e75c81bf0f5d3ce9795b1615520a7336.tar.bz2 historical-9df399f7e75c81bf0f5d3ce9795b1615520a7336.zip |
autoconf fix
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/a2ps/Manifest | 10 | ||||
-rw-r--r-- | app-text/a2ps/a2ps-4.13b-r5.ebuild | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/app-text/a2ps/Manifest b/app-text/a2ps/Manifest index d843786c4666..433795f2b2e9 100644 --- a/app-text/a2ps/Manifest +++ b/app-text/a2ps/Manifest @@ -1,11 +1,11 @@ -MD5 2bc7a71fd023a19c370dd12f33f2c1e0 a2ps-4.13b-r5.ebuild 1635 +MD5 ab62e73742a8c5658e33683e710ee09a a2ps-4.13b-r5.ebuild 1637 +MD5 a90459f5fc97698694a153685ffaf425 a2ps-4.13c.ebuild 1614 +MD5 ebe715530aa8489460903abde0906f85 a2ps-4.13b-r4.ebuild 1155 +MD5 1ac6f81632dbb37136e83ba43672f1b0 ChangeLog 3587 +MD5 371fcfa7df5cce26e00f0270b2baaba5 metadata.xml 526 MD5 5a02e00e2362711886e28f0d28b299dd files/a2ps-4.13-stdout.diff 462 MD5 404552b249e258ffb606be0cc60f89d5 files/a2ps-4.13-autoconf-gentoo.diff 2247 MD5 b4a7c4e217ab8f2fa45b3282ea68069a files/digest-a2ps-4.13c 133 MD5 43277fd40996b817e369f9851aad66f5 files/a2ps-4.13c-locale-gentoo.diff 981 MD5 98bf324f9bbeef13a3a5f875d2f0198f files/digest-a2ps-4.13b-r4 63 MD5 f848a5dda1b74d4f107212702010331a files/digest-a2ps-4.13b-r5 130 -MD5 a90459f5fc97698694a153685ffaf425 a2ps-4.13c.ebuild 1614 -MD5 ebe715530aa8489460903abde0906f85 a2ps-4.13b-r4.ebuild 1155 -MD5 1ac6f81632dbb37136e83ba43672f1b0 ChangeLog 3587 -MD5 371fcfa7df5cce26e00f0270b2baaba5 metadata.xml 526 diff --git a/app-text/a2ps/a2ps-4.13b-r5.ebuild b/app-text/a2ps/a2ps-4.13b-r5.ebuild index a2c1fb2f39ed..9aa1292b0ff9 100644 --- a/app-text/a2ps/a2ps-4.13b-r5.ebuild +++ b/app-text/a2ps/a2ps-4.13b-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13b-r5.ebuild,v 1.14 2004/01/26 00:06:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13b-r5.ebuild,v 1.15 2004/01/30 05:25:30 drobbins Exp $ inherit gnuconfig @@ -17,7 +17,7 @@ KEYWORDS="ia64 x86 ppc sparc alpha hppa" IUSE="nls tetex cjk" DEPEND="${RDEPEND} - >=sys-devel/autoconf-2.57 + >=sys-devel/autoconf-2.58 >=dev-util/gperf-2.7.2 >=dev-util/yacc-1.9.1 cjk? ( >=sys-apps/sed-4 )" |