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

(-)mythgallery-0.17.ebuild.orig (-2 / +5 lines)
Lines 11-20 Link Here
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~x86 ~amd64"
13
KEYWORDS="~x86 ~amd64"
14
IUSE="opengl"
14
IUSE="opengl exif"
15
15
16
DEPEND=">=sys-apps/sed-4
16
DEPEND=">=sys-apps/sed-4
17
	opengl? ( virtual/opengl )
17
	opengl? ( virtual/opengl )
18
	exif? ( media-libs/libexif )
18
	media-libs/tiff
19
	media-libs/tiff
19
	|| ( ~media-tv/mythtv-${PV} ~media-tv/mythfrontend-${PV} )"
20
	|| ( ~media-tv/mythtv-${PV} ~media-tv/mythfrontend-${PV} )"
20
21
Lines 23-29 Link Here
23
}
24
}
24
25
25
src_compile() {
26
src_compile() {
26
	econf `use_enable opengl` || die "enabling opengl failed"
27
	econf \
28
		`use_enable opengl` \
29
		`use_enable exif` || die "econf failed"
27
30
28
	myth_src_compile || die "compile failed"
31
	myth_src_compile || die "compile failed"
29
}
32
}

Return to bug 83660