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 | 5f31129647b14268f0ebb093a4350094c665201c (patch) | |
tree | e9332a90f3085feeabd2918ca8a0a8bd94298b2c /dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild | |
parent | Restricting pypy #404031 (diff) | |
download | gentoo-2-5f31129647b14268f0ebb093a4350094c665201c.tar.gz gentoo-2-5f31129647b14268f0ebb093a4350094c665201c.tar.bz2 gentoo-2-5f31129647b14268f0ebb093a4350094c665201c.zip |
Restricting pypy #404033
(Portage version: 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 |