diff options
author | 2008-12-27 04:31:24 +0000 | |
---|---|---|
committer | 2008-12-27 04:31:24 +0000 | |
commit | ecfe03c3a3f332f099dc252cc69cd6696bb8fec9 (patch) | |
tree | 14f5c7946b9c12c5fcab2d4bd26e460bbd4138ae /app-editors/nano | |
parent | Fix popen() issues and get more arches usable. (diff) | |
download | gentoo-2-ecfe03c3a3f332f099dc252cc69cd6696bb8fec9.tar.gz gentoo-2-ecfe03c3a3f332f099dc252cc69cd6696bb8fec9.tar.bz2 gentoo-2-ecfe03c3a3f332f099dc252cc69cd6696bb8fec9.zip |
amd64 stable, bug 252601
(Portage version: 2.2_rc18/cvs/Linux 2.6.27.10 x86_64)
Diffstat (limited to 'app-editors/nano')
-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 a40df986efd7..7707196f89f8 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.220 2008/12/26 18:30:58 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.221 2008/12/27 04:31:24 darkside Exp $ + + 27 Dec 2008; Jeremy Olexa <darkside@gentoo.org> nano-2.1.7.ebuild: + amd64 stable, bug 252601 26 Dec 2008; Friedrich Oslage <bluebird@gentoo.org> nano-2.1.7.ebuild: Stable on sparc, bug #252601 diff --git a/app-editors/nano/nano-2.1.7.ebuild b/app-editors/nano/nano-2.1.7.ebuild index 28e30bf14453..8b096257a610 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.2 2008/12/26 18:30:58 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.7.ebuild,v 1.3 2008/12/27 04:31:24 darkside 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 |