summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-10-20 18:42:45 +0000
committerMike Frysinger <vapier@gentoo.org>2002-10-20 18:42:45 +0000
commit89414aafef7b4662605766324cbfae205bfbe3e0 (patch)
tree36ea97f0b79502ff16fba7aa47469e6c52e2ad70 /app-misc/devtodo
parentRemove rdepend=depend (diff)
downloadgentoo-2-89414aafef7b4662605766324cbfae205bfbe3e0.tar.gz
gentoo-2-89414aafef7b4662605766324cbfae205bfbe3e0.tar.bz2
gentoo-2-89414aafef7b4662605766324cbfae205bfbe3e0.zip
Remove rdepend=depend
Diffstat (limited to 'app-misc/devtodo')
-rw-r--r--app-misc/devtodo/devtodo-0.1.11-r1.ebuild3
-rw-r--r--app-misc/devtodo/devtodo-0.1.14.ebuild3
2 files changed, 2 insertions, 4 deletions
diff --git a/app-misc/devtodo/devtodo-0.1.11-r1.ebuild b/app-misc/devtodo/devtodo-0.1.11-r1.ebuild
index 4e7cd0d5518e..4566b7da6b28 100644
--- a/app-misc/devtodo/devtodo-0.1.11-r1.ebuild
+++ b/app-misc/devtodo/devtodo-0.1.11-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/devtodo-0.1.11-r1.ebuild,v 1.5 2002/10/17 00:10:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/devtodo-0.1.11-r1.ebuild,v 1.6 2002/10/20 18:40:21 vapier Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A nice command line todo list for developers"
@@ -13,7 +13,6 @@ KEYWORDS="x86"
DEPEND=">=sys-libs/ncurses-5.2
>=sys-libs/readline-4.1"
-RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
diff --git a/app-misc/devtodo/devtodo-0.1.14.ebuild b/app-misc/devtodo/devtodo-0.1.14.ebuild
index 77662117f797..8ecba4a971ec 100644
--- a/app-misc/devtodo/devtodo-0.1.14.ebuild
+++ b/app-misc/devtodo/devtodo-0.1.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/devtodo-0.1.14.ebuild,v 1.5 2002/10/17 00:10:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/devtodo-0.1.14.ebuild,v 1.6 2002/10/20 18:40:22 vapier Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A nice command line todo list for developers"
@@ -13,7 +13,6 @@ KEYWORDS="x86"
DEPEND=">=sys-libs/ncurses-5.2
>=sys-libs/readline-4.1"
-RDEPEND="${DEPEND}"
src_compile() {
econf --sysconfdir=/etc/devtodo || die