summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-news/canto/canto-9999-r3.ebuild')
-rw-r--r--net-news/canto/canto-9999-r3.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/net-news/canto/canto-9999-r3.ebuild b/net-news/canto/canto-9999-r3.ebuild
index 1cddeb462..a89499a5d 100644
--- a/net-news/canto/canto-9999-r3.ebuild
+++ b/net-news/canto/canto-9999-r3.ebuild
@@ -1,12 +1,14 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-inherit distutils git
NEED_PYTHON="2.4"
+inherit distutils git
+
DESCRIPTION="Ncurses RSS client"
HOMEPAGE="http://www.codezen.org/canto/"
+EGIT_REPO_URI="http://codezen.org/src/${PN}.git"
SRC_URI=""
LICENSE="GPL-2"
@@ -17,5 +19,4 @@ IUSE=""
DEPEND="sys-libs/ncurses
dev-python/feedparser
dev-python/chardet"
-
-EGIT_REPO_URI="http://codezen.org/src/canto.git"
+RDEPEND="${DEPEND}"