diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-12 19:00:04 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-12 19:00:04 +0000 |
commit | d524b229a08c0e3d544f0083f1de99617bf34a12 (patch) | |
tree | bab6c1645b914422a4c973df71a39c32ff77b48f /dev-perl/Test-Taint | |
parent | Stable for ppc64, wrt bug #478904 (diff) | |
download | gentoo-2-d524b229a08c0e3d544f0083f1de99617bf34a12.tar.gz gentoo-2-d524b229a08c0e3d544f0083f1de99617bf34a12.tar.bz2 gentoo-2-d524b229a08c0e3d544f0083f1de99617bf34a12.zip |
Stable for ppc64, wrt bug #449620
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-perl/Test-Taint')
-rw-r--r-- | dev-perl/Test-Taint/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Test-Taint/Test-Taint-1.60.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Test-Taint/ChangeLog b/dev-perl/Test-Taint/ChangeLog index eb043feeb211..f03bdc318c6f 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Taint/ChangeLog,v 1.28 2013/09/12 17:19:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Taint/ChangeLog,v 1.29 2013/09/12 19:00:04 ago Exp $ + + 12 Sep 2013; Agostino Sarubbo <ago@gentoo.org> Test-Taint-1.60.0.ebuild: + Stable for ppc64, wrt bug #449620 12 Sep 2013; Agostino Sarubbo <ago@gentoo.org> Test-Taint-1.60.0.ebuild: Stable for ppc, wrt bug #449620 diff --git a/dev-perl/Test-Taint/Test-Taint-1.60.0.ebuild b/dev-perl/Test-Taint/Test-Taint-1.60.0.ebuild index 936da0e5c725..8a77ba4402a6 100644 --- a/dev-perl/Test-Taint/Test-Taint-1.60.0.ebuild +++ b/dev-perl/Test-Taint/Test-Taint-1.60.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.60.0.ebuild,v 1.5 2013/09/12 17:19:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Taint/Test-Taint-1.60.0.ebuild,v 1.6 2013/09/12 19:00:04 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Tools to test taintedness" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" RDEPEND="" |