diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-02-23 22:16:52 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-02-23 22:16:52 +0000 |
commit | 935caac252e9e8236c704296b0d291e737f21eaf (patch) | |
tree | 8e734e168191ede1319ec195378a272e91119bbc /app-editors/joe | |
parent | Stable on ppc64; bug #167664 (diff) | |
download | gentoo-2-935caac252e9e8236c704296b0d291e737f21eaf.tar.gz gentoo-2-935caac252e9e8236c704296b0d291e737f21eaf.tar.bz2 gentoo-2-935caac252e9e8236c704296b0d291e737f21eaf.zip |
Stable on ppc64; bug #166051
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-editors/joe')
-rw-r--r-- | app-editors/joe/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/joe/joe-3.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/joe/ChangeLog b/app-editors/joe/ChangeLog index a924a7c496cd..5989a1070142 100644 --- a/app-editors/joe/ChangeLog +++ b/app-editors/joe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/joe # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.52 2007/02/22 23:18:54 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.53 2007/02/23 22:16:52 corsair Exp $ + + 23 Feb 2007; Markus Rothe <corsair@gentoo.org> joe-3.5.ebuild: + Stable on ppc64; bug #166051 22 Feb 2007; Ferris McCormick <fmccor@gentoo.org> joe-3.5.ebuild: Stable on sparc --- Bug #166051 diff --git a/app-editors/joe/joe-3.5.ebuild b/app-editors/joe/joe-3.5.ebuild index 4eada44a37c5..cf9ecb3824b6 100644 --- a/app-editors/joe/joe-3.5.ebuild +++ b/app-editors/joe/joe-3.5.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/joe/joe-3.5.ebuild,v 1.5 2007/02/22 23:18:54 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.5.ebuild,v 1.6 2007/02/23 22:16:52 corsair 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 ~mips ~ppc ~ppc-macos ~ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~arm ~mips ~ppc ~ppc-macos ppc64 sparc x86" IUSE="xterm" DEPEND=">=sys-libs/ncurses-5.2-r2" |