diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-20 15:04:33 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-20 15:04:33 +0000 |
commit | 960550266eb80d4189375ca5df26e6a0415e49ba (patch) | |
tree | c66a59984f8a70563e81c75fd912c2795e46d412 /dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild | |
parent | Restricting pypy #404031 (diff) | |
download | historical-960550266eb80d4189375ca5df26e6a0415e49ba.tar.gz historical-960550266eb80d4189375ca5df26e6a0415e49ba.tar.bz2 historical-960550266eb80d4189375ca5df26e6a0415e49ba.zip |
Restricting pypy #404033
Package-Manager: portage-2.2.0_alpha87/cvs/Linux x86_64
Diffstat (limited to 'dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild')
-rw-r--r-- | dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild b/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild index 78295c45870f..dbff31510dba 100644 --- a/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild +++ b/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild,v 1.3 2010/06/30 03:09:24 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild,v 1.4 2012/02/20 15:04:33 patrick Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.7-pypy-*" inherit distutils eutils |