diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 14:24:49 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 14:24:49 +0000 |
commit | a281877521fd6264510b3e4d9e4d522a6c99cce0 (patch) | |
tree | 3443f203f42f20065ee01fe3af45b14c85fc0531 /app-text/fdftk | |
parent | alpha stable wrt #175465 (diff) | |
download | gentoo-2-a281877521fd6264510b3e4d9e4d522a6c99cce0.tar.gz gentoo-2-a281877521fd6264510b3e4d9e4d522a6c99cce0.tar.bz2 gentoo-2-a281877521fd6264510b3e4d9e4d522a6c99cce0.zip |
(QA) RESTRICT clean up.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'app-text/fdftk')
-rw-r--r-- | app-text/fdftk/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/fdftk/fdftk-6.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/fdftk/ChangeLog b/app-text/fdftk/ChangeLog index 7ec4015bd13b..55aa1231778b 100644 --- a/app-text/fdftk/ChangeLog +++ b/app-text/fdftk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/fdftk # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/fdftk/ChangeLog,v 1.12 2007/03/12 23:50:46 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/fdftk/ChangeLog,v 1.13 2007/07/02 14:24:49 peper Exp $ + + 02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> fdftk-6.0-r1.ebuild: + (QA) RESTRICT clean up. 12 Mar 2007; Alexandre Buisse <nattfodd@gentoo.org> metadata.xml: Replaced text-markup by tex as maintaining herd (text-markup split). diff --git a/app-text/fdftk/fdftk-6.0-r1.ebuild b/app-text/fdftk/fdftk-6.0-r1.ebuild index cb42c8090cb9..6358ddedb533 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-2007 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.7 2007/02/09 09:31:31 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/fdftk/fdftk-6.0-r1.ebuild,v 1.8 2007/07/02 14:24:49 peper Exp $ MY_P="FDFToolkitForUnix" At="${MY_P}.tar.gz" @@ -12,7 +12,7 @@ SRC_URI="${At}" SLOT="0" LICENSE="Adobe" KEYWORDS="-* x86" # binaries for i386 type hardware ONLY -RESTRICT="fetch nostrip nomirror" +RESTRICT="fetch strip mirror" #DEPEND="virtual/libc # perl? ( dev-lang/perl )" |