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

Collapse All | Expand All

(-)openresolv-3.5.4-r2.ebuild (+6 lines)
Lines 4-9 Link Here
4
4
5
EAPI=5
5
EAPI=5
6
6
7
inherit eutils
8
7
DESCRIPTION="A framework for managing DNS information"
9
DESCRIPTION="A framework for managing DNS information"
8
HOMEPAGE="http://roy.marples.name/projects/openresolv"
10
HOMEPAGE="http://roy.marples.name/projects/openresolv"
9
SRC_URI="http://roy.marples.name/downloads/${PN}/${P}.tar.bz2"
11
SRC_URI="http://roy.marples.name/downloads/${PN}/${P}.tar.bz2"
Lines 17-22 DEPEND="!net-dns/resolvconf-gentoo Link Here
17
	!<net-dns/dnsmasq-2.40-r1"
19
	!<net-dns/dnsmasq-2.40-r1"
18
RDEPEND=""
20
RDEPEND=""
19
21
22
src_prepare() {
23
	epatch "${FILESDIR}/${P}-config-conflict.patch"
24
}
25
20
src_configure() {
26
src_configure() {
21
	econf \
27
	econf \
22
		--prefix= \
28
		--prefix= \

Return to bug 440614