diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-02-22 15:35:59 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-22 15:35:59 +0100 |
commit | 978738043287b4e46120451f055de6105377c9e5 (patch) | |
tree | e3d0f7b05a548319a3b076a1789a47d4c75b282f /dev-perl/Sub-Info | |
parent | dev-perl/Importer: Tested on ~amd64-fbsd (diff) | |
download | gentoo-978738043287b4e46120451f055de6105377c9e5.tar.gz gentoo-978738043287b4e46120451f055de6105377c9e5.tar.bz2 gentoo-978738043287b4e46120451f055de6105377c9e5.zip |
dev-perl/Sub-Info: Tested on ~amd64-fbsd
Diffstat (limited to 'dev-perl/Sub-Info')
-rw-r--r-- | dev-perl/Sub-Info/Sub-Info-0.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Sub-Info/Sub-Info-0.2.0.ebuild b/dev-perl/Sub-Info/Sub-Info-0.2.0.ebuild index e03a5e815238..7677dd0cead7 100644 --- a/dev-perl/Sub-Info/Sub-Info-0.2.0.ebuild +++ b/dev-perl/Sub-Info/Sub-Info-0.2.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 @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="Tool for inspecting subroutines" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="test" RDEPEND=" |