diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-10-18 16:00:50 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-10-18 16:00:50 +0000 |
commit | 390c17630e6363743a900c864e0df73fa0ac4e9b (patch) | |
tree | 41bfc4382c0457ddb2a8c1ecf42037a76c0a871c /dev-perl/Test-ClassAPI | |
parent | x86 stable, bug #287697 (diff) | |
download | gentoo-2-390c17630e6363743a900c864e0df73fa0ac4e9b.tar.gz gentoo-2-390c17630e6363743a900c864e0df73fa0ac4e9b.tar.bz2 gentoo-2-390c17630e6363743a900c864e0df73fa0ac4e9b.zip |
Stable on alpha, bug #283969
(Portage version: 2.1.7.1/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Test-ClassAPI')
-rw-r--r-- | dev-perl/Test-ClassAPI/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Test-ClassAPI/Test-ClassAPI-1.06.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Test-ClassAPI/ChangeLog b/dev-perl/Test-ClassAPI/ChangeLog index 5dd2bc2e18ce..899113d50754 100644 --- a/dev-perl/Test-ClassAPI/ChangeLog +++ b/dev-perl/Test-ClassAPI/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-ClassAPI # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-ClassAPI/ChangeLog,v 1.36 2009/10/07 22:57:21 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-ClassAPI/ChangeLog,v 1.37 2009/10/18 16:00:50 klausman Exp $ + + 18 Oct 2009; Tobias Klausmann <klausman@gentoo.org> + Test-ClassAPI-1.06.ebuild: + Stable on alpha, bug #283969 07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> Test-ClassAPI-1.06.ebuild: stable sparc, bug 283969 diff --git a/dev-perl/Test-ClassAPI/Test-ClassAPI-1.06.ebuild b/dev-perl/Test-ClassAPI/Test-ClassAPI-1.06.ebuild index 25280b477d69..9d30f16bc29d 100644 --- a/dev-perl/Test-ClassAPI/Test-ClassAPI-1.06.ebuild +++ b/dev-perl/Test-ClassAPI/Test-ClassAPI-1.06.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-ClassAPI/Test-ClassAPI-1.06.ebuild,v 1.6 2009/10/07 22:57:21 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-ClassAPI/Test-ClassAPI-1.06.ebuild,v 1.7 2009/10/18 16:00:50 klausman Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Provides basic first-pass API testing for large class trees" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc sparc x86" +KEYWORDS="alpha amd64 hppa ~ia64 ~mips ppc sparc x86" IUSE="" RDEPEND=">=virtual/perl-File-Spec-0.83 |