diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 12:11:19 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 12:11:19 +0000 |
commit | 7fb298dd1a8b0265565db705ba27de5d8ddf4b7d (patch) | |
tree | 670b201580249f3d0a484ba326116649c104cb89 /app-text/pdftk/pdftk-0.94.1.ebuild | |
parent | Version bumped. Closes 55675 (diff) | |
download | historical-7fb298dd1a8b0265565db705ba27de5d8ddf4b7d.tar.gz historical-7fb298dd1a8b0265565db705ba27de5d8ddf4b7d.tar.bz2 historical-7fb298dd1a8b0265565db705ba27de5d8ddf4b7d.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'app-text/pdftk/pdftk-0.94.1.ebuild')
-rw-r--r-- | app-text/pdftk/pdftk-0.94.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/pdftk/pdftk-0.94.1.ebuild b/app-text/pdftk/pdftk-0.94.1.ebuild index affd253d5cce..57f86aa86ca2 100644 --- a/app-text/pdftk/pdftk-0.94.1.ebuild +++ b/app-text/pdftk/pdftk-0.94.1.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/pdftk/pdftk-0.94.1.ebuild,v 1.2 2004/06/24 22:47:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdftk/pdftk-0.94.1.ebuild,v 1.3 2004/07/01 12:01:05 eradicator Exp $ MY_P="${PN}-${PV%.*}${PV##*.}" # 0.94.1 -> 0.941 @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc >=sys-devel/gcc-3.3" S=${WORKDIR}/${MY_P}/${PN} |