diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-02-22 20:26:33 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-22 20:27:32 +0100 |
commit | e98e71940544c75d75aa1199b957191a5e0e9ecf (patch) | |
tree | 4fe5314a4605d06f0915afb088b8b4c61b748598 /dev-perl/Module-Implementation | |
parent | dev-perl/Module-Runtime: Tested on ~amd64-fbsd (bug #613158) (diff) | |
download | gentoo-e98e71940544c75d75aa1199b957191a5e0e9ecf.tar.gz gentoo-e98e71940544c75d75aa1199b957191a5e0e9ecf.tar.bz2 gentoo-e98e71940544c75d75aa1199b957191a5e0e9ecf.zip |
dev-perl/Module-Implementation: Tested on ~amd64-fbsd (bug #613158)
Diffstat (limited to 'dev-perl/Module-Implementation')
-rw-r--r-- | dev-perl/Module-Implementation/Module-Implementation-0.90.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Module-Implementation/Module-Implementation-0.90.0.ebuild b/dev-perl/Module-Implementation/Module-Implementation-0.90.0.ebuild index 269d52adeb0c..1198357dcb4d 100644 --- a/dev-perl/Module-Implementation/Module-Implementation-0.90.0.ebuild +++ b/dev-perl/Module-Implementation/Module-Implementation-0.90.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ DESCRIPTION="Loads one of several alternate underlying implementations for a mod LICENSE="Artistic-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND=" |