summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2010-08-13 21:39:31 +0000
committerThomas Sachau <tommy@gentoo.org>2010-08-13 21:39:31 +0000
commit3d3925da189d88e28e56f6d6fe2bee20f024a5c8 (patch)
tree56ab32671712838439f811f52f2756aaf10fb01a /www-client/ttb/ttb-0.9.4.ebuild
parentgames-misc/fretsonfire: NEED_PYTHON -> PYTHON_DEPEND, restrict to python-2 fo... (diff)
downloadsunrise-3d3925da189d88e28e56f6d6fe2bee20f024a5c8.tar.gz
sunrise-3d3925da189d88e28e56f6d6fe2bee20f024a5c8.tar.bz2
sunrise-3d3925da189d88e28e56f6d6fe2bee20f024a5c8.zip
www-client/ttb: NEED_PYTHON -> PYTHON_DEPEND, restrict to python-2 for now
svn path=/sunrise/; revision=11141
Diffstat (limited to 'www-client/ttb/ttb-0.9.4.ebuild')
-rw-r--r--www-client/ttb/ttb-0.9.4.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/www-client/ttb/ttb-0.9.4.ebuild b/www-client/ttb/ttb-0.9.4.ebuild
index 2f6ad29c8..c1b0dac06 100644
--- a/www-client/ttb/ttb-0.9.4.ebuild
+++ b/www-client/ttb/ttb-0.9.4.ebuild
@@ -2,8 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-NEED_PYTHON="2.2.0"
-inherit eutils distutils
+PYTHON_DEPEND="2:2.4"
+
+inherit eutils python distutils
DESCRIPTION="TeleText Browser for Dutch teletext pages from NOS"
HOMEPAGE="http://www.djcbsoftware.nl/code/ttb/"