summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-28 20:14:38 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-28 20:14:38 +0000
commit515d94430d47f6f6d13174c75c8317465e51ba26 (patch)
treeebe6b6f26fc5192f143a086b102490e57d25f5a5 /x11-misc/ntodo
parentdont depend on {text,file,sh-}utils (diff)
downloadhistorical-515d94430d47f6f6d13174c75c8317465e51ba26.tar.gz
historical-515d94430d47f6f6d13174c75c8317465e51ba26.tar.bz2
historical-515d94430d47f6f6d13174c75c8317465e51ba26.zip
add sed-4 dep
Diffstat (limited to 'x11-misc/ntodo')
-rw-r--r--x11-misc/ntodo/ChangeLog5
-rw-r--r--x11-misc/ntodo/ntodo-1.0.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/ntodo/ChangeLog b/x11-misc/ntodo/ChangeLog
index c4f438dabf1b..2aa9e005bc7d 100644
--- a/x11-misc/ntodo/ChangeLog
+++ b/x11-misc/ntodo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/ntodo
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/ntodo/ChangeLog,v 1.4 2004/06/24 22:29:42 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/ntodo/ChangeLog,v 1.5 2004/06/28 20:08:51 agriffis Exp $
+
+ 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> ntodo-1.0.ebuild:
+ add sed-4 dep
05 Feb 2004; Aron Griffis <agriffis@gentoo.org> ntodo-1.0.ebuild:
stable on alpha
diff --git a/x11-misc/ntodo/ntodo-1.0.ebuild b/x11-misc/ntodo/ntodo-1.0.ebuild
index bc5d07418038..f2f51d764a32 100644
--- a/x11-misc/ntodo/ntodo-1.0.ebuild
+++ b/x11-misc/ntodo/ntodo-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/ntodo/ntodo-1.0.ebuild,v 1.5 2004/06/24 22:29:42 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/ntodo/ntodo-1.0.ebuild,v 1.6 2004/06/28 20:08:51 agriffis Exp $
DESCRIPTION="GTK Todo program"
HOMEPAGE="http://www.theasylum.org/ntodo/"
@@ -9,7 +9,8 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64 alpha"
IUSE=""
-DEPEND="=x11-libs/gtk+-1.2*"
+DEPEND="=x11-libs/gtk+-1.2*
+ >=sys-apps/sed-4"
#RDEPEND=""
S="${WORKDIR}/nToDo-${PV}"