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

(-)/usr/portage/www-client/midori/midori-0.1.5.ebuild (-4 / +8 lines)
Lines 13-24 Link Here
13
LICENSE="LGPL-2"
13
LICENSE="LGPL-2"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
15
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
16
IUSE="soup sqlite"
16
IUSE="soup sqlite nls idn"
17
17
18
RDEPEND=">=dev-lang/python-2.4
18
RDEPEND=">=dev-lang/python-2.4
19
	>=net-libs/webkit-gtk-0_p42000
19
	>=net-libs/webkit-gtk-1.1.1
20
	soup? ( >=net-libs/libsoup-0.9 )
20
	soup? ( >=net-libs/libsoup-2.25.2 )
21
	sqlite? ( >=dev-db/sqlite-3.0 )"
21
	sqlite? ( >=dev-db/sqlite-3.0 )
22
	idn? ( >=net-dns/libidn-1.0 )"
22
23
23
DEPEND="${RDEPEND}
24
DEPEND="${RDEPEND}
24
	dev-util/pkgconfig
25
	dev-util/pkgconfig
Lines 29-34 Link Here
29
	./waf \
30
	./waf \
30
		--prefix="/usr/" \
31
		--prefix="/usr/" \
31
		--libdir="/usr/$(get_libdir)" \
32
		--libdir="/usr/$(get_libdir)" \
33
		$(use_enable nls) \
34
		$(use_enable idn libidn) \
35
		$(use_enable sqlite) \
32
		configure || die "configure failed"
36
		configure || die "configure failed"
33
}
37
}
34
38

Return to bug 276257