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

(-)cinelerra-svn-2.1.ebuild (-1 / +2 lines)
Lines 17-23 Link Here
17
LICENSE="GPL-2"
17
LICENSE="GPL-2"
18
SLOT="0"
18
SLOT="0"
19
KEYWORDS="~amd64 ~x86"
19
KEYWORDS="~amd64 ~x86"
20
IUSE="3dnow alsa esd mmx oss static"
20
IUSE="3dnow alsa esd mmx opengl oss static"
21
21
22
RDEPEND="!media-video/cinelerra
22
RDEPEND="!media-video/cinelerra
23
	media-libs/libpng
23
	media-libs/libpng
Lines 74-79 Link Here
74
	`use_enable oss` \
74
	`use_enable oss` \
75
	`use_enable mmx` \
75
	`use_enable mmx` \
76
	`use_enable 3dnow` \
76
	`use_enable 3dnow` \
77
	`use_enable opengl` \
77
	|| die "configure failed"
78
	|| die "configure failed"
78
	make || die "make failed"
79
	make || die "make failed"
79
}
80
}

Return to bug 147597