diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-10-19 21:43:06 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-10-19 21:43:06 +0000 |
commit | 47abfc976c5d21db27f5768030ad3abb9ede73db (patch) | |
tree | ac417c0a06845634d5e6b649e550f8906509b1e2 /dev-perl/GnuPG-Interface | |
parent | Keyworded on alpha, bug #287962 (diff) | |
download | gentoo-2-47abfc976c5d21db27f5768030ad3abb9ede73db.tar.gz gentoo-2-47abfc976c5d21db27f5768030ad3abb9ede73db.tar.bz2 gentoo-2-47abfc976c5d21db27f5768030ad3abb9ede73db.zip |
Keyworded on alpha, bug #287962
(Portage version: 2.1.7.1/cvs/Linux x86_64)
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 60238d1b73de..8d780a31df87 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v 1.29 2009/10/13 15:14:54 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v 1.30 2009/10/19 21:43:06 klausman Exp $ + + 19 Oct 2009; Tobias Klausmann <klausman@gentoo.org> + GnuPG-Interface-0.42.ebuild: + Keyworded on alpha, bug #287962 13 Oct 2009; Jeroen Roovers <jer@gentoo.org> GnuPG-Interface-0.42.ebuild: Marked ~hppa (bug #287962). diff --git a/dev-perl/GnuPG-Interface/GnuPG-Interface-0.42.ebuild b/dev-perl/GnuPG-Interface/GnuPG-Interface-0.42.ebuild index 72e361f7423a..ca62837a803e 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-2009 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.2 2009/10/13 15:14:54 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.42.ebuild,v 1.3 2009/10/19 21:43:06 klausman 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="~amd64 ~hppa ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~x86" IUSE="" RDEPEND=">=app-crypt/gnupg-1.2.1-r1 |