diff options
author | 2004-12-23 12:51:01 +0000 | |
---|---|---|
committer | 2004-12-23 12:51:01 +0000 | |
commit | 4352d957d9a45292bbe1f5c9c1900aeb9a3cc65d (patch) | |
tree | 1f32dc184f8fcd63dd42dcb784012861e85c9592 /app-misc | |
parent | Experimental removal of mozilla plugin when mozilla is not set. (Manifest rec... (diff) | |
download | gentoo-2-4352d957d9a45292bbe1f5c9c1900aeb9a3cc65d.tar.gz gentoo-2-4352d957d9a45292bbe1f5c9c1900aeb9a3cc65d.tar.bz2 gentoo-2-4352d957d9a45292bbe1f5c9c1900aeb9a3cc65d.zip |
Fix KEYWORDS; keywords that were stable were accidentally reverted last commit.
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/devtodo/Manifest | 12 | ||||
-rw-r--r-- | app-misc/devtodo/devtodo-0.1.18-r2.ebuild | 4 |
2 files changed, 3 insertions, 13 deletions
diff --git a/app-misc/devtodo/Manifest b/app-misc/devtodo/Manifest index 81378ce2be43..2b7c559dc640 100644 --- a/app-misc/devtodo/Manifest +++ b/app-misc/devtodo/Manifest @@ -1,7 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 24120b746aa072315308539da84fda9a devtodo-0.1.18-r2.ebuild 1346 +MD5 a486bf051039cfd7dffd009afb229e10 devtodo-0.1.18-r2.ebuild 1344 MD5 e4146bc4aebf03940014b45116b09b09 devtodo-0.1.17-r2.ebuild 1663 MD5 fc65f157fc019b5fabe88b3a2cde8773 devtodo-0.1.18-r1.ebuild 1342 MD5 82f50885056fa1b5234ca886ae6943f0 ChangeLog 5697 @@ -14,10 +11,3 @@ MD5 d2457f597a941172dfdc9e12d13ce605 files/devtodo-0.1.18-gentoo.diff 4853 MD5 68c51e9b769e87f037a34aa64bbc911f files/devtodo-fix-cd-builtin.patch 303 MD5 d32e7456f09dcc45419319fcf1df8ae0 files/devtodo.bash-completion 3319 MD5 48d3c0943acaae812475061a16fe6eb9 files/devtodo.patch 2359 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBwv8dEZCkKN40op4RAl62AJ9L/04ziTkf5EWUadOfGNHEVh+LdgCgjPPQ -crmWA6L0PQnt8NVxb8zAcbc= -=lKa2 ------END PGP SIGNATURE----- diff --git a/app-misc/devtodo/devtodo-0.1.18-r2.ebuild b/app-misc/devtodo/devtodo-0.1.18-r2.ebuild index f4e8fb5a1c5f..ca6aaf6c281d 100644 --- a/app-misc/devtodo/devtodo-0.1.18-r2.ebuild +++ b/app-misc/devtodo/devtodo-0.1.18-r2.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/app-misc/devtodo/devtodo-0.1.18-r2.ebuild,v 1.4 2004/12/17 15:45:24 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/devtodo-0.1.18-r2.ebuild,v 1.5 2004/12/23 12:51:01 ka0ttic Exp $ inherit eutils gnuconfig bash-completion flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://swapoff.org/files/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~hppa ~amd64 ~ia64 ~s390" +KEYWORDS="x86 ~ppc sparc ~mips ~alpha ~hppa ~amd64 ~ia64 ~s390" IUSE="" RDEPEND=">=sys-libs/ncurses-5.2 |