diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-08-28 17:03:56 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-08-28 17:03:56 +0000 |
commit | b8bc9c0bb3e95a53f90d321c50dd84b7b86663b3 (patch) | |
tree | 794ef6fdfc41736ca6ef536b955e56edc6dd0c14 /dev-perl/Mouse | |
parent | alpha/ia64/sparc stable wrt #330541 (diff) | |
download | gentoo-2-b8bc9c0bb3e95a53f90d321c50dd84b7b86663b3.tar.gz gentoo-2-b8bc9c0bb3e95a53f90d321c50dd84b7b86663b3.tar.bz2 gentoo-2-b8bc9c0bb3e95a53f90d321c50dd84b7b86663b3.zip |
alpha/ia64/sparc stable wrt #321235
(Portage version: 2.1.8.3/cvs/Linux ia64)
Diffstat (limited to 'dev-perl/Mouse')
-rw-r--r-- | dev-perl/Mouse/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Mouse/Mouse-0.40.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Mouse/ChangeLog b/dev-perl/Mouse/ChangeLog index fe21355b653a..71661ea9b060 100644 --- a/dev-perl/Mouse/ChangeLog +++ b/dev-perl/Mouse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Mouse # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mouse/ChangeLog,v 1.10 2010/07/29 20:21:21 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mouse/ChangeLog,v 1.11 2010/08/28 17:03:56 armin76 Exp $ + + 28 Aug 2010; Raúl Porcel <armin76@gentoo.org> Mouse-0.40.ebuild: + alpha/ia64/sparc stable wrt #321235 *Mouse-0.64 (29 Jul 2010) diff --git a/dev-perl/Mouse/Mouse-0.40.ebuild b/dev-perl/Mouse/Mouse-0.40.ebuild index 8fec0be208f5..5852dcc140c7 100644 --- a/dev-perl/Mouse/Mouse-0.40.ebuild +++ b/dev-perl/Mouse/Mouse-0.40.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/Mouse/Mouse-0.40.ebuild,v 1.4 2010/07/29 17:29:58 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mouse/Mouse-0.40.ebuild,v 1.5 2010/08/28 17:03:56 armin76 Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Moose minus the antlers" SLOT="0" -KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="alpha ~amd64 hppa ia64 ~ppc sparc ~x86" IUSE="test" RDEPEND="" |