diff options
author | Paul Varner <fuzzyray@gentoo.org> | 2005-12-22 00:03:56 +0000 |
---|---|---|
committer | Paul Varner <fuzzyray@gentoo.org> | 2005-12-22 00:03:56 +0000 |
commit | ae7764088eaab32ec4c8beb3455d8322550edf06 (patch) | |
tree | 4999f1d6e91357714ffdb5240ed8439567ff73dc /app-editors/joe | |
parent | add support for modular X #115965 and change USE=X to USE=xpm (diff) | |
download | gentoo-2-ae7764088eaab32ec4c8beb3455d8322550edf06.tar.gz gentoo-2-ae7764088eaab32ec4c8beb3455d8322550edf06.tar.bz2 gentoo-2-ae7764088eaab32ec4c8beb3455d8322550edf06.zip |
Stable on x86. Bug #116311
(Portage version: 2.0.53)
Diffstat (limited to 'app-editors/joe')
-rw-r--r-- | app-editors/joe/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/joe/joe-3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/joe/ChangeLog b/app-editors/joe/ChangeLog index f9696d0cd06e..375004f2cc85 100644 --- a/app-editors/joe/ChangeLog +++ b/app-editors/joe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/joe # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.37 2005/12/21 20:05:01 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.38 2005/12/22 00:03:56 fuzzyray Exp $ + + 22 Dec 2005; Paul Varner <fuzzyray@gentoo.org> joe-3.2.ebuild: + Stable on x86. Bug #116311 21 Dec 2005; Gustavo Zacarias <gustavoz@gentoo.org> joe-3.2.ebuild: Stable on sparc wrt #116311 diff --git a/app-editors/joe/joe-3.2.ebuild b/app-editors/joe/joe-3.2.ebuild index 4498152ba605..4deab7de55e2 100644 --- a/app-editors/joe/joe-3.2.ebuild +++ b/app-editors/joe/joe-3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.2.ebuild,v 1.4 2005/12/21 20:05:01 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.2.ebuild,v 1.5 2005/12/22 00:03:56 fuzzyray Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/joe-editor/${P}.tar.gz" LICENSE="GPL-1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc-macos ~ppc64 sparc ~x86" +KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc-macos ~ppc64 sparc x86" IUSE="" DEPEND=">=sys-libs/ncurses-5.2-r2" |