diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-02-14 11:37:01 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-02-14 11:37:01 +0000 |
commit | 5ac0f956dbd9bce142c2b9939e62874baf1e80cf (patch) | |
tree | 65557b343557ada32a8e0dc4cba3e875ca42e013 /dev-perl/Test-Output | |
parent | keyword ~x86-fbsd (diff) | |
download | gentoo-2-5ac0f956dbd9bce142c2b9939e62874baf1e80cf.tar.gz gentoo-2-5ac0f956dbd9bce142c2b9939e62874baf1e80cf.tar.bz2 gentoo-2-5ac0f956dbd9bce142c2b9939e62874baf1e80cf.zip |
keyword ~x86-fbsd
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Test-Output')
-rw-r--r-- | dev-perl/Test-Output/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Test-Output/Test-Output-1.10.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Test-Output/ChangeLog b/dev-perl/Test-Output/ChangeLog index aa26623b79b8..13a90a14abc5 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Output/ChangeLog,v 1.13 2011/11/06 17:35:32 maekke Exp $ +# 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 $ + + 14 Feb 2012; Alexis Ballier <aballier@gentoo.org> Test-Output-1.10.0.ebuild: + keyword ~x86-fbsd 06 Nov 2011; Markus Meier <maekke@gentoo.org> Test-Output-1.10.0.ebuild: add ~arm, bug #389001 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 3eb1df7362a2..28cef0daab7a 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-2011 Gentoo Foundation +# 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.3 2011/11/06 17:35:32 maekke Exp $ +# $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 $ 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" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~x86-fbsd" IUSE="test" RDEPEND=" |