diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-07-05 23:18:09 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-07-05 23:18:09 +0000 |
commit | 5c0112ff56a4f1bc27aa7de6d06e50012bd0880c (patch) | |
tree | 8be4ec2bd3af5c6da0945d9ff507a00a3d6919b1 /app-editors | |
parent | Stable on amd64 wrt bug #184238 (diff) | |
download | gentoo-2-5c0112ff56a4f1bc27aa7de6d06e50012bd0880c.tar.gz gentoo-2-5c0112ff56a4f1bc27aa7de6d06e50012bd0880c.tar.bz2 gentoo-2-5c0112ff56a4f1bc27aa7de6d06e50012bd0880c.zip |
Stable on amd64 wrt bug #184313
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/nano/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/nano/nano-2.0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/nano/ChangeLog b/app-editors/nano/ChangeLog index 1d1c1fc77676..568c8bf61f39 100644 --- a/app-editors/nano/ChangeLog +++ b/app-editors/nano/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/nano # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.169 2007/07/05 20:36:54 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.170 2007/07/05 23:18:09 angelos Exp $ + + 05 Jul 2007; Christoph Mende <angelos@gentoo.org> nano-2.0.6.ebuild: + Stable on amd64 wrt bug #184313 05 Jul 2007; Gustavo Zacarias <gustavoz@gentoo.org> nano-2.0.6.ebuild: Stable on sparc wrt #184313 diff --git a/app-editors/nano/nano-2.0.6.ebuild b/app-editors/nano/nano-2.0.6.ebuild index 7064862a788a..9a33ca4e832a 100644 --- a/app-editors/nano/nano-2.0.6.ebuild +++ b/app-editors/nano/nano-2.0.6.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.6.ebuild,v 1.4 2007/07/05 20:36:54 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.6.ebuild,v 1.5 2007/07/05 23:18:09 angelos Exp $ inherit eutils if [[ ${PV} == "9999" ]] ; then @@ -19,7 +19,7 @@ HOMEPAGE="http://www.nano-editor.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="debug justify minimal ncurses nls slang spell unicode" DEPEND=">=sys-libs/ncurses-5.2 |