diff options
author | Akinori Hattori <hattya@gentoo.org> | 2014-02-03 13:33:11 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2014-02-03 13:33:11 +0000 |
commit | d291ef047c1b6b71621ccb1c54e98f0716e0cdb6 (patch) | |
tree | 3b7eff42ecea1e375c2ca21dd4f6dd0ce77e8809 /perl-core | |
parent | restricted tests for ia64 on sm24 (diff) | |
download | gentoo-2-d291ef047c1b6b71621ccb1c54e98f0716e0cdb6.tar.gz gentoo-2-d291ef047c1b6b71621ccb1c54e98f0716e0cdb6.tar.bz2 gentoo-2-d291ef047c1b6b71621ccb1c54e98f0716e0cdb6.zip |
keyword ~ia64 wrt bug #489676
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Switch/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/Switch/Switch-2.160.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/perl-core/Switch/ChangeLog b/perl-core/Switch/ChangeLog index 281ba7b402d8..2c4891ac4358 100644 --- a/perl-core/Switch/ChangeLog +++ b/perl-core/Switch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Switch -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Switch/ChangeLog,v 1.7 2013/12/30 08:00:13 naota Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Switch/ChangeLog,v 1.8 2014/02/03 13:33:11 hattya Exp $ + + 03 Feb 2014; Akinori Hattori <hattya@gentoo.org> Switch-2.160.0.ebuild: + keyword ~ia64 wrt bug #489676 30 Dec 2013; Naohiro Aota <naota@gentoo.org> Switch-2.160.0.ebuild: Add ~x86-fbsd. diff --git a/perl-core/Switch/Switch-2.160.0.ebuild b/perl-core/Switch/Switch-2.160.0.ebuild index 531c319fbb11..712df3c0cfbb 100644 --- a/perl-core/Switch/Switch-2.160.0.ebuild +++ b/perl-core/Switch/Switch-2.160.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Switch/Switch-2.160.0.ebuild,v 1.5 2013/12/30 08:00:12 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Switch/Switch-2.160.0.ebuild,v 1.6 2014/02/03 13:33:11 hattya Exp $ EAPI=3 @@ -12,7 +12,7 @@ DESCRIPTION="A switch statement for Perl" SRC_URI+=" http://dev.gentoo.org/~tove/distfiles/perl-core/Switch/Switch-2.16-rt60380.patch" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~x86 ~x86-fbsd" IUSE="" SRC_TEST="do" |