diff options
author | Friedrich Oslage <bluebird@gentoo.org> | 2008-10-07 20:46:19 +0000 |
---|---|---|
committer | Friedrich Oslage <bluebird@gentoo.org> | 2008-10-07 20:46:19 +0000 |
commit | 3ffdd0e8d7c0d6e10dfe04eee39dfe8fa797c07e (patch) | |
tree | 6450a3df270a4785e297074e38e1416e9108224d /app-editors | |
parent | Some fixes for trunk + add Daniel as proxied maintainer (diff) | |
download | gentoo-2-3ffdd0e8d7c0d6e10dfe04eee39dfe8fa797c07e.tar.gz gentoo-2-3ffdd0e8d7c0d6e10dfe04eee39dfe8fa797c07e.tar.bz2 gentoo-2-3ffdd0e8d7c0d6e10dfe04eee39dfe8fa797c07e.zip |
Stable on sparc, bug #240032 and bug #240034
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/nano/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/nano/nano-2.0.9.ebuild | 4 | ||||
-rw-r--r-- | app-editors/nano/nano-2.1.5.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-editors/nano/ChangeLog b/app-editors/nano/ChangeLog index 3f14af1bd786..725a7277868f 100644 --- a/app-editors/nano/ChangeLog +++ b/app-editors/nano/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/nano # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.215 2008/10/06 23:55:02 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.216 2008/10/07 20:46:19 bluebird Exp $ + + 07 Oct 2008; Friedrich Oslage <bluebird@gentoo.org> nano-2.0.9.ebuild, + nano-2.1.5.ebuild: + Stable on sparc, bug #240032 and bug #240034 06 Oct 2008; Brent Baude <ranger@gentoo.org> nano-2.1.5.ebuild: stable ppc, bug 240034 diff --git a/app-editors/nano/nano-2.0.9.ebuild b/app-editors/nano/nano-2.0.9.ebuild index d8f3534f0899..9d8461d6cdf0 100644 --- a/app-editors/nano/nano-2.0.9.ebuild +++ b/app-editors/nano/nano-2.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.9.ebuild,v 1.5 2008/10/06 23:52:22 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.9.ebuild,v 1.6 2008/10/07 20:46:19 bluebird Exp $ inherit eutils if [[ ${PV} == "9999" ]] ; then @@ -19,7 +19,7 @@ HOMEPAGE="http://www.nano-editor.org/" LICENSE="GPL-3" 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 diff --git a/app-editors/nano/nano-2.1.5.ebuild b/app-editors/nano/nano-2.1.5.ebuild index 59deac254bfe..90211e8a8b5b 100644 --- a/app-editors/nano/nano-2.1.5.ebuild +++ b/app-editors/nano/nano-2.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.5.ebuild,v 1.5 2008/10/06 23:55:02 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.5.ebuild,v 1.6 2008/10/07 20:46:19 bluebird Exp $ inherit eutils if [[ ${PV} == "9999" ]] ; then @@ -19,7 +19,7 @@ HOMEPAGE="http://www.nano-editor.org/" LICENSE="GPL-3" 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 |