diff options
author | Markus Meier <maekke@gentoo.org> | 2010-03-07 19:35:15 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-03-07 19:35:15 +0000 |
commit | 2395f3c7b4821c3453f464d57cc43cb5f44a6ff2 (patch) | |
tree | d6c939400abbb51c63b6faac157670f7f66bc60b /app-editors/joe | |
parent | Moved to EAPI=3 for PREFIX support, imported prefix patches from overlay, key... (diff) | |
download | gentoo-2-2395f3c7b4821c3453f464d57cc43cb5f44a6ff2.tar.gz gentoo-2-2395f3c7b4821c3453f464d57cc43cb5f44a6ff2.tar.bz2 gentoo-2-2395f3c7b4821c3453f464d57cc43cb5f44a6ff2.zip |
arm stable, bug #259482
(Portage version: 2.2_rc65/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/joe')
-rw-r--r-- | app-editors/joe/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/joe/joe-3.7-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/joe/ChangeLog b/app-editors/joe/ChangeLog index 4cf27a2369f0..e23b734f3ad4 100644 --- a/app-editors/joe/ChangeLog +++ b/app-editors/joe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/joe # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.71 2010/03/06 16:08:13 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.72 2010/03/07 19:35:15 maekke Exp $ + + 07 Mar 2010; Markus Meier <maekke@gentoo.org> joe-3.7-r1.ebuild: + arm stable, bug #259482 06 Mar 2010; Tiago Cunha <tcunha@gentoo.org> joe-3.7-r1.ebuild: stable sparc, bug 259482 diff --git a/app-editors/joe/joe-3.7-r1.ebuild b/app-editors/joe/joe-3.7-r1.ebuild index aea7f16d8223..d37b8345197a 100644 --- a/app-editors/joe/joe-3.7-r1.ebuild +++ b/app-editors/joe/joe-3.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.7-r1.ebuild,v 1.4 2010/03/06 16:08:13 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.7-r1.ebuild,v 1.5 2010/03/07 19:35:15 maekke Exp $ inherit flag-o-matic eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/joe-editor/${P}.tar.gz" LICENSE="GPL-1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm ~ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="xterm" DEPEND=">=sys-libs/ncurses-5.2-r2" |