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

(-)trafshow-3.1-r1.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/net-analyzer/trafshow/trafshow-3.1-r1.ebuild,v 1.12 2004/10/11 11:38:15 dholm Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/trafshow/trafshow-3.1-r1.ebuild,v 1.12 2004/10/11 11:38:15 dholm Exp $
4
4
5
inherit eutils
5
inherit eutils gnuconfig
6
6
7
IUSE="slang"
7
IUSE="slang"
8
8
Lines 13-19 Link Here
13
13
14
SLOT="3"
14
SLOT="3"
15
LICENSE="as-is"
15
LICENSE="as-is"
16
KEYWORDS="x86 sparc ~ppc"
16
KEYWORDS="x86 sparc ~ppc ppc64"
17
17
18
DEPEND="net-libs/libpcap
18
DEPEND="net-libs/libpcap
19
	sys-libs/ncurses
19
	sys-libs/ncurses
Lines 23-28 Link Here
23
	unpack ${A}
23
	unpack ${A}
24
	cd ${S}
24
	cd ${S}
25
	epatch ${FILESDIR}/${P}-gentoo.patch
25
	epatch ${FILESDIR}/${P}-gentoo.patch
26
	use ppc64 && gnuconfig_update
26
}
27
}
27
28
28
src_compile() {
29
src_compile() {

Return to bug 67100