diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-21 19:54:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-21 19:54:38 +0000 |
commit | 3ff460481bd47108924a3cf3cacc54b6e0e828c8 (patch) | |
tree | ac1f317afcec49b75c2b5d11223b0fc75e73b0be /app-text/fdftk | |
parent | typo (diff) | |
download | historical-3ff460481bd47108924a3cf3cacc54b6e0e828c8.tar.gz historical-3ff460481bd47108924a3cf3cacc54b6e0e828c8.tar.bz2 historical-3ff460481bd47108924a3cf3cacc54b6e0e828c8.zip |
IUSE
Diffstat (limited to 'app-text/fdftk')
-rw-r--r-- | app-text/fdftk/Manifest | 4 | ||||
-rw-r--r-- | app-text/fdftk/fdftk-6.0-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/fdftk/Manifest b/app-text/fdftk/Manifest index f0ef810d4482..ad1868e5ab76 100644 --- a/app-text/fdftk/Manifest +++ b/app-text/fdftk/Manifest @@ -1,5 +1,5 @@ -MD5 4e83bafd6ee9d8da23faeee495d3dff1 fdftk-6.0.ebuild 1369 MD5 ff444b0bd8f708feb2644e46bf2f0263 ChangeLog 768 -MD5 1fda0949528b592ce54d06ee2cdf32e5 fdftk-6.0-r1.ebuild 1537 +MD5 4e83bafd6ee9d8da23faeee495d3dff1 fdftk-6.0.ebuild 1369 +MD5 bbc401a2e4fd1c29d6b91ddd8e8049b1 fdftk-6.0-r1.ebuild 1534 MD5 715edf1c5c2a4f201f9e770bc4d0c002 files/digest-fdftk-6.0 70 MD5 715edf1c5c2a4f201f9e770bc4d0c002 files/digest-fdftk-6.0-r1 70 diff --git a/app-text/fdftk/fdftk-6.0-r1.ebuild b/app-text/fdftk/fdftk-6.0-r1.ebuild index c0842bc21191..87ed918ea25a 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.4 2004/07/15 03:49:53 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/fdftk/fdftk-6.0-r1.ebuild,v 1.5 2004/07/21 19:54:38 mr_bones_ Exp $ MY_P="FDFToolkitForUnix" At="${MY_P}.tar.gz" @@ -16,7 +16,7 @@ RESTRICT="fetch nostrip nomirror" #DEPEND="virtual/libc # perl? ( dev-lang/perl )" -#IUSE="perl" +IUSE="" S=${WORKDIR}/${MY_P} |