summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Jezak <josejx@gentoo.org>2010-08-11 22:15:19 +0000
committerJoseph Jezak <josejx@gentoo.org>2010-08-11 22:15:19 +0000
commitdda55f7a80e65f3173f0ed5221232263decdac39 (patch)
tree9ae493c326fa64eb5df09fd217ecf7dd06424bf8
parentStable on amd64 wrt bug #302103 (diff)
downloadhistorical-dda55f7a80e65f3173f0ed5221232263decdac39.tar.gz
historical-dda55f7a80e65f3173f0ed5221232263decdac39.tar.bz2
historical-dda55f7a80e65f3173f0ed5221232263decdac39.zip
Marked ~ppc64 for bug #315793.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
-rw-r--r--dev-perl/Test-Taint/ChangeLog5
-rw-r--r--dev-perl/Test-Taint/Test-Taint-1.04.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Test-Taint/ChangeLog b/dev-perl/Test-Taint/ChangeLog
index 1685bfb4be33..69f92c711162 100644
--- a/dev-perl/Test-Taint/ChangeLog
+++ b/dev-perl/Test-Taint/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Test-Taint
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Taint/ChangeLog,v 1.16 2010/05/08 17:03:41 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Taint/ChangeLog,v 1.17 2010/08/11 22:15:19 josejx Exp $
+
+ 11 Aug 2010; Joseph Jezak <josejx@gentoo.org> Test-Taint-1.04.ebuild:
+ Marked ~ppc64 for bug #315793.
08 May 2010; Raúl Porcel <armin76@gentoo.org> Test-Taint-1.04.ebuild:
Add ~alpha wrt #315793
diff --git a/dev-perl/Test-Taint/Test-Taint-1.04.ebuild b/dev-perl/Test-Taint/Test-Taint-1.04.ebuild
index 8d2289ec224b..9f6c5432f32e 100644
--- a/dev-perl/Test-Taint/Test-Taint-1.04.ebuild
+++ b/dev-perl/Test-Taint/Test-Taint-1.04.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Taint/Test-Taint-1.04.ebuild,v 1.16 2010/05/08 17:03:41 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Taint/Test-Taint-1.04.ebuild,v 1.17 2010/08/11 22:15:19 josejx Exp $
EAPI=2
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Tools to test taintedness"
SLOT="0"
-KEYWORDS="~alpha amd64 hppa ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="test"
RDEPEND=""