diff options
-rw-r--r-- | dev-perl/Sub-Install/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Sub-Install/Sub-Install-0.926.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Sub-Install/ChangeLog b/dev-perl/Sub-Install/ChangeLog index a0c4d4b5338d..27cb59226ddd 100644 --- a/dev-perl/Sub-Install/ChangeLog +++ b/dev-perl/Sub-Install/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Sub-Install # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/ChangeLog,v 1.21 2012/08/05 01:26:12 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/ChangeLog,v 1.22 2012/08/05 16:05:40 maekke Exp $ + + 05 Aug 2012; Markus Meier <maekke@gentoo.org> Sub-Install-0.926.0.ebuild: + arm stable, bug #418803 05 Aug 2012; Johannes Huber <johu@gentoo.org> Sub-Install-0.926.0.ebuild: Stable for x86, wrt bug #418851 diff --git a/dev-perl/Sub-Install/Sub-Install-0.926.0.ebuild b/dev-perl/Sub-Install/Sub-Install-0.926.0.ebuild index 4b2671298154..bca28d049f10 100644 --- a/dev-perl/Sub-Install/Sub-Install-0.926.0.ebuild +++ b/dev-perl/Sub-Install/Sub-Install-0.926.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/Sub-Install-0.926.0.ebuild,v 1.3 2012/08/05 01:26:12 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/Sub-Install-0.926.0.ebuild,v 1.4 2012/08/05 16:05:40 maekke Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="install subroutines into packages easily" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND="" |