Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 55872
Collapse All | Expand All

(-)freewnn-1.1.1_alpha20-r1.ebuild.old (-2 / +5 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-i18n/freewnn/freewnn-1.1.1_alpha20-r1.ebuild,v 1.1 2004/07/01 22:14:12 matsuu Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-i18n/freewnn/freewnn-1.1.1_alpha20-r1.ebuild,v 1.1 2004/07/01 22:14:12 matsuu Exp $
4
4
5
inherit eutils
5
inherit eutils gnuconfig
6
6
7
MY_P="FreeWnn-${PV/_alpha/-a0}"
7
MY_P="FreeWnn-${PV/_alpha/-a0}"
8
8
Lines 12-18 Link Here
12
12
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64 ~ia64"
15
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64 ~ia64 ~ppc64"
16
IUSE="X ipv6"
16
IUSE="X ipv6"
17
17
18
DEPEND="virtual/libc
18
DEPEND="virtual/libc
Lines 30-35 Link Here
30
}
30
}
31
31
32
src_compile() {
32
src_compile() {
33
34
	use ppc64 && gnuconfig_update; get_number_of_jobs
35
33
	econf \
36
	econf \
34
		--disable-cWnn \
37
		--disable-cWnn \
35
		--disable-kWnn \
38
		--disable-kWnn \

Return to bug 55872