diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-01 21:21:14 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-01 21:21:14 +0000 |
commit | c7d96da979ae0abe6e18c419571850160c313092 (patch) | |
tree | d1b3499bff9219a4fbf78b7c4a16af8b64371638 /dev-python/pyifp | |
parent | Stable on amd64 wrt bug #349762 (diff) | |
download | gentoo-2-c7d96da979ae0abe6e18c419571850160c313092.tar.gz gentoo-2-c7d96da979ae0abe6e18c419571850160c313092.tar.bz2 gentoo-2-c7d96da979ae0abe6e18c419571850160c313092.zip |
Fix dependencies. Set SUPPORT_PYTHON_ABIS (bug #345523).
(Portage version: 2.2.0_alpha11_p6/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyifp')
-rw-r--r-- | dev-python/pyifp/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/pyifp/pyifp-0.2.2.ebuild | 14 |
2 files changed, 15 insertions, 7 deletions
diff --git a/dev-python/pyifp/ChangeLog b/dev-python/pyifp/ChangeLog index 062358ee2a0e..1edc8334d0b5 100644 --- a/dev-python/pyifp/ChangeLog +++ b/dev-python/pyifp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pyifp -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyifp/ChangeLog,v 1.6 2009/12/23 18:55:31 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyifp/ChangeLog,v 1.7 2011/01/01 21:21:14 arfrever Exp $ + + 01 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + pyifp-0.2.2.ebuild: + Fix dependencies. Set SUPPORT_PYTHON_ABIS (bug #345523). 23 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> pyifp-0.2.2.ebuild: Fix DOCS variable. diff --git a/dev-python/pyifp/pyifp-0.2.2.ebuild b/dev-python/pyifp/pyifp-0.2.2.ebuild index 8bb1bfc5f589..774833a8f9f1 100644 --- a/dev-python/pyifp/pyifp-0.2.2.ebuild +++ b/dev-python/pyifp/pyifp-0.2.2.ebuild @@ -1,8 +1,12 @@ -# Copyright 1999-2009 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/pyifp/pyifp-0.2.2.ebuild,v 1.5 2009/12/23 18:55:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyifp/pyifp-0.2.2.ebuild,v 1.6 2011/01/01 21:21:14 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.* *-jython" -EAPI=2 inherit eutils distutils DESCRIPTION="Python bindings for libifp library for accessing iRiver iFP devices" @@ -14,12 +18,12 @@ SLOT="0" KEYWORDS="~amd64 ~ia64 ~x86" IUSE="" -RDEPEND="dev-lang/python - >=media-libs/libifp-1.0.0.2" +RDEPEND=">=media-libs/libifp-1.0.0.2" DEPEND="${RDEPEND} dev-lang/swig" DOCS="README.txt" +PYTHON_MODNAME="ifp.py ifp_core.py usb_core.py" src_prepare() { epatch "${FILESDIR}"/${P}-setup-fix.patch |