diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-08-04 18:46:41 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-08-04 18:46:41 +0000 |
commit | feee485799e01fe40a0ea6a21799c566351858e7 (patch) | |
tree | b60d33bbbe58a4a12bac0ea0c2f22ae801eb2196 /dev-python/pycups | |
parent | Stable for HPPA (bug #274854). (diff) | |
download | gentoo-2-feee485799e01fe40a0ea6a21799c566351858e7.tar.gz gentoo-2-feee485799e01fe40a0ea6a21799c566351858e7.tar.bz2 gentoo-2-feee485799e01fe40a0ea6a21799c566351858e7.zip |
Set SUPPORT_PYTHON_ABIS.
(Portage version: 13900-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pycups')
-rw-r--r-- | dev-python/pycups/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pycups/pycups-1.9.46.ebuild | 8 |
2 files changed, 12 insertions, 2 deletions
diff --git a/dev-python/pycups/ChangeLog b/dev-python/pycups/ChangeLog index b4a63fc450ff..d4bf2d9a85c9 100644 --- a/dev-python/pycups/ChangeLog +++ b/dev-python/pycups/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pycups # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v 1.5 2009/08/04 11:51:30 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v 1.6 2009/08/04 18:46:41 arfrever Exp $ + + 04 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + pycups-1.9.46.ebuild: + Set SUPPORT_PYTHON_ABIS. *pycups-1.9.46 (04 Aug 2009) diff --git a/dev-python/pycups/pycups-1.9.46.ebuild b/dev-python/pycups/pycups-1.9.46.ebuild index 10279476c27c..8a820831ce58 100644 --- a/dev-python/pycups/pycups-1.9.46.ebuild +++ b/dev-python/pycups/pycups-1.9.46.ebuild @@ -1,8 +1,12 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.46.ebuild,v 1.1 2009/08/04 11:51:30 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.46.ebuild,v 1.2 2009/08/04 18:46:41 arfrever Exp $ + +EAPI="2" NEED_PYTHON="2.4" +SUPPORT_PYTHON_ABIS="1" + inherit distutils flag-o-matic DESCRIPTION="Python bindings for the CUPS API" @@ -21,6 +25,8 @@ DEPEND="${RDEPEND} doc? ( dev-python/epydoc ) " +RESTRICT_PYTHON_ABIS="3*" + src_compile() { append-cflags -DVERSION=\\\"${PV}\\\" distutils_src_compile |