diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-24 22:28:16 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-24 22:28:16 +0000 |
commit | c91494c1736b36b3a6ff7b27d47b84ed720fae85 (patch) | |
tree | fd2d37c7e134a2f2a5abe7048189fb2545e0c923 /dev-python/pkipplib/pkipplib-0.07.ebuild | |
parent | Convert to EAPI=2, use the auto option with gen_usr_ldscript, update HOMEPAGE... (diff) | |
download | gentoo-2-c91494c1736b36b3a6ff7b27d47b84ed720fae85.tar.gz gentoo-2-c91494c1736b36b3a6ff7b27d47b84ed720fae85.tar.bz2 gentoo-2-c91494c1736b36b3a6ff7b27d47b84ed720fae85.zip |
Fix dependencies. Set SUPPORT_PYTHON_ABIS.
(Portage version: 2.2.0_alpha10_p5/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pkipplib/pkipplib-0.07.ebuild')
-rw-r--r-- | dev-python/pkipplib/pkipplib-0.07.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-python/pkipplib/pkipplib-0.07.ebuild b/dev-python/pkipplib/pkipplib-0.07.ebuild index ef90d44ad836..0152f67389cf 100644 --- a/dev-python/pkipplib/pkipplib-0.07.ebuild +++ b/dev-python/pkipplib/pkipplib-0.07.ebuild @@ -1,6 +1,11 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pkipplib/pkipplib-0.07.ebuild,v 1.1 2007/04/08 13:17:56 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pkipplib/pkipplib-0.07.ebuild,v 1.2 2010/12/24 22:28:16 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" inherit distutils |