diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-31 21:25:56 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-31 21:25:56 +0000 |
commit | 2af0abc50c5b68740bd24a167705dd80cabe67d7 (patch) | |
tree | 7c71e21847167142c6e507244239516c80039458 /dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild | |
parent | Add support for the new PyPy slotting. (diff) | |
download | historical-2af0abc50c5b68740bd24a167705dd80cabe67d7.tar.gz historical-2af0abc50c5b68740bd24a167705dd80cabe67d7.tar.bz2 historical-2af0abc50c5b68740bd24a167705dd80cabe67d7.zip |
Add support for the new PyPy slotting.
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xEFB4464E!
Diffstat (limited to 'dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild')
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild b/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild index f7c80ea27e35..8a3a36803b8d 100644 --- a/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.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/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild,v 1.12 2014/02/11 19:19:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild,v 1.13 2014/03/31 20:31:26 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python2_{6,7} pypy2_0 ) +PYTHON_COMPAT=( python2_{6,7} pypy pypy2_0 ) inherit distutils-r1 |