diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-04-26 08:02:20 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-04-26 08:02:20 +0000 |
commit | 0600cd75c81e231c2c58c47bbc5b650d3e50d0a1 (patch) | |
tree | 13830abb25eb209646ae32afd2ea825b0eab6a68 /dev-perl/GnuPG-Interface | |
parent | Version bump by Chris Reffett <geekboy72@gmail.com> and me wrt bug #413407. (diff) | |
download | gentoo-2-0600cd75c81e231c2c58c47bbc5b650d3e50d0a1.tar.gz gentoo-2-0600cd75c81e231c2c58c47bbc5b650d3e50d0a1.tar.bz2 gentoo-2-0600cd75c81e231c2c58c47bbc5b650d3e50d0a1.zip |
marked x86 per bug 412993
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
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.450.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/GnuPG-Interface/ChangeLog b/dev-perl/GnuPG-Interface/ChangeLog index e5de4622a9db..b05f16f27e0f 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v 1.45 2012/04/26 01:57:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v 1.46 2012/04/26 08:02:20 jdhore Exp $ + + 26 Apr 2012; Jeff Horelick <jdhore@gentoo.org> + GnuPG-Interface-0.450.0.ebuild: + marked x86 per bug 412993 26 Apr 2012; Jeroen Roovers <jer@gentoo.org> GnuPG-Interface-0.450.0.ebuild: Stable for HPPA (bug #412993). diff --git a/dev-perl/GnuPG-Interface/GnuPG-Interface-0.450.0.ebuild b/dev-perl/GnuPG-Interface/GnuPG-Interface-0.450.0.ebuild index baa82afdec55..5b842c560fd3 100644 --- a/dev-perl/GnuPG-Interface/GnuPG-Interface-0.450.0.ebuild +++ b/dev-perl/GnuPG-Interface/GnuPG-Interface-0.450.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.450.0.ebuild,v 1.3 2012/04/26 01:57:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.450.0.ebuild,v 1.4 2012/04/26 08:02:20 jdhore Exp $ EAPI=4 @@ -11,7 +11,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 ~ppc-macos" +KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~sparc x86 ~ppc-macos" IUSE="" RDEPEND=">=app-crypt/gnupg-1.2.1-r1 |