diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-12-22 17:49:55 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-12-22 17:50:24 +0100 |
commit | 052f4deda131a56321a07d7c6a21e2957ccc1d71 (patch) | |
tree | 0ff52309520c23c59141e6d1e11e26235c29a03f /dev-perl | |
parent | dev-perl/Net-DNS: Remove old (diff) | |
download | gentoo-052f4deda131a56321a07d7c6a21e2957ccc1d71.tar.gz gentoo-052f4deda131a56321a07d7c6a21e2957ccc1d71.tar.bz2 gentoo-052f4deda131a56321a07d7c6a21e2957ccc1d71.zip |
dev-perl/Net-DNS: Drop as many keywords as possible
Bug: https://bugs.gentoo.org/613720
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Net-DNS/Net-DNS-1.40.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Net-DNS/Net-DNS-1.40.0.ebuild b/dev-perl/Net-DNS/Net-DNS-1.40.0.ebuild index 1d701e342f8f..8db0055a415a 100644 --- a/dev-perl/Net-DNS/Net-DNS-1.40.0.ebuild +++ b/dev-perl/Net-DNS/Net-DNS-1.40.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit toolchain-funcs perl-module DESCRIPTION="Perl Net::DNS - Perl DNS Resolver Module" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~m68k ~sh ~x86-fbsd" IUSE="ipv6 test" RDEPEND=" |