diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-27 14:07:00 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-27 14:07:00 +0000 |
commit | 3b617c92c9159821967c2805e7f4c87b51376b8a (patch) | |
tree | e0285c1ee97951278c034a39b1f17f7b83d48868 /net-dns/unbound | |
parent | Version bumped, bug #403963. (diff) | |
download | gentoo-2-3b617c92c9159821967c2805e7f4c87b51376b8a.tar.gz gentoo-2-3b617c92c9159821967c2805e7f4c87b51376b8a.tar.bz2 gentoo-2-3b617c92c9159821967c2805e7f4c87b51376b8a.zip |
Restricting pypy and jython
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'net-dns/unbound')
-rw-r--r-- | net-dns/unbound/ChangeLog | 6 | ||||
-rw-r--r-- | net-dns/unbound/unbound-1.4.13_p2.ebuild | 4 | ||||
-rw-r--r-- | net-dns/unbound/unbound-1.4.14.ebuild | 6 | ||||
-rw-r--r-- | net-dns/unbound/unbound-1.4.15.ebuild | 4 | ||||
-rw-r--r-- | net-dns/unbound/unbound-1.4.16.ebuild | 4 |
5 files changed, 14 insertions, 10 deletions
diff --git a/net-dns/unbound/ChangeLog b/net-dns/unbound/ChangeLog index d9abb67e3c4e..f6a91ec36344 100644 --- a/net-dns/unbound/ChangeLog +++ b/net-dns/unbound/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/unbound # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.37 2012/02/08 20:35:31 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.38 2012/02/27 14:07:00 patrick Exp $ + + 27 Feb 2012; Patrick Lauer <patrick@gentoo.org> unbound-1.4.13_p2.ebuild, + unbound-1.4.14.ebuild, unbound-1.4.15.ebuild, unbound-1.4.16.ebuild: + Restricting pypy and jython 08 Feb 2012; <swift@gentoo.org> unbound-1.4.16.ebuild: Adding USE=selinux dependency on selinux-bind, bug #402601 diff --git a/net-dns/unbound/unbound-1.4.13_p2.ebuild b/net-dns/unbound/unbound-1.4.13_p2.ebuild index 90947b028663..0e17c1596316 100644 --- a/net-dns/unbound/unbound-1.4.13_p2.ebuild +++ b/net-dns/unbound/unbound-1.4.13_p2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.13_p2.ebuild,v 1.3 2012/01/04 17:39:58 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.13_p2.ebuild,v 1.4 2012/02/27 14:07:00 patrick Exp $ EAPI="3" PYTHON_DEPEND="python? 2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython" MY_P="${P/_p/p}" diff --git a/net-dns/unbound/unbound-1.4.14.ebuild b/net-dns/unbound/unbound-1.4.14.ebuild index ffa8d921ec33..60f89ee7acf6 100644 --- a/net-dns/unbound/unbound-1.4.14.ebuild +++ b/net-dns/unbound/unbound-1.4.14.ebuild @@ -1,11 +1,11 @@ -# 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/net-dns/unbound/unbound-1.4.14.ebuild,v 1.1 2011/12/26 13:41:51 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.14.ebuild,v 1.2 2012/02/27 14:07:00 patrick Exp $ EAPI="3" PYTHON_DEPEND="python? 2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython" inherit eutils flag-o-matic python diff --git a/net-dns/unbound/unbound-1.4.15.ebuild b/net-dns/unbound/unbound-1.4.15.ebuild index e67c169b12ac..d1eaa0143082 100644 --- a/net-dns/unbound/unbound-1.4.15.ebuild +++ b/net-dns/unbound/unbound-1.4.15.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.15.ebuild,v 1.1 2012/01/30 15:58:00 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.15.ebuild,v 1.2 2012/02/27 14:07:00 patrick Exp $ EAPI="3" PYTHON_DEPEND="python? 2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython" inherit eutils flag-o-matic python diff --git a/net-dns/unbound/unbound-1.4.16.ebuild b/net-dns/unbound/unbound-1.4.16.ebuild index be596e334720..d0c7817c3de2 100644 --- a/net-dns/unbound/unbound-1.4.16.ebuild +++ b/net-dns/unbound/unbound-1.4.16.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.16.ebuild,v 1.2 2012/02/08 20:35:31 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.16.ebuild,v 1.3 2012/02/27 14:07:00 patrick Exp $ EAPI="3" PYTHON_DEPEND="python? 2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython" inherit eutils flag-o-matic python |