diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-01-10 21:15:39 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-01-10 21:15:39 +0000 |
commit | ee9d5808c5e4a0b60249d3b91958d7e71634d9bd (patch) | |
tree | ac67958e553033ce788f7b905ce60d24d9dfcc35 /net-dns/unbound | |
parent | amd64/x86 stable, bug #494578 (diff) | |
download | gentoo-2-ee9d5808c5e4a0b60249d3b91958d7e71634d9bd.tar.gz gentoo-2-ee9d5808c5e4a0b60249d3b91958d7e71634d9bd.tar.bz2 gentoo-2-ee9d5808c5e4a0b60249d3b91958d7e71634d9bd.zip |
amd64 stable, bug #494572
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-dns/unbound')
-rw-r--r-- | net-dns/unbound/ChangeLog | 7 | ||||
-rw-r--r-- | net-dns/unbound/unbound-1.4.21-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-dns/unbound/ChangeLog b/net-dns/unbound/ChangeLog index 54ee99bfa0e5..cdfde48fdf24 100644 --- a/net-dns/unbound/ChangeLog +++ b/net-dns/unbound/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/unbound -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.63 2013/11/23 08:49:28 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.64 2014/01/10 21:15:39 pacho Exp $ + + 10 Jan 2014; Pacho Ramos <pacho@gentoo.org> unbound-1.4.21-r1.ebuild: + amd64 stable, bug #494572 *unbound-1.4.21-r1 (23 Nov 2013) diff --git a/net-dns/unbound/unbound-1.4.21-r1.ebuild b/net-dns/unbound/unbound-1.4.21-r1.ebuild index fe58f00cff39..5742e224a089 100644 --- a/net-dns/unbound/unbound-1.4.21-r1.ebuild +++ b/net-dns/unbound/unbound-1.4.21-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.21-r1.ebuild,v 1.1 2013/11/23 08:49:28 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.21-r1.ebuild,v 1.2 2014/01/10 21:15:39 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -13,7 +13,7 @@ SRC_URI="http://unbound.net/downloads/${P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x64-macos" +KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x64-macos" IUSE="debug gost python selinux static-libs test threads" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |