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

Collapse All | Expand All

(-)/usr/portage/media-libs/lensfun/lensfun-0.2.6.ebuild (-2 / +2 lines)
Lines 14-20 Link Here
14
14
15
LICENSE="LGPL-3 CCPL-Attribution-ShareAlike-3.0" # See README for reasoning.
15
LICENSE="LGPL-3 CCPL-Attribution-ShareAlike-3.0" # See README for reasoning.
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd"
17
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
18
IUSE="doc sse sse2"
18
IUSE="doc sse sse2"
19
19
20
RDEPEND=">=dev-libs/glib-2.28
20
RDEPEND=">=dev-libs/glib-2.28
Lines 38-44 Link Here
38
38
39
src_configure() {
39
src_configure() {
40
	local mycmakeargs=(
40
	local mycmakeargs=(
41
		-DDOCDIR=/usr/share/doc/${PF}/html
41
		-DDOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html
42
		-DLIBDIR=$(get_libdir)
42
		-DLIBDIR=$(get_libdir)
43
		-DBUILD_AUXFUN=ON
43
		-DBUILD_AUXFUN=ON
44
		$(cmake-utils_use_build doc)
44
		$(cmake-utils_use_build doc)

Return to bug 425342