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

Collapse All | Expand All

(-)knock-0.5.ebuild (-1 / +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-misc/knock/knock-0.5.ebuild,v 1.10 2007/12/27 12:23:07 armin76 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/knock/knock-0.5.ebuild,v 1.10 2007/12/27 12:23:07 armin76 Exp $
4
4
5
inherit eutils
5
inherit eutils base
6
6
7
MY_PV="${PV/%.0}"
7
MY_PV="${PV/%.0}"
8
S="${WORKDIR}/${PN}-${MY_PV}"
8
S="${WORKDIR}/${PN}-${MY_PV}"
Lines 20-25 DEPEND="net-libs/libpcap" Link Here
20
RDEPEND="net-firewall/iptables
20
RDEPEND="net-firewall/iptables
21
	${DEPEND}"
21
	${DEPEND}"
22
22
23
PATCHES=( "${FILESDIR}/gcc-4.3.patch" )
24
23
src_install() {
25
src_install() {
24
	make DESTDIR=${D} install || die "make install failed"
26
	make DESTDIR=${D} install || die "make install failed"
25
	dodoc README
27
	dodoc README

Return to bug 232966