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

(-)xmms-shell-0.99.3-r3.ebuild (-2 / +3 lines)
Lines 22-27 Link Here
22
	sys-devel/automake
22
	sys-devel/automake
23
	sys-devel/autoconf"
23
	sys-devel/autoconf"
24
24
25
WANT_AUTOCONF=2.5
26
WANT_AUTOMAKE=1.4
27
25
src_unpack() {
28
src_unpack() {
26
	unpack ${A}
29
	unpack ${A}
27
30
Lines 36-43 Link Here
36
	# Remove unnecessary playlist exception
39
	# Remove unnecessary playlist exception
37
	epatch ${FILESDIR}/${PN}-playlist.patch
40
	epatch ${FILESDIR}/${PN}-playlist.patch
38
41
39
	WANT_AUTOCONF=2.5
40
	WANT_AUTOMAKE=1.4
41
	aclocal
42
	aclocal
42
	automake --gnu --include-deps Makefile
43
	automake --gnu --include-deps Makefile
43
	autoconf
44
	autoconf

Return to bug 90745