diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-06-29 18:24:09 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-06-29 18:24:09 +0000 |
commit | f533da26c40d06c09d828e9023346345c9d33228 (patch) | |
tree | d9dbfe6e2b8b1670d552f7da4592caeb2bc91d67 /app-editors/ne | |
parent | version bump (diff) | |
download | gentoo-2-f533da26c40d06c09d828e9023346345c9d33228.tar.gz gentoo-2-f533da26c40d06c09d828e9023346345c9d33228.tar.bz2 gentoo-2-f533da26c40d06c09d828e9023346345c9d33228.zip |
unmasking and changelog fixes
Diffstat (limited to 'app-editors/ne')
-rw-r--r-- | app-editors/ne/ne-1.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/ne/ne-1.19.ebuild b/app-editors/ne/ne-1.19.ebuild index 5bb4db32c58b..46e903be2063 100644 --- a/app-editors/ne/ne-1.19.ebuild +++ b/app-editors/ne/ne-1.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ne/ne-1.19.ebuild,v 1.1 2003/03/21 23:18:06 sethbc Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ne/ne-1.19.ebuild,v 1.2 2003/06/29 18:24:08 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="ne is the nice editor, easy to use for the beginner and powerful for the wizard" @@ -11,7 +11,7 @@ DEPEND="ncurses? ( >=sys-libs/ncurses-5.2 )" PROVIDE="virtual/editor" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" LICENSE="GPL-2" IUSE="ncurses" |