diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-10-28 18:54:42 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-10-28 18:54:42 +0000 |
commit | bb08e46344c52fe8ae940c1976f1a56ca878c509 (patch) | |
tree | 9b3559f01a2fc750e36db7b41b8c99b624223da8 /dev-perl/GnuPG-Interface | |
parent | Marked ~ppc-macos (diff) | |
download | gentoo-2-bb08e46344c52fe8ae940c1976f1a56ca878c509.tar.gz gentoo-2-bb08e46344c52fe8ae940c1976f1a56ca878c509.tar.bz2 gentoo-2-bb08e46344c52fe8ae940c1976f1a56ca878c509.zip |
Marked ~ppc-macos
(Portage version: 2.2.01.17133-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'dev-perl/GnuPG-Interface')
-rw-r--r-- | dev-perl/GnuPG-Interface/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/GnuPG-Interface/GnuPG-Interface-0.42.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/GnuPG-Interface/ChangeLog b/dev-perl/GnuPG-Interface/ChangeLog index 949e5e373f30..2648eda0d3bb 100644 --- a/dev-perl/GnuPG-Interface/ChangeLog +++ b/dev-perl/GnuPG-Interface/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/GnuPG-Interface # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v 1.38 2010/10/20 08:25:47 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v 1.39 2010/10/28 18:54:42 grobian Exp $ + + 28 Oct 2010; Fabian Groffen <grobian@gentoo.org> + GnuPG-Interface-0.42.ebuild: + Marked ~ppc-macos 20 Oct 2010; Torsten Veller <tove@gentoo.org> -GnuPG-Interface-0.36.ebuild: diff --git a/dev-perl/GnuPG-Interface/GnuPG-Interface-0.42.ebuild b/dev-perl/GnuPG-Interface/GnuPG-Interface-0.42.ebuild index b75ee31a9776..40bdba445921 100644 --- a/dev-perl/GnuPG-Interface/GnuPG-Interface-0.42.ebuild +++ b/dev-perl/GnuPG-Interface/GnuPG-Interface-0.42.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.42.ebuild,v 1.10 2010/09/13 14:46:24 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.42.ebuild,v 1.11 2010/10/28 18:54:42 grobian Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="GnuPG::Interface is a Perl module interface to interacting with GnuPG." SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~ppc-macos" IUSE="" RDEPEND=">=app-crypt/gnupg-1.2.1-r1 |