diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2014-07-04 14:52:29 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2014-07-04 14:52:29 +0000 |
commit | f45535745fa4cd9a3f6f26052bde12f2d7597698 (patch) | |
tree | 99ff00307697ba26c6ac1146f5c9e81cc921f469 /dev-perl/Test-Distribution | |
parent | Keyworded on alpha, bug #497068 (diff) | |
download | gentoo-2-f45535745fa4cd9a3f6f26052bde12f2d7597698.tar.gz gentoo-2-f45535745fa4cd9a3f6f26052bde12f2d7597698.tar.bz2 gentoo-2-f45535745fa4cd9a3f6f26052bde12f2d7597698.zip |
Keyworded on alpha, bug #497068
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'dev-perl/Test-Distribution')
-rw-r--r-- | dev-perl/Test-Distribution/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Test-Distribution/ChangeLog b/dev-perl/Test-Distribution/ChangeLog index a2fe9e617ce8..37fbb59e5b52 100644 --- a/dev-perl/Test-Distribution/ChangeLog +++ b/dev-perl/Test-Distribution/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-Distribution # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/ChangeLog,v 1.13 2014/01/30 23:12:36 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/ChangeLog,v 1.14 2014/07/04 14:52:29 klausman Exp $ + + 04 Jul 2014; Tobias Klausmann <klausman@gentoo.org> + Test-Distribution-2.0.0.ebuild: + Keyworded on alpha, bug #497068 30 Jan 2014; Markus Meier <maekke@gentoo.org> Test-Distribution-2.0.0.ebuild: add ~arm, bug #497068 diff --git a/dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild b/dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild index 4ae7d08d8b9e..d5ec64233bd2 100644 --- a/dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild +++ b/dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild,v 1.6 2014/01/30 23:12:36 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild,v 1.7 2014/07/04 14:52:29 klausman Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="perform tests on all modules of a distribution" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~ia64 x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 x86 ~x86-fbsd" IUSE="" RDEPEND=">=dev-perl/Pod-Coverage-0.20 |