diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-08-13 16:47:26 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-08-13 16:47:26 +0000 |
commit | adae99e1fda8da4c2f9bc4e7774b1c3b9b43b75f (patch) | |
tree | 2173ab524cb413f2d249dab2211b21f35782bfab /www-client/pybugz/pybugz-0.8.0_rc3.ebuild | |
parent | Version bump. (diff) | |
download | historical-adae99e1fda8da4c2f9bc4e7774b1c3b9b43b75f.tar.gz historical-adae99e1fda8da4c2f9bc4e7774b1c3b9b43b75f.tar.bz2 historical-adae99e1fda8da4c2f9bc4e7774b1c3b9b43b75f.zip |
Set SUPPORT_PYTHON_ABIS.
Package-Manager: portage-14014-svn/cvs/Linux x86_64
Diffstat (limited to 'www-client/pybugz/pybugz-0.8.0_rc3.ebuild')
-rw-r--r-- | www-client/pybugz/pybugz-0.8.0_rc3.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/www-client/pybugz/pybugz-0.8.0_rc3.ebuild b/www-client/pybugz/pybugz-0.8.0_rc3.ebuild index 930ba79e7507..01a82b662a88 100644 --- a/www-client/pybugz/pybugz-0.8.0_rc3.ebuild +++ b/www-client/pybugz/pybugz-0.8.0_rc3.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-0.8.0_rc3.ebuild,v 1.1 2009/08/12 20:42:37 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-0.8.0_rc3.ebuild,v 1.2 2009/08/13 16:47:26 arfrever Exp $ EAPI="2" +SUPPORT_PYTHON_ABIS="1" inherit bash-completion distutils @@ -20,6 +21,10 @@ RDEPEND="${DEPEND} bash-completion? ( app-shells/bash ) zsh-completion? ( app-shells/zsh )" +RESTRICT_PYTHON_ABIS="3*" + +PYTHON_MODNAME="bugz" + src_install() { distutils_src_install |