diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-02-22 20:12:05 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-22 20:19:25 +0100 |
commit | e59095ce364afdcc325a9190a2ef6caea9794459 (patch) | |
tree | 6eeb1e8d2484c6b399cd6c4bc0d64cd1342c35de /dev-perl/Test-RequiresInternet | |
parent | dev-perl/Test-Fatal: Tested on ~amd64-fbsd (bug #606514) (diff) | |
download | gentoo-e59095ce364afdcc325a9190a2ef6caea9794459.tar.gz gentoo-e59095ce364afdcc325a9190a2ef6caea9794459.tar.bz2 gentoo-e59095ce364afdcc325a9190a2ef6caea9794459.zip |
dev-perl/Test-RequiresInternet: Tested on ~amd64-fbsd (bug #606514)
Diffstat (limited to 'dev-perl/Test-RequiresInternet')
-rw-r--r-- | dev-perl/Test-RequiresInternet/Test-RequiresInternet-0.50.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Test-RequiresInternet/Test-RequiresInternet-0.50.0.ebuild b/dev-perl/Test-RequiresInternet/Test-RequiresInternet-0.50.0.ebuild index bbf925a0ab9a..56453d27e248 100644 --- a/dev-perl/Test-RequiresInternet/Test-RequiresInternet-0.50.0.ebuild +++ b/dev-perl/Test-RequiresInternet/Test-RequiresInternet-0.50.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 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Easily test network connectivity" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND=" |