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

Collapse All | Expand All

(-)rssh-2.1.1.ebuild (-1 / +4 lines)
Lines 11-23 Link Here
11
KEYWORDS="x86 ppc sparc"
11
KEYWORDS="x86 ppc sparc"
12
IUSE="static"
12
IUSE="static"
13
13
14
RDEPEND="virtual/ssh"
14
RDEPEND="virtual/ssh
15
	dev-util/cvs"
15
16
16
src_compile() {
17
src_compile() {
18
	epatch ${FILESDIR}/rssh_cvs_enable.patch
17
	econf \
19
	econf \
18
		--libexecdir=/usr/lib/misc \
20
		--libexecdir=/usr/lib/misc \
19
		--with-scp=/usr/bin/scp \
21
		--with-scp=/usr/bin/scp \
20
		--with-sftp-server=/usr/lib/misc/sftp-server \
22
		--with-sftp-server=/usr/lib/misc/sftp-server \
23
		--with-cvs=/usr/bin/cvs \
21
		`use_enable static`
24
		`use_enable static`
22
	emake || die
25
	emake || die
23
}
26
}

Return to bug 33118