Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 373865 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/net-analyzer/tcptraceroute/tcptraceroute-1.5_beta7-r1.ebuild (-1 / +9 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/tcptraceroute/tcptraceroute-1.5_beta7-r1.ebuild,v 1.6 2008/07/01 02:07:42 jer Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptraceroute/tcptraceroute-1.5_beta7-r1.ebuild,v 1.6 2008/07/01 02:07:42 jer Exp $
4
4
5
inherit flag-o-matic
5
EAPI=3
6
7
inherit flag-o-matic autotools
6
8
7
MY_P=${P/_beta/beta}
9
MY_P=${P/_beta/beta}
8
MY_PV=${PV/_beta/beta}
10
MY_PV=${PV/_beta/beta}
Lines 20-25 Link Here
20
DEPEND="net-libs/libpcap
22
DEPEND="net-libs/libpcap
21
	net-libs/libnet"
23
	net-libs/libnet"
22
24
25
src_prepare () {
26
	epatch "${FILESDIR}"/${P}-BJA-cross.diff
27
28
	eautoreconf
29
}
30
23
src_install() {
31
src_install() {
24
	dosbin tcptraceroute
32
	dosbin tcptraceroute
25
	fowners root:wheel /usr/sbin/tcptraceroute
33
	fowners root:wheel /usr/sbin/tcptraceroute

Return to bug 373865