diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-17 19:49:37 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-17 19:49:37 +0000 |
commit | 0b504ad704476bf5ebf8fed174de80639a497b50 (patch) | |
tree | 34d821a39c2c012f3d0e5ee0575f7db4651b65ec /dev-perl/Net-DNS-Async | |
parent | [bump] dev-perl/LWP-MediaTypes-6.20.0 (diff) | |
download | gentoo-2-0b504ad704476bf5ebf8fed174de80639a497b50.tar.gz gentoo-2-0b504ad704476bf5ebf8fed174de80639a497b50.tar.bz2 gentoo-2-0b504ad704476bf5ebf8fed174de80639a497b50.zip |
Stable for amd64, wrt bug #355195
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Net-DNS-Async')
-rw-r--r-- | dev-perl/Net-DNS-Async/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Net-DNS-Async/Net-DNS-Async-1.70.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Net-DNS-Async/ChangeLog b/dev-perl/Net-DNS-Async/ChangeLog index 3a7a32e8738d..910a5f56dbac 100644 --- a/dev-perl/Net-DNS-Async/ChangeLog +++ b/dev-perl/Net-DNS-Async/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Net-DNS-Async -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS-Async/ChangeLog,v 1.4 2011/09/04 11:23:43 tove Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS-Async/ChangeLog,v 1.5 2012/02/17 19:49:37 ago Exp $ + + 17 Feb 2012; Agostino Sarubbo <ago@gentoo.org> Net-DNS-Async-1.70.0.ebuild: + Stable for amd64, wrt bug #355195 04 Sep 2011; Torsten Veller <tove@gentoo.org> -Net-DNS-Async-1.07.ebuild: Cleanup diff --git a/dev-perl/Net-DNS-Async/Net-DNS-Async-1.70.0.ebuild b/dev-perl/Net-DNS-Async/Net-DNS-Async-1.70.0.ebuild index c16bc97c7f2b..c9c77f3a033e 100644 --- a/dev-perl/Net-DNS-Async/Net-DNS-Async-1.70.0.ebuild +++ b/dev-perl/Net-DNS-Async/Net-DNS-Async-1.70.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS-Async/Net-DNS-Async-1.70.0.ebuild,v 1.1 2011/08/29 12:00:52 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS-Async/Net-DNS-Async-1.70.0.ebuild,v 1.2 2012/02/17 19:49:37 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Asynchronous DNS helper for high volume applications" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND="dev-perl/Net-DNS" |