diff options
author | 2007-01-29 16:29:34 +0000 | |
---|---|---|
committer | 2007-01-29 16:29:34 +0000 | |
commit | eb87b7dface184b6fd2053373fd4a669931b8250 (patch) | |
tree | 7ac95e1c25835e7c18b852a87c97b85ba4998682 /app-editors | |
parent | Fix bug #160335, thanks to Nicholas Doyle for reporting and SpanKY for fixing. (diff) | |
download | historical-eb87b7dface184b6fd2053373fd4a669931b8250.tar.gz historical-eb87b7dface184b6fd2053373fd4a669931b8250.tar.bz2 historical-eb87b7dface184b6fd2053373fd4a669931b8250.zip |
arm/hppa/ia64/s390/sh stable
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/nano/nano-2.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/nano/nano-2.0.2.ebuild b/app-editors/nano/nano-2.0.2.ebuild index f940433b94ee..7d68d01502fd 100644 --- a/app-editors/nano/nano-2.0.2.ebuild +++ b/app-editors/nano/nano-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.2.ebuild,v 1.3 2007/01/24 02:43:53 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.2.ebuild,v 1.4 2007/01/29 16:29:34 vapier Exp $ #ECVS_SERVER="savannah.gnu.org:/cvsroot/nano" #ECVS_MODULE="nano" @@ -15,7 +15,7 @@ SRC_URI="http://www.nano-editor.org/dist/v${PV:0:3}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc-macos ~ppc64 s390 sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="debug justify minimal ncurses nls slang spell unicode" DEPEND=">=sys-libs/ncurses-5.2 |