diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-12-18 20:15:15 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-12-18 20:15:15 +0000 |
commit | ba55149dd3c0313ba4ae678a4230e8f232a2b401 (patch) | |
tree | 43328649029b345dfc7d241194e81423e919d92d /dev-perl/Test-Base | |
parent | x86 stable wrt bug #393831 (diff) | |
download | gentoo-2-ba55149dd3c0313ba4ae678a4230e8f232a2b401.tar.gz gentoo-2-ba55149dd3c0313ba4ae678a4230e8f232a2b401.tar.bz2 gentoo-2-ba55149dd3c0313ba4ae678a4230e8f232a2b401.zip |
x86 stable wrt bug #393833
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Test-Base')
-rw-r--r-- | dev-perl/Test-Base/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Test-Base/Test-Base-0.600.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Test-Base/ChangeLog b/dev-perl/Test-Base/ChangeLog index 6f100f1725ae..6d77f0fdebae 100644 --- a/dev-perl/Test-Base/ChangeLog +++ b/dev-perl/Test-Base/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-Base # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Base/ChangeLog,v 1.59 2011/12/17 18:40:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Base/ChangeLog,v 1.60 2011/12/18 20:15:15 phajdan.jr Exp $ + + 18 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> + Test-Base-0.600.0.ebuild: + x86 stable wrt bug #393833 17 Dec 2011; Agostino Sarubbo <ago@gentoo.org> Test-Base-0.600.0.ebuild: Stable for AMD64, wrt bug #393833 diff --git a/dev-perl/Test-Base/Test-Base-0.600.0.ebuild b/dev-perl/Test-Base/Test-Base-0.600.0.ebuild index 71c321e9c7c3..1e3f899783fe 100644 --- a/dev-perl/Test-Base/Test-Base-0.600.0.ebuild +++ b/dev-perl/Test-Base/Test-Base-0.600.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Base/Test-Base-0.600.0.ebuild,v 1.2 2011/12/17 18:40:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Base/Test-Base-0.600.0.ebuild,v 1.3 2011/12/18 20:15:15 phajdan.jr Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="A Data Driven Testing Framework" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" DEPEND=">=virtual/perl-Test-Simple-0.62 |