Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DNS/
Date: Sat, 27 Oct 2018 12:31:15
Message-Id: 1540643463.81391705b75e054a08ec7cfc2097a05119208fb4.grobian@gentoo
1 commit: 81391705b75e054a08ec7cfc2097a05119208fb4
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 27 12:16:33 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 27 12:31:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81391705
7
8 dev-perl/Net-DNS: added Prefix keywords, bug #665088
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 dev-perl/Net-DNS/Net-DNS-1.130.0.ebuild | 4 ++--
14 dev-perl/Net-DNS/Net-DNS-1.90.0.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-perl/Net-DNS/Net-DNS-1.130.0.ebuild b/dev-perl/Net-DNS/Net-DNS-1.130.0.ebuild
18 index a90a443d675..8d3eeb0545f 100644
19 --- a/dev-perl/Net-DNS/Net-DNS-1.130.0.ebuild
20 +++ b/dev-perl/Net-DNS/Net-DNS-1.130.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -11,7 +11,7 @@ inherit toolchain-funcs perl-module
28 DESCRIPTION="Perl Interface to the Domain Name System"
29
30 SLOT="0"
31 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
32 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
33 IUSE="+ipv6 test minimal"
34
35 PDEPEND="!minimal? ( >=dev-perl/Net-DNS-SEC-1.10.0 )"
36
37 diff --git a/dev-perl/Net-DNS/Net-DNS-1.90.0.ebuild b/dev-perl/Net-DNS/Net-DNS-1.90.0.ebuild
38 index c2762fc63ee..9b95e24eda0 100644
39 --- a/dev-perl/Net-DNS/Net-DNS-1.90.0.ebuild
40 +++ b/dev-perl/Net-DNS/Net-DNS-1.90.0.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2017 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -11,7 +11,7 @@ inherit toolchain-funcs perl-module
48 DESCRIPTION="Perl Net::DNS - Perl DNS Resolver Module"
49
50 SLOT="0"
51 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~x86"
52 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
53 IUSE="+ipv6 test minimal"
54
55 PDEPEND="!minimal? ( >=dev-perl/Net-DNS-SEC-1.10.0 )"