diff options
author | Markus Meier <maekke@gentoo.org> | 2011-11-06 17:45:45 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-11-06 17:45:45 +0000 |
commit | b26426171a3f1efc229f64ebebf8388c64379602 (patch) | |
tree | ce66f37f1cd37be529763a90a88aaff6dfb81735 | |
parent | add ~arm, bug #389001 (diff) | |
download | gentoo-2-b26426171a3f1efc229f64ebebf8388c64379602.tar.gz gentoo-2-b26426171a3f1efc229f64ebebf8388c64379602.tar.bz2 gentoo-2-b26426171a3f1efc229f64ebebf8388c64379602.zip |
add ~arm, bug #389001
(Portage version: 2.1.10.32/cvs/Linux i686)
-rw-r--r-- | dev-perl/Dist-CheckConflicts/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Dist-CheckConflicts/ChangeLog b/dev-perl/Dist-CheckConflicts/ChangeLog index fee29098acfa..a8250ddd6403 100644 --- a/dev-perl/Dist-CheckConflicts/ChangeLog +++ b/dev-perl/Dist-CheckConflicts/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Dist-CheckConflicts # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.9 2011/10/31 13:12:32 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.10 2011/11/06 17:45:45 maekke Exp $ + + 06 Nov 2011; Markus Meier <maekke@gentoo.org> + Dist-CheckConflicts-0.20.0.ebuild: + add ~arm, bug #389001 31 Oct 2011; Jeroen Roovers <jer@gentoo.org> Dist-CheckConflicts-0.20.0.ebuild: diff --git a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild index 9e751dab0e29..defe90eab72d 100644 --- a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild +++ b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v 1.4 2011/10/31 13:12:32 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v 1.5 2011/11/06 17:45:45 maekke Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Declare version conflicts for your dist" SLOT="0" -KEYWORDS="amd64 ~hppa ppc x86 ~x64-macos" +KEYWORDS="amd64 ~arm ~hppa ppc x86 ~x64-macos" IUSE="test" RDEPEND="dev-perl/Sub-Exporter |