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

(-)a/media-sound/pms/pms-0.42-r1.ebuild (-2 / +4 lines)
Lines 4-10 Link Here
4
4
5
EAPI=5
5
EAPI=5
6
6
7
inherit eutils autotools
7
inherit eutils autotools flag-o-matic
8
8
9
DESCRIPTION="Practical Music Search: an open source ncurses client for mpd, written in C++"
9
DESCRIPTION="Practical Music Search: an open source ncurses client for mpd, written in C++"
10
HOMEPAGE="http://pms.sourceforge.net/"
10
HOMEPAGE="http://pms.sourceforge.net/"
Lines 40-45 src_prepare() { Link Here
40
}
40
}
41
41
42
src_configure() {
42
src_configure() {
43
	append-cflags $(pkg-config --cflags ncursesw)
44
	append-libs $(pkg-config --libs ncursesw)
45
43
	econf \
46
	econf \
44
		$(use_enable regex)
47
		$(use_enable regex)
45
}
48
}
46
- 

Return to bug 526530