diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-18 13:24:35 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-18 13:24:35 +0000 |
commit | 305623163e501d61670b1ec3a587066b982da801 (patch) | |
tree | be8381a502e087e7a4e89694e284ffc672280992 /net-dns/unbound | |
parent | Stable for x86, wrt bug #478806 (diff) | |
download | gentoo-2-305623163e501d61670b1ec3a587066b982da801.tar.gz gentoo-2-305623163e501d61670b1ec3a587066b982da801.tar.bz2 gentoo-2-305623163e501d61670b1ec3a587066b982da801.zip |
Stable for x86, wrt bug #476038
(Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-dns/unbound')
-rw-r--r-- | net-dns/unbound/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/unbound/unbound-1.4.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/unbound/ChangeLog b/net-dns/unbound/ChangeLog index 59fb9c7db764..cf8531bd6dc2 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.58 2013/07/12 04:54:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.59 2013/08/18 13:24:35 ago Exp $ + + 18 Aug 2013; Agostino Sarubbo <ago@gentoo.org> unbound-1.4.20.ebuild: + Stable for x86, wrt bug #476038 12 Jul 2013; Agostino Sarubbo <ago@gentoo.org> unbound-1.4.20.ebuild: Stable for amd64, wrt bug #476038 diff --git a/net-dns/unbound/unbound-1.4.20.ebuild b/net-dns/unbound/unbound-1.4.20.ebuild index 37aa159cbc7a..aa7fe99c0118 100644 --- a/net-dns/unbound/unbound-1.4.20.ebuild +++ b/net-dns/unbound/unbound-1.4.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.20.ebuild,v 1.3 2013/07/12 04:54:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.20.ebuild,v 1.4 2013/08/18 13:24:35 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,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} )" |