diff options
author | 2015-04-08 18:31:04 +0000 | |
---|---|---|
committer | 2015-04-08 18:31:04 +0000 | |
commit | 05ff913aac7e7ae3bb7bf3150d30c457ccfd687b (patch) | |
tree | efb7d11ed542075609094cb2868d13fd396143b4 /www-servers/varnish/varnish-4.0.2.ebuild | |
parent | Drop old Python implementations (diff) | |
download | historical-05ff913aac7e7ae3bb7bf3150d30c457ccfd687b.tar.gz historical-05ff913aac7e7ae3bb7bf3150d30c457ccfd687b.tar.bz2 historical-05ff913aac7e7ae3bb7bf3150d30c457ccfd687b.zip |
Drop old Python implementations
Package-Manager: portage-2.2.18/cvs/Linux x86_64
Manifest-Sign-Key: 0xEFB4464E!
Diffstat (limited to 'www-servers/varnish/varnish-4.0.2.ebuild')
-rw-r--r-- | www-servers/varnish/varnish-4.0.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-servers/varnish/varnish-4.0.2.ebuild b/www-servers/varnish/varnish-4.0.2.ebuild index e46315eddd35..43d6d2948758 100644 --- a/www-servers/varnish/varnish-4.0.2.ebuild +++ b/www-servers/varnish/varnish-4.0.2.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-4.0.2.ebuild,v 1.1 2014/10/08 11:58:25 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-4.0.2.ebuild,v 1.2 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 user autotools-utils eutils systemd python-r1 |