diff options
author | Markus Meier <maekke@gentoo.org> | 2013-06-11 19:03:59 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-06-11 19:03:59 +0000 |
commit | 93d4eced66f3d2b0e3307f8591cbe45a6da31f9f (patch) | |
tree | 056f5d91c02a1d8969de02b9dde4df8eabb428ed /dev-perl/UNIVERSAL-can | |
parent | arm stable, bug #472596 (diff) | |
download | gentoo-2-93d4eced66f3d2b0e3307f8591cbe45a6da31f9f.tar.gz gentoo-2-93d4eced66f3d2b0e3307f8591cbe45a6da31f9f.tar.bz2 gentoo-2-93d4eced66f3d2b0e3307f8591cbe45a6da31f9f.zip |
add ~arm, bug #446958
(Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-perl/UNIVERSAL-can')
-rw-r--r-- | dev-perl/UNIVERSAL-can/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/UNIVERSAL-can/ChangeLog b/dev-perl/UNIVERSAL-can/ChangeLog index 862f964cf4e9..a41193910b99 100644 --- a/dev-perl/UNIVERSAL-can/ChangeLog +++ b/dev-perl/UNIVERSAL-can/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/UNIVERSAL-can # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-can/ChangeLog,v 1.16 2013/03/22 17:24:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-can/ChangeLog,v 1.17 2013/06/11 19:03:59 maekke Exp $ + + 11 Jun 2013; Markus Meier <maekke@gentoo.org> + UNIVERSAL-can-1.201.207.260.ebuild: + add ~arm, bug #446958 22 Mar 2013; Agostino Sarubbo <ago@gentoo.org> UNIVERSAL-can-1.201.207.260.ebuild: diff --git a/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260.ebuild b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260.ebuild index df7abc1b1906..0f384be125ed 100644 --- a/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260.ebuild +++ b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260.ebuild,v 1.6 2013/03/22 17:24:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260.ebuild,v 1.7 2013/06/11 19:03:59 maekke Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Hack around people calling UNIVERSAL::can() as a function" SLOT="0" -KEYWORDS="amd64 ppc x86 ~ppc-aix" +KEYWORDS="amd64 ~arm ppc x86 ~ppc-aix" IUSE="test" RDEPEND="virtual/perl-Scalar-List-Utils" |