diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 12:00:36 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 12:00:36 +0000 |
commit | f07b753bbba40f0280ec500bb0bb4e21bc8263c8 (patch) | |
tree | a59b4f44ec844a4173b8253df1927fdaf5b291ba /app-text/fdftk | |
parent | sync IUSE (+samba) (Manifest recommit) (diff) | |
download | gentoo-2-f07b753bbba40f0280ec500bb0bb4e21bc8263c8.tar.gz gentoo-2-f07b753bbba40f0280ec500bb0bb4e21bc8263c8.tar.bz2 gentoo-2-f07b753bbba40f0280ec500bb0bb4e21bc8263c8.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'app-text/fdftk')
-rw-r--r-- | app-text/fdftk/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/fdftk/fdftk-6.0-r1.ebuild | 4 | ||||
-rw-r--r-- | app-text/fdftk/fdftk-6.0.ebuild | 4 |
3 files changed, 13 insertions, 5 deletions
diff --git a/app-text/fdftk/ChangeLog b/app-text/fdftk/ChangeLog index c7063d4f5f47..7653c4fd281b 100644 --- a/app-text/fdftk/ChangeLog +++ b/app-text/fdftk/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-text/fdftk # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/fdftk/ChangeLog,v 1.4 2004/06/24 22:35:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/fdftk/ChangeLog,v 1.5 2004/07/01 11:57:20 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> fdftk-6.0-r1.ebuild, + fdftk-6.0.ebuild: + virtual/glibc -> virtual/libc + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> fdftk-6.0-r1.ebuild, + fdftk-6.0.ebuild: + virtual/glibc -> virtual/libc *fdftk-6.0-r1 (10 Mar 2004) diff --git a/app-text/fdftk/fdftk-6.0-r1.ebuild b/app-text/fdftk/fdftk-6.0-r1.ebuild index 89a67454f75c..078061e564aa 100644 --- a/app-text/fdftk/fdftk-6.0-r1.ebuild +++ b/app-text/fdftk/fdftk-6.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/fdftk/fdftk-6.0-r1.ebuild,v 1.2 2004/06/24 22:35:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/fdftk/fdftk-6.0-r1.ebuild,v 1.3 2004/07/01 11:57:20 eradicator Exp $ MY_P="FDFToolkitForUnix" At="${MY_P}.tar.gz" @@ -14,7 +14,7 @@ LICENSE="Adobe" KEYWORDS="-* ~x86" # binaries for i386 type hardware ONLY RESTRICT="fetch nostrip nomirror" -#DEPEND="virtual/glibc +#DEPEND="virtual/libc # perl? ( dev-lang/perl )" #IUSE="perl" diff --git a/app-text/fdftk/fdftk-6.0.ebuild b/app-text/fdftk/fdftk-6.0.ebuild index 8a198e394df4..2990d6eb2b39 100644 --- a/app-text/fdftk/fdftk-6.0.ebuild +++ b/app-text/fdftk/fdftk-6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/fdftk/fdftk-6.0.ebuild,v 1.2 2004/06/24 22:35:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/fdftk/fdftk-6.0.ebuild,v 1.3 2004/07/01 11:57:20 eradicator Exp $ IUSE="perl" @@ -16,7 +16,7 @@ LICENSE="Adobe" KEYWORDS="-* ~x86" # binaries for i386 type hardware ONLY RESTRICT="fetch" -DEPEND="virtual/glibc +DEPEND="virtual/libc perl? ( dev-lang/perl )" S=${WORKDIR}/${MY_P} |