summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2015-05-27 21:09:46 +0000
committerMikle Kolyada <zlogene@gentoo.org>2015-05-27 21:09:46 +0000
commit85a107a6a6edb96ab3c44b480dfc1472de4928cd (patch)
treee7504f048f7e1fd99c2a2266d47c4f12bd987e0b /dev-perl/Algorithm-C3
parentVersion bump to correct s6 support for dependencies and sourcing (diff)
downloadgentoo-2-85a107a6a6edb96ab3c44b480dfc1472de4928cd.tar.gz
gentoo-2-85a107a6a6edb96ab3c44b480dfc1472de4928cd.tar.bz2
gentoo-2-85a107a6a6edb96ab3c44b480dfc1472de4928cd.zip
Add ~sparc keyword wrt bug #548282
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/Algorithm-C3')
-rw-r--r--dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild4
-rw-r--r--dev-perl/Algorithm-C3/ChangeLog5
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild b/dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild
index 008eebdb850c..c4e65f4b6935 100644
--- a/dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild
+++ b/dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild,v 1.3 2015/05/20 04:22:33 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild,v 1.4 2015/05/27 21:09:46 zlogene Exp $
EAPI=5
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="A module for merging hierarchies using the C3 algorithm"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc64 ~x86 ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~ppc64 ~sparc ~x86 ~x86-solaris"
IUSE="test"
RDEPEND=""
diff --git a/dev-perl/Algorithm-C3/ChangeLog b/dev-perl/Algorithm-C3/ChangeLog
index eb5565bc38f6..d66a11752df7 100644
--- a/dev-perl/Algorithm-C3/ChangeLog
+++ b/dev-perl/Algorithm-C3/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Algorithm-C3
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-C3/ChangeLog,v 1.11 2015/05/20 04:22:33 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-C3/ChangeLog,v 1.12 2015/05/27 21:09:46 zlogene Exp $
+
+ 27 May 2015; Mikle Kolyada <zlogene@gentoo.org> Algorithm-C3-0.90.0.ebuild:
+ Add ~sparc keyword wrt bug #548282
20 May 2015; Matt Turner <mattst88@gentoo.org> Algorithm-C3-0.90.0.ebuild:
Added ~alpha, bug 548282.