diff options
-rw-r--r-- | dev-perl/Test-Command/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Test-Command/Test-Command-0.08.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Test-Command/ChangeLog b/dev-perl/Test-Command/ChangeLog index 392f03adf1c2..01721179671e 100644 --- a/dev-perl/Test-Command/ChangeLog +++ b/dev-perl/Test-Command/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Test-Command # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Command/ChangeLog,v 1.3 2010/06/27 11:00:26 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Command/ChangeLog,v 1.4 2010/07/03 12:42:51 armin76 Exp $ + + 03 Jul 2010; Raúl Porcel <armin76@gentoo.org> Test-Command-0.08.ebuild: + alpha/sparc stable wrt #325531 27 Jun 2010; Christian Faulhammer <fauli@gentoo.org> Test-Command-0.08.ebuild: diff --git a/dev-perl/Test-Command/Test-Command-0.08.ebuild b/dev-perl/Test-Command/Test-Command-0.08.ebuild index 4261b25dc1cd..f759f03a19e8 100644 --- a/dev-perl/Test-Command/Test-Command-0.08.ebuild +++ b/dev-perl/Test-Command/Test-Command-0.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Command/Test-Command-0.08.ebuild,v 1.5 2010/06/27 11:30:38 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Command/Test-Command-0.08.ebuild,v 1.6 2010/07/03 12:42:51 armin76 Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Test routines for external commands" SLOT="0" -KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="alpha amd64 ~ppc ~ppc64 sparc x86" IUSE="test" SRC_TEST="do" |