diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2003-03-27 18:20:07 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2003-03-27 18:20:07 +0000 |
commit | ab0fee03726822c076a54428ce3b5d44c6a05f65 (patch) | |
tree | 068c3e3ebc5e27ee22e6e94aaaa6bc9cad4f9ef7 /app-editors/nano | |
parent | remask until 16822 is fixed (diff) | |
download | gentoo-2-ab0fee03726822c076a54428ce3b5d44c6a05f65.tar.gz gentoo-2-ab0fee03726822c076a54428ce3b5d44c6a05f65.tar.bz2 gentoo-2-ab0fee03726822c076a54428ce3b5d44c6a05f65.zip |
moving nano-1.2.0 to stable
Diffstat (limited to 'app-editors/nano')
-rw-r--r-- | app-editors/nano/nano-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/nano/nano-1.2.0.ebuild b/app-editors/nano/nano-1.2.0.ebuild index 2b83740efdb9..3addbc5e98f2 100644 --- a/app-editors/nano/nano-1.2.0.ebuild +++ b/app-editors/nano/nano-1.2.0.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/nano/nano-1.2.0.ebuild,v 1.3 2003/03/09 20:38:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.2.0.ebuild,v 1.4 2003/03/27 18:20:07 drobbins Exp $ MY_P="${PN}-${PV/_}" DESCRIPTION="clone of Pico with more functions in a smaller size" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.nano-editor.org/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc alpha ~mips ~hppa arm" +KEYWORDS="x86 ~ppc ~sparc alpha ~mips ~hppa arm" IUSE="nls build slang spell" S=${WORKDIR}/${MY_P} |