summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-02-20 23:58:48 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-02-20 23:58:48 +0000
commit2d6ea597acb556850d84cbd361de9e50614eaa6c (patch)
treeda1f6738fea02371ea1c42f0fb311f14c3441b5d /app-misc/devtodo
parentarm needs deps first (Manifest recommit) (diff)
downloadgentoo-2-2d6ea597acb556850d84cbd361de9e50614eaa6c.tar.gz
gentoo-2-2d6ea597acb556850d84cbd361de9e50614eaa6c.tar.bz2
gentoo-2-2d6ea597acb556850d84cbd361de9e50614eaa6c.zip
header fix; inherit eutils for epatch; arm needs deps first
Diffstat (limited to 'app-misc/devtodo')
-rw-r--r--app-misc/devtodo/ChangeLog7
-rw-r--r--app-misc/devtodo/devtodo-0.1.17.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/app-misc/devtodo/ChangeLog b/app-misc/devtodo/ChangeLog
index 0ea99e594e4e..73165fb31b1e 100644
--- a/app-misc/devtodo/ChangeLog
+++ b/app-misc/devtodo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/devtodo
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/ChangeLog,v 1.7 2003/12/29 01:13:03 avenj Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/ChangeLog,v 1.8 2004/02/20 23:58:48 mr_bones_ Exp $
+
+ 20 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org> devtodo-0.1.17.ebuild:
+ header fix; inherit eutils for epatch; arm needs deps first
28 Dec 2003; Jon Portnoy <avenj@gentoo.org> devtodo-0.1.17.ebuild :
Added gnuconfig_update. Stable on AMD64.
diff --git a/app-misc/devtodo/devtodo-0.1.17.ebuild b/app-misc/devtodo/devtodo-0.1.17.ebuild
index 84bcf9e572df..b4349d86197d 100644
--- a/app-misc/devtodo/devtodo-0.1.17.ebuild
+++ b/app-misc/devtodo/devtodo-0.1.17.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 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.17.ebuild,v 1.7 2003/12/29 01:13:03 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/devtodo-0.1.17.ebuild,v 1.8 2004/02/20 23:58:48 mr_bones_ Exp $
-inherit gnuconfig
+inherit eutils gnuconfig
IUSE=""
DESCRIPTION="A nice command line todo list for developers"
@@ -11,7 +11,7 @@ SRC_URI="http://devtodo.sourceforge.net/${PV}/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 ppc ~sparc ~alpha ~hppa ~mips ~arm amd64 ~ia64"
+KEYWORDS="x86 ppc ~sparc ~alpha ~hppa ~mips amd64 ~ia64"
DEPEND=">=sys-libs/ncurses-5.2
>=sys-libs/readline-4.1"