diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-12-20 06:30:26 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-12-20 06:30:26 +0000 |
commit | 7a7a75f155c049a51a5b1992e07af67df10faab2 (patch) | |
tree | 0b0a620610387f8e99b0ee6f566909001691e91e /dev-python/webob/webob-1.4.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-7a7a75f155c049a51a5b1992e07af67df10faab2.tar.gz gentoo-2-7a7a75f155c049a51a5b1992e07af67df10faab2.tar.bz2 gentoo-2-7a7a75f155c049a51a5b1992e07af67df10faab2.zip |
rm old impls, fix doc build in -1.3.1, rm old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/webob/webob-1.4.ebuild')
-rw-r--r-- | dev-python/webob/webob-1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/webob/webob-1.4.ebuild b/dev-python/webob/webob-1.4.ebuild index 3622a89220d0..b0262695359a 100644 --- a/dev-python/webob/webob-1.4.ebuild +++ b/dev-python/webob/webob-1.4.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/dev-python/webob/webob-1.4.ebuild,v 1.7 2014/12/08 11:02:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v 1.8 2014/12/20 06:30:26 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 |