diff options
author | 2014-09-06 07:19:10 +0000 | |
---|---|---|
committer | 2014-09-06 07:19:10 +0000 | |
commit | 40115fcb6f9a254e17311d5606425fe8cc52191a (patch) | |
tree | 1d60fcb6840205b8de9d72a6fdb324c0225fe206 /dev-python/requests/requests-2.3.0.ebuild | |
parent | Rename USE=ddcpci to standard USE=pci, and only pull in pciutils when USE=pci. (diff) | |
download | historical-40115fcb6f9a254e17311d5606425fe8cc52191a.tar.gz historical-40115fcb6f9a254e17311d5606425fe8cc52191a.tar.bz2 historical-40115fcb6f9a254e17311d5606425fe8cc52191a.zip |
re-add py3.2 to support reverse deps
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xB8072B0D
Diffstat (limited to 'dev-python/requests/requests-2.3.0.ebuild')
-rw-r--r-- | dev-python/requests/requests-2.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/requests/requests-2.3.0.ebuild b/dev-python/requests/requests-2.3.0.ebuild index e535caac7878..9be24f4027c8 100644 --- a/dev-python/requests/requests-2.3.0.ebuild +++ b/dev-python/requests/requests-2.3.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.3.0.ebuild,v 1.11 2014/08/28 08:29:47 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.3.0.ebuild,v 1.12 2014/09/06 07:18:41 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) inherit distutils-r1 |