diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-31 21:25:22 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-31 21:25:22 +0000 |
commit | b554747952ba812d0b52b4e72f3058050471ec37 (patch) | |
tree | 6e00f481295b62b40fc333f8097d5644db92529e /www-servers | |
parent | Add support for the new PyPy slotting. (diff) | |
download | gentoo-2-b554747952ba812d0b52b4e72f3058050471ec37.tar.gz gentoo-2-b554747952ba812d0b52b4e72f3058050471ec37.tar.bz2 gentoo-2-b554747952ba812d0b52b4e72f3058050471ec37.zip |
Add support for the new PyPy slotting.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/varnish/ChangeLog | 6 | ||||
-rw-r--r-- | www-servers/varnish/varnish-3.0.5-r3.ebuild | 4 | ||||
-rw-r--r-- | www-servers/varnish/varnish-3.0.5-r4.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/www-servers/varnish/ChangeLog b/www-servers/varnish/ChangeLog index 19fa88754f9e..74686f293ec4 100644 --- a/www-servers/varnish/ChangeLog +++ b/www-servers/varnish/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-servers/varnish # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v 1.74 2014/03/04 19:58:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v 1.75 2014/03/31 21:25:22 mgorny Exp $ + + 31 Mar 2014; Michał Górny <mgorny@gentoo.org> varnish-3.0.5-r3.ebuild, + varnish-3.0.5-r4.ebuild: + Add support for the new PyPy slotting. 04 Mar 2014; Agostino Sarubbo <ago@gentoo.org> varnish-3.0.5-r3.ebuild: Stable for x86, wrt bug #501384 diff --git a/www-servers/varnish/varnish-3.0.5-r3.ebuild b/www-servers/varnish/varnish-3.0.5-r3.ebuild index 60c3c56f211d..d64b33d98395 100644 --- a/www-servers/varnish/varnish-3.0.5-r3.ebuild +++ b/www-servers/varnish/varnish-3.0.5-r3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-3.0.5-r3.ebuild,v 1.3 2014/03/04 19:58:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-3.0.5-r3.ebuild,v 1.4 2014/03/31 21:25:22 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) inherit autotools-utils eutils systemd python-single-r1 diff --git a/www-servers/varnish/varnish-3.0.5-r4.ebuild b/www-servers/varnish/varnish-3.0.5-r4.ebuild index d10b795f1ff2..c225634c5d77 100644 --- a/www-servers/varnish/varnish-3.0.5-r4.ebuild +++ b/www-servers/varnish/varnish-3.0.5-r4.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-3.0.5-r4.ebuild,v 1.1 2014/03/01 19:53:58 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-3.0.5-r4.ebuild,v 1.2 2014/03/31 21:25:22 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) inherit autotools-utils eutils systemd python-single-r1 |