diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-02-01 23:55:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-02-01 23:55:09 +0000 |
commit | 6c9bd8a812a533a456df7075acab13657a5d8f5a (patch) | |
tree | fa0a7224d961e92d96919ed7b915466af604d680 /dev-perl | |
parent | Add arm64/m68k love. (diff) | |
download | gentoo-2-6c9bd8a812a533a456df7075acab13657a5d8f5a.tar.gz gentoo-2-6c9bd8a812a533a456df7075acab13657a5d8f5a.tar.bz2 gentoo-2-6c9bd8a812a533a456df7075acab13657a5d8f5a.zip |
Add arm64/m68k love.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Dist-CheckConflicts/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Dist-CheckConflicts/ChangeLog b/dev-perl/Dist-CheckConflicts/ChangeLog index ad1fe6f0ce68..8761d247a3dc 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.21 2013/07/08 09:45:57 vincent Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.22 2014/02/01 23:55:09 vapier Exp $ + + 01 Feb 2014; Mike Frysinger <vapier@gentoo.org> + Dist-CheckConflicts-0.20.0.ebuild: + Add arm64/m68k love. 08 Jul 2013; Vicente Olivert Riera <vincent@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 5c3359cf807b..1690b2b70e55 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-2013 Gentoo Foundation +# Copyright 1999-2014 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.15 2013/07/08 09:45:57 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v 1.16 2014/02/01 23:55:09 vapier Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Declare version conflicts for your dist" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND="dev-perl/Sub-Exporter |