diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:30:55 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:30:55 +0000 |
commit | f8289df074096440ea3e57fbc16ee801c3afc764 (patch) | |
tree | 2133569b744d768e888585d6676b6500e8cc6841 /www-servers/varnish/varnish-3.0.5-r3.ebuild | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-f8289df074096440ea3e57fbc16ee801c3afc764.tar.gz gentoo-2-f8289df074096440ea3e57fbc16ee801c3afc764.tar.bz2 gentoo-2-f8289df074096440ea3e57fbc16ee801c3afc764.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'www-servers/varnish/varnish-3.0.5-r3.ebuild')
-rw-r--r-- | www-servers/varnish/varnish-3.0.5-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-servers/varnish/varnish-3.0.5-r3.ebuild b/www-servers/varnish/varnish-3.0.5-r3.ebuild index d64b33d98395..2b112aa79a8c 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 +# Copyright 1999-2015 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.4 2014/03/31 21:25:22 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-3.0.5-r3.ebuild,v 1.5 2015/04/08 18:30:55 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_7,3_3} pypy ) inherit autotools-utils eutils systemd python-single-r1 |