diff options
author | Tom Gall <tgall@gentoo.org> | 2004-07-16 02:52:25 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-07-16 02:52:25 +0000 |
commit | 03690a1a774774d9952a37c25000a8732f64f566 (patch) | |
tree | d6be06bbb79a1912be40a342f2d7252ff2fa769a /app-editors | |
parent | stable on ppc64, bug #55564 (diff) | |
download | historical-03690a1a774774d9952a37c25000a8732f64f566.tar.gz historical-03690a1a774774d9952a37c25000a8732f64f566.tar.bz2 historical-03690a1a774774d9952a37c25000a8732f64f566.zip |
stable on ppc64, bug #55565
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/joe/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/joe/Manifest | 4 | ||||
-rw-r--r-- | app-editors/joe/joe-3.0-r1.ebuild | 8 |
3 files changed, 11 insertions, 6 deletions
diff --git a/app-editors/joe/ChangeLog b/app-editors/joe/ChangeLog index d50125a53024..733b614b95d2 100644 --- a/app-editors/joe/ChangeLog +++ b/app-editors/joe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/joe # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.24 2004/06/24 21:57:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.25 2004/07/16 02:52:25 tgall Exp $ + + 15 Jul 2004; Tom Gall <tgall@gentoo.org> joe-3.0-r1.ebuild: + stable on ppc64, bug #55565 30 May 2004; Christian Birchinger <joker@gentoo.org> joe-3.0-r1.ebuild: Marked stable on ppc diff --git a/app-editors/joe/Manifest b/app-editors/joe/Manifest index 36cea03dc023..5a833f50da76 100644 --- a/app-editors/joe/Manifest +++ b/app-editors/joe/Manifest @@ -1,4 +1,4 @@ -MD5 520c91c65ce7c5869df4993c4c5716a9 joe-3.0-r1.ebuild 1284 -MD5 8c43cb3f8c02a46d276c3c8c116469d0 ChangeLog 3091 +MD5 76f6022ae049bb7a0248fbad4a8fda43 ChangeLog 3181 +MD5 9aff3773bab6c0ea03f675916e244626 joe-3.0-r1.ebuild 1329 MD5 0485cd42dbb2bfd28f1549f86f311e27 metadata.xml 672 MD5 8115b4ae2f2702a436c3008f32ae6ca4 files/digest-joe-3.0-r1 59 diff --git a/app-editors/joe/joe-3.0-r1.ebuild b/app-editors/joe/joe-3.0-r1.ebuild index 3da9654d6697..6867cd098f4e 100644 --- a/app-editors/joe/joe-3.0-r1.ebuild +++ b/app-editors/joe/joe-3.0-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.0-r1.ebuild,v 1.11 2004/06/24 21:57:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.0-r1.ebuild,v 1.12 2004/07/16 02:52:25 tgall Exp $ -inherit flag-o-matic +inherit flag-o-matic gnuconfig DESCRIPTION="A free ASCII-Text Screen Editor for UNIX" HOMEPAGE="http://sourceforge.net/projects/joe-editor/" @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/joe-editor/${P}.tar.gz" LICENSE="GPL-1" SLOT="0" -KEYWORDS="x86 ppc sparc alpha mips amd64" +KEYWORDS="x86 ppc sparc alpha mips amd64 ppc64" IUSE="" DEPEND=">=sys-libs/ncurses-5.2-r2" @@ -31,6 +31,8 @@ src_compile() { # Bug 34609 (joe 2.9.8 editor seg-faults on 'find and replace' when compiled with -Os) replace-flags "-Os" "-O2" + use ppc64 && gnuconfig_update + econf || die emake || die } |