diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-01 21:32:09 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-01 21:32:09 +0000 |
commit | b3dc86be65cdb1fc9b566f62460bd58566800172 (patch) | |
tree | 959fef70a1e6ba912e0fa83565ee7c617953df4e /dev-python/pystdf/pystdf-1.3.1.ebuild | |
parent | Add support from upstream for python-2.7 #350098 by Tom Flair. (diff) | |
download | historical-b3dc86be65cdb1fc9b566f62460bd58566800172.tar.gz historical-b3dc86be65cdb1fc9b566f62460bd58566800172.tar.bz2 historical-b3dc86be65cdb1fc9b566f62460bd58566800172.zip |
Fix dependencies. Set SUPPORT_PYTHON_ABIS (bug #345537).
Package-Manager: portage-2.2.0_alpha11_p6/cvs/Linux x86_64
Diffstat (limited to 'dev-python/pystdf/pystdf-1.3.1.ebuild')
-rw-r--r-- | dev-python/pystdf/pystdf-1.3.1.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-python/pystdf/pystdf-1.3.1.ebuild b/dev-python/pystdf/pystdf-1.3.1.ebuild index 60a359ce87b1..bf31d1736730 100644 --- a/dev-python/pystdf/pystdf-1.3.1.ebuild +++ b/dev-python/pystdf/pystdf-1.3.1.ebuild @@ -1,6 +1,11 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pystdf/pystdf-1.3.1.ebuild,v 1.1 2007/06/23 20:48:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pystdf/pystdf-1.3.1.ebuild,v 1.2 2011/01/01 21:32:09 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" inherit distutils |