diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2015-01-25 11:10:44 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2015-01-25 11:10:44 +0000 |
commit | 6bb6fce9b3ec69b872f931278364f7d171c2e3c7 (patch) | |
tree | b3e172bdbc8fb7490bad783cd0d16d54eb7ef065 /dev-perl/List-AllUtils | |
parent | Add ~m68k keyword (diff) | |
download | gentoo-2-6bb6fce9b3ec69b872f931278364f7d171c2e3c7.tar.gz gentoo-2-6bb6fce9b3ec69b872f931278364f7d171c2e3c7.tar.bz2 gentoo-2-6bb6fce9b3ec69b872f931278364f7d171c2e3c7.zip |
Add ~m68k keyword
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/List-AllUtils')
-rw-r--r-- | dev-perl/List-AllUtils/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/List-AllUtils/ChangeLog b/dev-perl/List-AllUtils/ChangeLog index cc6de600b73c..85726c57d2d0 100644 --- a/dev-perl/List-AllUtils/ChangeLog +++ b/dev-perl/List-AllUtils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/List-AllUtils # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.11 2015/01/25 11:05:29 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.12 2015/01/25 11:10:44 zlogene Exp $ + + 25 Jan 2015; Mikle Kolyada <zlogene@gentoo.org> List-AllUtils-0.90.0.ebuild: + Add ~m68k keyword 25 Jan 2015; Mikle Kolyada <zlogene@gentoo.org> List-AllUtils-0.90.0.ebuild: Add ~ia64 keyword diff --git a/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild b/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild index 048bb8d4d9d8..def02769a712 100644 --- a/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild +++ b/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v 1.6 2015/01/25 11:05:29 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v 1.7 2015/01/25 11:10:44 zlogene Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION='Combines List::Util and List::MoreUtils in one bite-sized package' SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~x86 ~amd64-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~x86 ~amd64-fbsd" IUSE="test" RDEPEND=">=dev-perl/List-MoreUtils-0.280.0 |