diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-04-16 17:35:10 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-04-16 17:35:10 +0000 |
commit | 086bd2129c0214ea0205350867788bd8e822b46b (patch) | |
tree | e17339316e1464f7142d721d09f3b8730ccf3bdb /dev-python/xlrd | |
parent | Stable on amd64 wrt bug #312979 (diff) | |
download | gentoo-2-086bd2129c0214ea0205350867788bd8e822b46b.tar.gz gentoo-2-086bd2129c0214ea0205350867788bd8e822b46b.tar.bz2 gentoo-2-086bd2129c0214ea0205350867788bd8e822b46b.zip |
Set RESTRICT_PYTHON_ABIS="3.*".
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/xlrd')
-rw-r--r-- | dev-python/xlrd/xlrd-0.7.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/xlrd/xlrd-0.7.1.ebuild b/dev-python/xlrd/xlrd-0.7.1.ebuild index 13fbe877d8aa..fbfa1922c728 100644 --- a/dev-python/xlrd/xlrd-0.7.1.ebuild +++ b/dev-python/xlrd/xlrd-0.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.7.1.ebuild,v 1.1 2010/04/16 09:38:45 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.7.1.ebuild,v 1.2 2010/04/16 17:35:10 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -19,6 +19,7 @@ IUSE="" DEPEND="" RDEPEND="" +RESTRICT_PYTHON_ABIS="3.*" src_prepare() { distutils_src_prepare |