diff options
author | Alexander Færøy <eroyf@gentoo.org> | 2007-03-07 14:37:19 +0000 |
---|---|---|
committer | Alexander Færøy <eroyf@gentoo.org> | 2007-03-07 14:37:19 +0000 |
commit | f3b45f432577ac1adccf98255c993f4df0b7480e (patch) | |
tree | cf0cf2520e858aca2ffd0fe294a66617e71404d9 /app-editors/joe | |
parent | Stable for HPPA (bug #169751). (diff) | |
download | gentoo-2-f3b45f432577ac1adccf98255c993f4df0b7480e.tar.gz gentoo-2-f3b45f432577ac1adccf98255c993f4df0b7480e.tar.bz2 gentoo-2-f3b45f432577ac1adccf98255c993f4df0b7480e.zip |
MIPS love.
(Portage version: 2.1.2-r12)
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 3e4a7501109a..ddbec05b1db5 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.54 2007/03/02 18:01:51 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.55 2007/03/07 14:37:19 eroyf Exp $ + + 07 Mar 2007; Alexander H. Færøy <eroyf@gentoo.org> joe-3.5.ebuild: + Stable on MIPS; bug #166051 02 Mar 2007; nixnut <nixnut@gentoo.org> joe-3.5.ebuild: Stable on ppc wrt bug 166501 diff --git a/app-editors/joe/joe-3.5.ebuild b/app-editors/joe/joe-3.5.ebuild index be82aca847c9..0f963448980d 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.8 2007/03/02 18:01:51 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.5.ebuild,v 1.9 2007/03/07 14:37:19 eroyf 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 ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~arm mips ppc ppc64 sparc x86" IUSE="xterm" DEPEND=">=sys-libs/ncurses-5.2-r2" |