diff options
author | 2015-01-13 16:12:57 +0000 | |
---|---|---|
committer | 2015-01-13 16:12:57 +0000 | |
commit | 212381c3f0f6626f533b5570b4d2a427d0de1f74 (patch) | |
tree | 0390059b1ccc8fb3cb49440897657feec79c9bce /dev-perl | |
parent | Stable for HPPA (bug #535122). (diff) | |
download | gentoo-2-212381c3f0f6626f533b5570b4d2a427d0de1f74.tar.gz gentoo-2-212381c3f0f6626f533b5570b4d2a427d0de1f74.tar.bz2 gentoo-2-212381c3f0f6626f533b5570b4d2a427d0de1f74.zip |
Stable for HPPA (bug #535210).
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Net-DNS/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Net-DNS/Net-DNS-0.740.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Net-DNS/ChangeLog b/dev-perl/Net-DNS/ChangeLog index 5ad5318c0a5f..6f46d29d6005 100644 --- a/dev-perl/Net-DNS/ChangeLog +++ b/dev-perl/Net-DNS/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Net-DNS # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS/ChangeLog,v 1.172 2015/01/09 13:42:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS/ChangeLog,v 1.173 2015/01/13 16:12:57 jer Exp $ + + 13 Jan 2015; Jeroen Roovers <jer@gentoo.org> Net-DNS-0.740.0.ebuild: + Stable for HPPA (bug #535210). 09 Jan 2015; Agostino Sarubbo <ago@gentoo.org> Net-DNS-0.740.0.ebuild: Stable for amd64, wrt bug #535210 diff --git a/dev-perl/Net-DNS/Net-DNS-0.740.0.ebuild b/dev-perl/Net-DNS/Net-DNS-0.740.0.ebuild index aa82690807ea..073424f07e20 100644 --- a/dev-perl/Net-DNS/Net-DNS-0.740.0.ebuild +++ b/dev-perl/Net-DNS/Net-DNS-0.740.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS/Net-DNS-0.740.0.ebuild,v 1.2 2015/01/09 13:42:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS/Net-DNS-0.740.0.ebuild,v 1.3 2015/01/13 16:12:57 jer Exp $ EAPI=5 @@ -11,7 +11,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="~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" IUSE="ipv6 test" RDEPEND=" |