diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-15 08:39:46 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-15 08:39:46 +0000 |
commit | 2fbcab95eab1a3d5cb5ca032c5a5e28f5bece38a (patch) | |
tree | 2f0517ced3667bf2e2a4c33a4f14d176eecaa2d0 /net-dns | |
parent | Stable for ppc, wrt bug #536226 (diff) | |
download | gentoo-2-2fbcab95eab1a3d5cb5ca032c5a5e28f5bece38a.tar.gz gentoo-2-2fbcab95eab1a3d5cb5ca032c5a5e28f5bece38a.tar.bz2 gentoo-2-2fbcab95eab1a3d5cb5ca032c5a5e28f5bece38a.zip |
Stable for ppc, wrt bug #536226
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/unbound/ChangeLog | 7 | ||||
-rw-r--r-- | net-dns/unbound/unbound-1.4.22-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-dns/unbound/ChangeLog b/net-dns/unbound/ChangeLog index c1bd6a401acb..18b1d3311b0f 100644 --- a/net-dns/unbound/ChangeLog +++ b/net-dns/unbound/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/unbound -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.84 2014/12/21 07:17:57 zx2c4 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.85 2015/01/15 08:39:46 ago Exp $ + + 15 Jan 2015; Agostino Sarubbo <ago@gentoo.org> unbound-1.4.22-r1.ebuild: + Stable for ppc, wrt bug #536226 *unbound-1.5.1-r1 (21 Dec 2014) diff --git a/net-dns/unbound/unbound-1.4.22-r1.ebuild b/net-dns/unbound/unbound-1.4.22-r1.ebuild index 5ebd94a433ff..773664582000 100644 --- a/net-dns/unbound/unbound-1.4.22-r1.ebuild +++ b/net-dns/unbound/unbound-1.4.22-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.22-r1.ebuild,v 1.3 2014/11/02 08:49:46 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.22-r1.ebuild,v 1.4 2015/01/15 08:39:46 ago 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="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x64-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x64-macos" IUSE="debug gost python selinux static-libs test threads" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |