diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:33:21 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:33:21 +0000 |
commit | dacfe93d0b9ebc921108726abb87ac08e83d5fae (patch) | |
tree | 35b36495fe6787e561fe5b6d396f6511adc873a8 /app-text | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-dacfe93d0b9ebc921108726abb87ac08e83d5fae.tar.gz gentoo-2-dacfe93d0b9ebc921108726abb87ac08e83d5fae.tar.bz2 gentoo-2-dacfe93d0b9ebc921108726abb87ac08e83d5fae.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/fdftk/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/fdftk/fdftk-6.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/fdftk/ChangeLog b/app-text/fdftk/ChangeLog index 55aa1231778b..dceb2800e489 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.13 2007/07/02 14:24:49 peper Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/fdftk/ChangeLog,v 1.14 2009/09/23 16:33:21 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> fdftk-6.0-r1.ebuild: + Remove virtual/libc 02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> fdftk-6.0-r1.ebuild: (QA) RESTRICT clean up. diff --git a/app-text/fdftk/fdftk-6.0-r1.ebuild b/app-text/fdftk/fdftk-6.0-r1.ebuild index 6358ddedb533..c040061bf71f 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 +# Copyright 1999-2009 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.8 2007/07/02 14:24:49 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/fdftk/fdftk-6.0-r1.ebuild,v 1.9 2009/09/23 16:33:21 patrick 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 strip mirror" -#DEPEND="virtual/libc +#DEPEND=" # perl? ( dev-lang/perl )" IUSE="" |