*** joe-3.0-r1.ebuild.old Tue Jun 29 22:19:58 2004 --- joe-3.0-r1.ebuild Tue Jun 29 22:22:00 2004 *************** *** 2,8 **** # 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 $ ! inherit flag-o-matic DESCRIPTION="A free ASCII-Text Screen Editor for UNIX" HOMEPAGE="http://sourceforge.net/projects/joe-editor/" --- 2,8 ---- # 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 $ ! inherit flag-o-matic gnuconfig DESCRIPTION="A free ASCII-Text Screen Editor for UNIX" HOMEPAGE="http://sourceforge.net/projects/joe-editor/" *************** *** 10,16 **** LICENSE="GPL-1" SLOT="0" ! KEYWORDS="x86 ppc sparc alpha mips amd64" IUSE="" DEPEND=">=sys-libs/ncurses-5.2-r2" --- 10,16 ---- LICENSE="GPL-1" SLOT="0" ! KEYWORDS="x86 ppc sparc alpha mips amd64 ppc64" IUSE="" DEPEND=">=sys-libs/ncurses-5.2-r2" *************** *** 31,36 **** --- 31,38 ---- # 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 }