diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2013-07-14 12:54:02 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2013-07-14 12:54:02 +0000 |
commit | 5954a25161d0d7c78827adeaad3e5d7d19ff60f9 (patch) | |
tree | a04a83973c47a7acf665cc3f40f678930a1b262b /dev-perl/GnuPG-Interface | |
parent | add CMAKE_WARN_UNUSED_CLI to cmake-utils.eclass (diff) | |
download | gentoo-2-5954a25161d0d7c78827adeaad3e5d7d19ff60f9.tar.gz gentoo-2-5954a25161d0d7c78827adeaad3e5d7d19ff60f9.tar.bz2 gentoo-2-5954a25161d0d7c78827adeaad3e5d7d19ff60f9.zip |
amd64/x86 stable wrt bug #449586
(Portage version: 2.1.12.2/cvs/Linux i686, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/GnuPG-Interface')
-rw-r--r-- | dev-perl/GnuPG-Interface/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/GnuPG-Interface/GnuPG-Interface-0.460.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/GnuPG-Interface/ChangeLog b/dev-perl/GnuPG-Interface/ChangeLog index 6e1869166849..489e3d4e58fb 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.51 2012/11/04 15:07:22 tove Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v 1.52 2013/07/14 12:54:02 zlogene Exp $ + + 14 Jul 2013; Mikle Kolyada <zlogene@gentoo.org> + GnuPG-Interface-0.460.0.ebuild: + amd64/x86 stable wrt bug #449586 *GnuPG-Interface-0.460.0 (04 Nov 2012) diff --git a/dev-perl/GnuPG-Interface/GnuPG-Interface-0.460.0.ebuild b/dev-perl/GnuPG-Interface/GnuPG-Interface-0.460.0.ebuild index 6a454b5b6f18..5388dff8c415 100644 --- a/dev-perl/GnuPG-Interface/GnuPG-Interface-0.460.0.ebuild +++ b/dev-perl/GnuPG-Interface/GnuPG-Interface-0.460.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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.460.0.ebuild,v 1.1 2012/11/04 15:07:22 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.460.0.ebuild,v 1.2 2013/07/14 12:54:02 zlogene 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="~amd64 ~hppa ~ppc ~x86 ~ppc-macos" +KEYWORDS="amd64 ~hppa ~ppc x86 ~ppc-macos" IUSE="" RDEPEND=">=app-crypt/gnupg-1.2.1-r1 |