diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-10-17 19:52:41 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-10-17 20:53:56 +0200 |
commit | 099e455633cd1cd257c556220587fbb6a8f8145e (patch) | |
tree | d57e9ca164596ca8342ca555efa692c0e4b63160 /dev-perl/DynaLoader-Functions | |
parent | dev-db/mariadb-connector-c: stable 3.0.6-r1 for sparc, bug #668316 (diff) | |
download | gentoo-099e455633cd1cd257c556220587fbb6a8f8145e.tar.gz gentoo-099e455633cd1cd257c556220587fbb6a8f8145e.tar.bz2 gentoo-099e455633cd1cd257c556220587fbb6a8f8145e.zip |
dev-perl/DynaLoader-Functions: added Prefix keywords, bug #665088
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'dev-perl/DynaLoader-Functions')
-rw-r--r-- | dev-perl/DynaLoader-Functions/DynaLoader-Functions-0.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/DynaLoader-Functions/DynaLoader-Functions-0.3.0.ebuild b/dev-perl/DynaLoader-Functions/DynaLoader-Functions-0.3.0.ebuild index 4dba1c623ae3..4c08497df4d1 100644 --- a/dev-perl/DynaLoader-Functions/DynaLoader-Functions-0.3.0.ebuild +++ b/dev-perl/DynaLoader-Functions/DynaLoader-Functions-0.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="Deconstructed Dynamic C Library Loading" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~ia64 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~hppa ~ia64 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND=" |