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

(-)navi2ch-1.7.4.ebuild.old (-2 / +3 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-emacs/navi2ch/navi2ch-1.7.4.ebuild,v 1.1 2004/08/20 06:11:59 usata Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-emacs/navi2ch/navi2ch-1.7.4.ebuild,v 1.1 2004/08/20 06:11:59 usata Exp $
4
4
5
inherit elisp
5
inherit elisp gnuconfig
6
6
7
IUSE=""
7
IUSE=""
8
8
Lines 12-24 Link Here
12
12
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~x86 ~alpha ~ppc ~sparc macos"
15
KEYWORDS="~x86 ~alpha ~ppc ~sparc macos ppc64"
16
16
17
DEPEND="virtual/emacs"
17
DEPEND="virtual/emacs"
18
18
19
SITEFILE=50navi2ch-gentoo.el
19
SITEFILE=50navi2ch-gentoo.el
20
20
21
src_compile() {
21
src_compile() {
22
	use ppc64 && gnuconfig_update
22
	econf || die
23
	econf || die
23
	emake < /dev/null || die
24
	emake < /dev/null || die
24
}
25
}

Return to bug 61407