diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-05-18 05:33:02 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-05-18 05:33:02 +0000 |
commit | 7c235f088c87cdf4805b581685411cd7952bf4d9 (patch) | |
tree | 4b13dd0e1bc1843e4f4cede5d9ffcfebd8ed747a /dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild | |
parent | re-edit to config of qt options, patch by Drunkard Zhang in bug #549248 and c... (diff) | |
download | historical-7c235f088c87cdf4805b581685411cd7952bf4d9.tar.gz historical-7c235f088c87cdf4805b581685411cd7952bf4d9.tar.bz2 historical-7c235f088c87cdf4805b581685411cd7952bf4d9.zip |
Mark ~ppc64 (bug #548282).
Package-Manager: portage-2.2.19/cvs/Linux x86_64
RepoMan-Options: --ignore-arches
Manifest-Sign-Key: 0xA792A613
Diffstat (limited to 'dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild')
-rw-r--r-- | dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild | 6 |
1 files changed, 3 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 94f2d553694d..3f520335c75c 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-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/Algorithm-C3/Algorithm-C3-0.90.0.ebuild,v 1.1 2014/07/28 21:08:49 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild,v 1.2 2015/05/18 05:33:01 jer Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="A module for merging hierarchies using the C3 algorithm" SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-solaris" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-solaris" IUSE="test" RDEPEND="" |