diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-04-26 11:01:24 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-04-26 11:01:24 +0000 |
commit | 9086b6db57f7f7f21ff47b7f8a2a016e02620ef8 (patch) | |
tree | f114204de4e6f8f6de41502f7d1e17a5002ff480 /net-libs | |
parent | Stable for amd64, wrt bug #411885 (diff) | |
download | gentoo-2-9086b6db57f7f7f21ff47b7f8a2a016e02620ef8.tar.gz gentoo-2-9086b6db57f7f7f21ff47b7f8a2a016e02620ef8.tar.bz2 gentoo-2-9086b6db57f7f7f21ff47b7f8a2a016e02620ef8.zip |
Stable for amd64, wrt bug #411885
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/ldns/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/ldns/ldns-1.6.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/ldns/ChangeLog b/net-libs/ldns/ChangeLog index 0beb9e41aa35..815757955961 100644 --- a/net-libs/ldns/ChangeLog +++ b/net-libs/ldns/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/ldns # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ChangeLog,v 1.23 2012/02/10 03:09:03 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ChangeLog,v 1.24 2012/04/26 11:01:24 ago Exp $ + + 26 Apr 2012; Agostino Sarubbo <ago@gentoo.org> ldns-1.6.12.ebuild: + Stable for amd64, wrt bug #411885 10 Feb 2012; Patrick Lauer <patrick@gentoo.org> ldns-1.6.11.ebuild, ldns-1.6.12.ebuild: diff --git a/net-libs/ldns/ldns-1.6.12.ebuild b/net-libs/ldns/ldns-1.6.12.ebuild index eba44d422a6f..8a8e8c200a78 100644 --- a/net-libs/ldns/ldns-1.6.12.ebuild +++ b/net-libs/ldns/ldns-1.6.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.12.ebuild,v 1.2 2012/02/10 03:09:02 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.12.ebuild,v 1.3 2012/04/26 11:01:24 ago Exp $ EAPI="3" PYTHON_DEPEND="python? 2:2.5" @@ -13,7 +13,7 @@ SRC_URI="http://www.nlnetlabs.nl/downloads/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos" +KEYWORDS="amd64 ~x86 ~ppc-macos ~x64-macos" IUSE="doc gost python ssl static-libs vim-syntax" RESTRICT="test" # 1.6.9 has no test directory |