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 | ae7524176435431ba1b03cceceec5cb42d74cd27 (patch) | |
tree | f7af20ab62dd8052f4262227a7f883f6a743aa54 /app-editors/nano | |
parent | remask until 16822 is fixed (diff) | |
download | historical-ae7524176435431ba1b03cceceec5cb42d74cd27.tar.gz historical-ae7524176435431ba1b03cceceec5cb42d74cd27.tar.bz2 historical-ae7524176435431ba1b03cceceec5cb42d74cd27.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} |