diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-04-07 12:46:19 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-04-07 12:46:19 +0000 |
commit | 4fdd3fb836f299965ebb041739d638a27761e1f5 (patch) | |
tree | 4ee5d6481f3a806e4d0eb85335553ecefb108158 /perl-core | |
parent | Version bump. Add ruby21. (diff) | |
download | gentoo-2-4fdd3fb836f299965ebb041739d638a27761e1f5.tar.gz gentoo-2-4fdd3fb836f299965ebb041739d638a27761e1f5.tar.bz2 gentoo-2-4fdd3fb836f299965ebb041739d638a27761e1f5.zip |
Add ~ia64 keyword wrt bug #505156
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/CPAN/CPAN-2.0.0.ebuild | 4 | ||||
-rw-r--r-- | perl-core/CPAN/ChangeLog | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/CPAN/CPAN-2.0.0.ebuild b/perl-core/CPAN/CPAN-2.0.0.ebuild index 55a383c56057..bdecefec4317 100644 --- a/perl-core/CPAN/CPAN-2.0.0.ebuild +++ b/perl-core/CPAN/CPAN-2.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/CPAN/CPAN-2.0.0.ebuild,v 1.4 2014/04/04 01:03:59 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/CPAN/CPAN-2.0.0.ebuild,v 1.5 2014/04/07 12:46:19 zlogene Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="query, download and build perl modules from CPAN sites" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~x86" IUSE="" SRC_TEST="do" diff --git a/perl-core/CPAN/ChangeLog b/perl-core/CPAN/ChangeLog index 0b27e6c55d12..9b771913e6c0 100644 --- a/perl-core/CPAN/ChangeLog +++ b/perl-core/CPAN/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/CPAN # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/CPAN/ChangeLog,v 1.7 2014/04/04 01:03:59 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/CPAN/ChangeLog,v 1.8 2014/04/07 12:46:19 zlogene Exp $ + + 07 Apr 2014; Mikle Kolyada <zlogene@gentoo.org> CPAN-2.0.0.ebuild: + Add ~ia64 keyword wrt bug #505156 04 Apr 2014; Matt Turner <mattst88@gentoo.org> CPAN-2.0.0.ebuild: Added ~alpha, bug #505156. |