summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-news/canto/canto-0.4.1.ebuild')
-rw-r--r--net-news/canto/canto-0.4.1.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/net-news/canto/canto-0.4.1.ebuild b/net-news/canto/canto-0.4.1.ebuild
index 807cce6f4..f45de44a8 100644
--- a/net-news/canto/canto-0.4.1.ebuild
+++ b/net-news/canto/canto-0.4.1.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-inherit python distutils
+NEED_PYTHON="2.4"
+inherit distutils
DESCRIPTION="Ncurses RSS client"
HOMEPAGE="http://www.codezen.org/canto/"
@@ -13,7 +14,4 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=">=dev-lang/python-2.4
- sys-libs/ncurses"
-
-RDEPEND=">=dev-lang/python-2.4"
+DEPEND="sys-libs/ncurses"