diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-05-18 12:13:24 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-05-18 12:13:24 +0000 |
commit | 393b347fb745d44a4cc02305be969542d0b6a309 (patch) | |
tree | b0d7263f5a9e6e613615086764b0b08c2a27f12d /net-print/foomatic-gui | |
parent | Fixed to work with ipafont USE flag. Removed old versions. (diff) | |
download | gentoo-2-393b347fb745d44a4cc02305be969542d0b6a309.tar.gz gentoo-2-393b347fb745d44a4cc02305be969542d0b6a309.tar.bz2 gentoo-2-393b347fb745d44a4cc02305be969542d0b6a309.zip |
Fix dependencies.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'net-print/foomatic-gui')
-rw-r--r-- | net-print/foomatic-gui/foomatic-gui-0.7.9.2.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net-print/foomatic-gui/foomatic-gui-0.7.9.2.ebuild b/net-print/foomatic-gui/foomatic-gui-0.7.9.2.ebuild index 1bd0efa9372b..8622fd6446d4 100644 --- a/net-print/foomatic-gui/foomatic-gui-0.7.9.2.ebuild +++ b/net-print/foomatic-gui/foomatic-gui-0.7.9.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-gui/foomatic-gui-0.7.9.2.ebuild,v 1.1 2010/05/17 20:10:49 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-gui/foomatic-gui-0.7.9.2.ebuild,v 1.2 2010/05/18 12:13:24 arfrever Exp $ +EAPI="3" +PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -PYTHON_DEPEND="*" -PYTHON_MODNAME="foomatic" inherit distutils @@ -22,7 +22,8 @@ RDEPEND=" >=dev-python/gnome-python-extras-2.10.0 >=dev-python/pyxml-0.8 net-print/foomatic-db-engine" - RESTRICT_PYTHON_ABIS="3.*" -S="${WORKDIR}"/${P}+nmu2 +S="${WORKDIR}/${P}+nmu2" + +PYTHON_MODNAME="foomatic" |