diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2015-02-12 15:58:35 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2015-02-12 15:58:35 +0000 |
commit | 4157aecd64caf249a153dc33c2ca0e6b3290fb9f (patch) | |
tree | e7efe1fa4fbfa734f3bd25cf4d11b8859a7efc6c /dev-perl | |
parent | Automated update. (diff) | |
download | gentoo-2-4157aecd64caf249a153dc33c2ca0e6b3290fb9f.tar.gz gentoo-2-4157aecd64caf249a153dc33c2ca0e6b3290fb9f.tar.bz2 gentoo-2-4157aecd64caf249a153dc33c2ca0e6b3290fb9f.zip |
added ~amd64-linux (tested by me)
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Switch/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Switch/Switch-2.160.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Switch/ChangeLog b/dev-perl/Switch/ChangeLog index e9eca0769d32..3e11572f413d 100644 --- a/dev-perl/Switch/ChangeLog +++ b/dev-perl/Switch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Switch -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Switch/ChangeLog,v 1.6 2014/10/18 14:09:42 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Switch/ChangeLog,v 1.7 2015/02/12 15:58:35 ottxor Exp $ + + 12 Feb 2015; Christoph Junghans <ottxor@gentoo.org> Switch-2.160.0-r1.ebuild: + added ~amd64-linux (tested by me) 18 Oct 2014; Agostino Sarubbo <ago@gentoo.org> Switch-2.160.0-r1.ebuild: Stable for sparc, wrt bug #524154 diff --git a/dev-perl/Switch/Switch-2.160.0-r1.ebuild b/dev-perl/Switch/Switch-2.160.0-r1.ebuild index f11696ce9299..ef507f08d62b 100644 --- a/dev-perl/Switch/Switch-2.160.0-r1.ebuild +++ b/dev-perl/Switch/Switch-2.160.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Switch/Switch-2.160.0-r1.ebuild,v 1.6 2014/10/18 14:09:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Switch/Switch-2.160.0-r1.ebuild,v 1.7 2015/02/12 15:58:35 ottxor Exp $ EAPI=5 @@ -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="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux" IUSE="" SRC_TEST="do" |