diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-04-01 16:28:35 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-04-01 16:28:35 +0000 |
commit | 15b7a5dc99772d898b05d019944f5816e88576c1 (patch) | |
tree | 8b86cce3acb7fb6534cec596aa0b78d6edaf517f /dev-perl/Test-Output | |
parent | Version bump, drop old (diff) | |
download | historical-15b7a5dc99772d898b05d019944f5816e88576c1.tar.gz historical-15b7a5dc99772d898b05d019944f5816e88576c1.tar.bz2 historical-15b7a5dc99772d898b05d019944f5816e88576c1.zip |
Add ~ia64/~s390/~sh/~sparc wrt #403413
Package-Manager: portage-2.1.10.53/cvs/Linux ia64
Diffstat (limited to 'dev-perl/Test-Output')
-rw-r--r-- | dev-perl/Test-Output/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Test-Output/Test-Output-1.10.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Test-Output/ChangeLog b/dev-perl/Test-Output/ChangeLog index a9ed07e40f56..679571929491 100644 --- a/dev-perl/Test-Output/ChangeLog +++ b/dev-perl/Test-Output/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Test-Output # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Output/ChangeLog,v 1.15 2012/02/19 12:08:39 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Output/ChangeLog,v 1.16 2012/04/01 16:26:51 armin76 Exp $ + + 01 Apr 2012; Raúl Porcel <armin76@gentoo.org> Test-Output-1.10.0.ebuild: + Add ~ia64/~s390/~sh/~sparc wrt #403413 19 Feb 2012; Tobias Klausmann <klausman@gentoo.org> Test-Output-1.10.0.ebuild: diff --git a/dev-perl/Test-Output/Test-Output-1.10.0.ebuild b/dev-perl/Test-Output/Test-Output-1.10.0.ebuild index f7d3c126ebaa..383a4c182c6d 100644 --- a/dev-perl/Test-Output/Test-Output-1.10.0.ebuild +++ b/dev-perl/Test-Output/Test-Output-1.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Output/Test-Output-1.10.0.ebuild,v 1.5 2012/02/19 12:08:39 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Output/Test-Output-1.10.0.ebuild,v 1.6 2012/04/01 16:26:51 armin76 Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Utilities to test STDOUT and STDERR messages" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="test" RDEPEND=" |