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

Collapse All | Expand All

(-)/usr/portage/media-sound/ncmpcpp/ncmpcpp-9999.ebuild (-2 / +3 lines)
Lines 4-10 Link Here
4
4
5
EAPI=5
5
EAPI=5
6
6
7
inherit autotools eutils git-r3
7
inherit autotools eutils git-r3 flag-o-matic
8
8
9
DESCRIPTION="featureful ncurses based MPD client inspired by ncmpc"
9
DESCRIPTION="featureful ncurses based MPD client inspired by ncmpc"
10
HOMEPAGE="http://ncmpcpp.rybczak.net/"
10
HOMEPAGE="http://ncmpcpp.rybczak.net/"
Lines 16-22 Link Here
16
IUSE="clock curl outputs taglib unicode visualizer"
16
IUSE="clock curl outputs taglib unicode visualizer"
17
17
18
RDEPEND="
18
RDEPEND="
19
	!dev-libs/boost:0/1.57.0
20
	>=media-libs/libmpdclient-2.1
19
	>=media-libs/libmpdclient-2.1
21
	dev-libs/boost:=[nls,threads]
20
	dev-libs/boost:=[nls,threads]
22
	sys-libs/ncurses:=[unicode?]
21
	sys-libs/ncurses:=[unicode?]
Lines 32-43 Link Here
32
"
31
"
33
32
34
src_prepare() {
33
src_prepare() {
34
	epatch ${FILESDIR}/${PN}-circumvent-boost-1.57-bug.patch
35
	sed -i -e '/^docdir/d' {,doc/}Makefile.am || die
35
	sed -i -e '/^docdir/d' {,doc/}Makefile.am || die
36
	sed -i -e 's|COPYING||g' Makefile.am || die
36
	sed -i -e 's|COPYING||g' Makefile.am || die
37
	eautoreconf
37
	eautoreconf
38
}
38
}
39
39
40
src_configure() {
40
src_configure() {
41
	append-cxxflags -fpermissive
41
	econf \
42
	econf \
42
		$(use_enable clock) \
43
		$(use_enable clock) \
43
		$(use_enable outputs) \
44
		$(use_enable outputs) \

Return to bug 565102