diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-09-10 15:12:05 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-09-10 15:12:05 +0000 |
commit | 65d76a2fca0c6e874d13b4d139b3f239132ec76f (patch) | |
tree | be24923dbb0160d904166e5176f99f411456e788 /dev-perl/Test-Taint | |
parent | Stable for HPPA (bug #449614). (diff) | |
download | gentoo-2-65d76a2fca0c6e874d13b4d139b3f239132ec76f.tar.gz gentoo-2-65d76a2fca0c6e874d13b4d139b3f239132ec76f.tar.bz2 gentoo-2-65d76a2fca0c6e874d13b4d139b3f239132ec76f.zip |
Stable for HPPA (bug #449620).
(Portage version: 2.2.2/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
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 722fddea0420..06337c378cc6 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.25 2013/01/13 13:32:35 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Taint/ChangeLog,v 1.26 2013/09/10 15:12:05 jer Exp $ + + 10 Sep 2013; Jeroen Roovers <jer@gentoo.org> Test-Taint-1.60.0.ebuild: + Stable for HPPA (bug #449620). 13 Jan 2013; Markus Meier <maekke@gentoo.org> Test-Taint-1.60.0.ebuild: add ~arm, bug #449762 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 140ecf6afc6d..6fc1ef327a92 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.2 2013/01/13 13:32:35 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Taint/Test-Taint-1.60.0.ebuild,v 1.3 2013/09/10 15:12:05 jer 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="" |