From 31ce4adeaddc11eca298f04710be6e69ef74cfb6 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Thu, 6 May 2010 18:38:07 +0000 Subject: Restrict 2.4. Package-Manager: portage-HEAD/cvs/Linux x86_64 --- dev-python/pycups/pycups-1.9.49.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-python/pycups/pycups-1.9.49.ebuild') diff --git a/dev-python/pycups/pycups-1.9.49.ebuild b/dev-python/pycups/pycups-1.9.49.ebuild index 83e23cc6d6c6..bd24b9e05c70 100644 --- a/dev-python/pycups/pycups-1.9.49.ebuild +++ b/dev-python/pycups/pycups-1.9.49.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/dev-python/pycups/pycups-1.9.49.ebuild,v 1.1 2010/03/11 00:56:01 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.49.ebuild,v 1.2 2010/05/06 18:38:07 arfrever Exp $ EAPI="2" -PYTHON_DEPEND="2:2.4" +PYTHON_DEPEND="2:2.5" SUPPORT_PYTHON_ABIS="1" inherit distutils flag-o-matic @@ -25,7 +25,7 @@ DEPEND="${RDEPEND} doc? ( dev-python/epydoc ) " -RESTRICT_PYTHON_ABIS="3*" +RESTRICT_PYTHON_ABIS="2.4 3.*" src_compile() { append-cflags -DVERSION=\\\"${PV}\\\" -- cgit v1.2.3-65-gdbad