diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-04-03 08:49:35 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-04-03 08:49:35 +0000 |
commit | 537e145adaa09cfa6b68ab79800b5c45fbd3a0e5 (patch) | |
tree | 4f6ecd382131e6c91557657c639367bcaaf8bc19 /www-servers | |
parent | Avoid dependency on bundler. (diff) | |
download | gentoo-2-537e145adaa09cfa6b68ab79800b5c45fbd3a0e5.tar.gz gentoo-2-537e145adaa09cfa6b68ab79800b5c45fbd3a0e5.tar.bz2 gentoo-2-537e145adaa09cfa6b68ab79800b5c45fbd3a0e5.zip |
Clean old impls, add py3.4 support
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/varnish/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/varnish/varnish-4.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-servers/varnish/ChangeLog b/www-servers/varnish/ChangeLog index 1461b46126cb..d32b8126777c 100644 --- a/www-servers/varnish/ChangeLog +++ b/www-servers/varnish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/varnish # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v 1.85 2015/03/27 16:30:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v 1.86 2015/04/03 08:49:35 idella4 Exp $ + + 03 Apr 2015; Ian Delaney <idella4@gentoo.org> varnish-4.0.3.ebuild: + Clean old impls, add py3.4 support 27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> varnish-3.0.5-r4.ebuild: Stable for amd64, wrt bug #538736 diff --git a/www-servers/varnish/varnish-4.0.3.ebuild b/www-servers/varnish/varnish-4.0.3.ebuild index c8337beba4c2..5f57eaafb1fa 100644 --- a/www-servers/varnish/varnish-4.0.3.ebuild +++ b/www-servers/varnish/varnish-4.0.3.ebuild @@ -1,10 +1,10 @@ # 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.3.ebuild,v 1.1 2015/02/19 12:16:33 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-4.0.3.ebuild,v 1.2 2015/04/03 08:49:35 idella4 Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit user autotools-utils eutils systemd python-r1 |