diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2012-02-19 12:09:01 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2012-02-19 12:09:01 +0000 |
commit | 41179a05473a8f56b51f4c6148f9b346221a5f44 (patch) | |
tree | 800f8c83dd7f1d6634105b6dd3798b2f18036725 /dev-perl/Test-Output | |
parent | Use correct apng patchset for the 1.5.9 release (diff) | |
download | historical-41179a05473a8f56b51f4c6148f9b346221a5f44.tar.gz historical-41179a05473a8f56b51f4c6148f9b346221a5f44.tar.bz2 historical-41179a05473a8f56b51f4c6148f9b346221a5f44.zip |
Keyworded on alpha, bug #389001
Package-Manager: portage-2.1.10.46/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Test-Output')
-rw-r--r-- | dev-perl/Test-Output/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Test-Output/Test-Output-1.10.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Test-Output/ChangeLog b/dev-perl/Test-Output/ChangeLog index 13a90a14abc5..a9ed07e40f56 100644 --- a/dev-perl/Test-Output/ChangeLog +++ b/dev-perl/Test-Output/ChangeLog @@ -1,6 +1,10 @@ # 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.14 2012/02/14 11:37:01 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Output/ChangeLog,v 1.15 2012/02/19 12:08:39 klausman Exp $ + + 19 Feb 2012; Tobias Klausmann <klausman@gentoo.org> + Test-Output-1.10.0.ebuild: + Keyworded on alpha, bug #389001 14 Feb 2012; Alexis Ballier <aballier@gentoo.org> Test-Output-1.10.0.ebuild: keyword ~x86-fbsd 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 28cef0daab7a..f7d3c126ebaa 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.4 2012/02/14 11:37:01 aballier Exp $ +# $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 $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Utilities to test STDOUT and STDERR messages" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86 ~x86-fbsd" IUSE="test" RDEPEND=" |