summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2015-03-09 12:12:41 +0000
committerMikle Kolyada <zlogene@gentoo.org>2015-03-09 12:12:41 +0000
commit785c841cbd8d858dcf3d292210b15776746b1bca (patch)
treed071fc9291b49d3f6d088562fce41d88f37e58d3 /dev-perl/Text-Diff
parentAdd ~arm keyword (diff)
downloadgentoo-2-785c841cbd8d858dcf3d292210b15776746b1bca.tar.gz
gentoo-2-785c841cbd8d858dcf3d292210b15776746b1bca.tar.bz2
gentoo-2-785c841cbd8d858dcf3d292210b15776746b1bca.zip
Add ~alpha/~ia64/~sparc keywords
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/Text-Diff')
-rw-r--r--dev-perl/Text-Diff/ChangeLog7
-rw-r--r--dev-perl/Text-Diff/Text-Diff-1.410.0-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Text-Diff/ChangeLog b/dev-perl/Text-Diff/ChangeLog
index 1dc1e8b99029..3b176f212d2b 100644
--- a/dev-perl/Text-Diff/ChangeLog
+++ b/dev-perl/Text-Diff/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Text-Diff
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/ChangeLog,v 1.32 2014/08/22 20:47:24 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/ChangeLog,v 1.33 2015/03/09 12:12:41 zlogene Exp $
+
+ 09 Mar 2015; Mikle Kolyada <zlogene@gentoo.org> Text-Diff-1.410.0-r1.ebuild:
+ Add ~alpha/~ia64/~sparc keywords
*Text-Diff-1.410.0-r1 (22 Aug 2014)
diff --git a/dev-perl/Text-Diff/Text-Diff-1.410.0-r1.ebuild b/dev-perl/Text-Diff/Text-Diff-1.410.0-r1.ebuild
index 1befe2473807..da199159f09a 100644
--- a/dev-perl/Text-Diff/Text-Diff-1.410.0-r1.ebuild
+++ b/dev-perl/Text-Diff/Text-Diff-1.410.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/Text-Diff/Text-Diff-1.410.0-r1.ebuild,v 1.1 2014/08/22 20:47:24 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/Text-Diff-1.410.0-r1.ebuild,v 1.2 2015/03/09 12:12:41 zlogene Exp $
EAPI=5
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Easily create test classes in an xUnit style"
SLOT="0"
-KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
IUSE=""
RDEPEND="dev-perl/Algorithm-Diff"