summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-07 23:10:52 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-07 23:10:52 +0000
commitc216878174b5c8d681ecefe4677c96d6bfce4d46 (patch)
tree0136c39c829e3d3a9b22880f5ecdbe4fa9496bc8 /dev-python/tempita
parentBug #318433: fix QA for old ebuilds. (diff)
downloadgentoo-2-c216878174b5c8d681ecefe4677c96d6bfce4d46.tar.gz
gentoo-2-c216878174b5c8d681ecefe4677c96d6bfce4d46.tar.bz2
gentoo-2-c216878174b5c8d681ecefe4677c96d6bfce4d46.zip
Fix dependencies.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/tempita')
-rw-r--r--dev-python/tempita/tempita-0.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/tempita/tempita-0.4.ebuild b/dev-python/tempita/tempita-0.4.ebuild
index acf35c62cd09..d929483397bc 100644
--- a/dev-python/tempita/tempita-0.4.ebuild
+++ b/dev-python/tempita/tempita-0.4.ebuild
@@ -1,10 +1,11 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/tempita/tempita-0.4.ebuild,v 1.4 2010/06/05 13:38:14 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tempita/tempita-0.4.ebuild,v 1.5 2010/06/07 23:10:52 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS=1
+RESTRICT_PYTHON_ABIS="3.*"
DISTUTILS_SRC_TEST="nosetests"
inherit distutils
@@ -22,7 +23,6 @@ KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND="dev-python/setuptools"
-RDEPEND=""
-RESTRICT_PYTHON_ABIS="3.*"
+RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"