diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-08-02 22:35:16 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-08-02 22:35:16 +0000 |
commit | a480e1150a437a737f0857f136ac0e3462466bb9 (patch) | |
tree | 3da1f0c6967b3efbb29d3b8c361b7814f337f4c5 /app-editors | |
parent | Bumped to EAPI 4 and added ssl(+) and xml(+) to PYTHON_USE_WITH (diff) | |
download | gentoo-2-a480e1150a437a737f0857f136ac0e3462466bb9.tar.gz gentoo-2-a480e1150a437a737f0857f136ac0e3462466bb9.tar.bz2 gentoo-2-a480e1150a437a737f0857f136ac0e3462466bb9.zip |
Stable on amd64 wrt bug #418565
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/ne/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/ne/ne-2.3.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-editors/ne/ChangeLog b/app-editors/ne/ChangeLog index c77bfec2698f..84a6bfb6a767 100644 --- a/app-editors/ne/ChangeLog +++ b/app-editors/ne/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/ne # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ne/ChangeLog,v 1.45 2012/08/02 08:50:38 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ne/ChangeLog,v 1.46 2012/08/02 22:35:16 hwoarang Exp $ + + 02 Aug 2012; Markos Chandras <hwoarang@gentoo.org> ne-2.3.ebuild: + Stable on amd64 wrt bug #418565 02 Aug 2012; Jeff Horelick <jdhore@gentoo.org> ne-2.3.ebuild: marked x86 per bug 418565 @@ -170,4 +173,3 @@ 21 Mar 2003; Seth Chandler <sethbc@gentoo.org>; ne-1.19.ebuild: initial import thx to Marc Heerdink <marc@koelkast.net> - diff --git a/app-editors/ne/ne-2.3.ebuild b/app-editors/ne/ne-2.3.ebuild index 63be684157ad..fa75ca2d0b5e 100644 --- a/app-editors/ne/ne-2.3.ebuild +++ b/app-editors/ne/ne-2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ne/ne-2.3.ebuild,v 1.2 2012/08/02 08:50:38 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ne/ne-2.3.ebuild,v 1.3 2012/08/02 22:35:16 hwoarang Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://ne.dsi.unimi.it/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" RDEPEND=">=sys-libs/ncurses-5.2" |