diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-07-07 06:13:24 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-07-07 06:13:24 +0000 |
commit | 29f0f0f96472b4ff212cb528bac29b6c54ee90ec (patch) | |
tree | a77ed0898ea0d315acdaa5063879d76164a0598c /app-editors | |
parent | Stable for HPPA (bug #183890). (diff) | |
download | gentoo-2-29f0f0f96472b4ff212cb528bac29b6c54ee90ec.tar.gz gentoo-2-29f0f0f96472b4ff212cb528bac29b6c54ee90ec.tar.bz2 gentoo-2-29f0f0f96472b4ff212cb528bac29b6c54ee90ec.zip |
Stable for HPPA (bug #184313).
(Portage version: 2.1.2.9)
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 03c01e78bc0b..b2e3344b3051 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.173 2007/07/07 01:02:30 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.174 2007/07/07 06:13:24 jer Exp $ + + 07 Jul 2007; Jeroen Roovers <jer@gentoo.org> nano-2.0.6.ebuild: + Stable for HPPA (bug #184313). 07 Jul 2007; Joshua Kinard <kumba@gentoo.org> nano-2.0.6.ebuild: Stable on mips, per #184313. diff --git a/app-editors/nano/nano-2.0.6.ebuild b/app-editors/nano/nano-2.0.6.ebuild index ce2c999c8506..61d83bea51de 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.9 2007/07/07 01:02:30 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.6.ebuild,v 1.10 2007/07/07 06:13:24 jer 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 |