diff options
author | Joseph Jezak <josejx@gentoo.org> | 2007-07-06 04:11:52 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2007-07-06 04:11:52 +0000 |
commit | 6fef39205a5cfb17b32886c2e419bc42e87e2b00 (patch) | |
tree | f23bbfd198ef4428431c5967ef21d91dc6446cf0 /app-editors | |
parent | push out ld.so / locale fixes (diff) | |
download | gentoo-2-6fef39205a5cfb17b32886c2e419bc42e87e2b00.tar.gz gentoo-2-6fef39205a5cfb17b32886c2e419bc42e87e2b00.tar.bz2 gentoo-2-6fef39205a5cfb17b32886c2e419bc42e87e2b00.zip |
Marked ppc stable for 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 568c8bf61f39..4b5ae5f5f433 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.170 2007/07/05 23:18:09 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.171 2007/07/06 04:11:52 josejx Exp $ + + 06 Jul 2007; Joseph Jezak <josejx@gentoo.org> nano-2.0.6.ebuild: + Marked ppc stable for bug #184313. 05 Jul 2007; Christoph Mende <angelos@gentoo.org> nano-2.0.6.ebuild: Stable on amd64 wrt bug #184313 diff --git a/app-editors/nano/nano-2.0.6.ebuild b/app-editors/nano/nano-2.0.6.ebuild index 9a33ca4e832a..7f20238942a2 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.5 2007/07/05 23:18:09 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.6.ebuild,v 1.6 2007/07/06 04:11:52 josejx 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 |