diff options
author | 2008-12-26 18:30:58 +0000 | |
---|---|---|
committer | 2008-12-26 18:30:58 +0000 | |
commit | 1f954cf16e2bfc81be9787cdf117f619b10d3109 (patch) | |
tree | 350a1bfeaf71cb0e64cd1e91529ed6cd70294ef8 /app-editors | |
parent | Initial import, ebuild by me (diff) | |
download | gentoo-2-1f954cf16e2bfc81be9787cdf117f619b10d3109.tar.gz gentoo-2-1f954cf16e2bfc81be9787cdf117f619b10d3109.tar.bz2 gentoo-2-1f954cf16e2bfc81be9787cdf117f619b10d3109.zip |
Stable on sparc, bug #252601
(Portage version: 2.2_rc19/cvs/Linux 2.6.28-00001-g7fe3c16 i686)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/nano/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/nano/nano-2.1.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/nano/ChangeLog b/app-editors/nano/ChangeLog index e94b6fd5ead4..a40df986efd7 100644 --- a/app-editors/nano/ChangeLog +++ b/app-editors/nano/ChangeLog @@ -1,6 +1,9 @@ # 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.219 2008/11/10 14:43:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.220 2008/12/26 18:30:58 bluebird Exp $ + + 26 Dec 2008; Friedrich Oslage <bluebird@gentoo.org> nano-2.1.7.ebuild: + Stable on sparc, bug #252601 *nano-2.1.7 (10 Nov 2008) diff --git a/app-editors/nano/nano-2.1.7.ebuild b/app-editors/nano/nano-2.1.7.ebuild index 8621853bb376..28e30bf14453 100644 --- a/app-editors/nano/nano-2.1.7.ebuild +++ b/app-editors/nano/nano-2.1.7.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.7.ebuild,v 1.1 2008/11/10 14:43:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.7.ebuild,v 1.2 2008/12/26 18:30:58 bluebird Exp $ inherit eutils if [[ ${PV} == "9999" ]] ; then @@ -16,7 +16,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 |