summaryrefslogtreecommitdiff
path: root/media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-03 16:06:58 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-03 16:06:58 +0000
commitbd4aeefe33e63f613512604e47bfca7b2187697d (patch)
treeadb35b5a9a00ee7ea591ab0c987f70167c23b597 /media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild
parent48ece6662cbd443015f5a57ae6d8cbdbd69ef37c (diff)
gentoo resync : 03.11.2019
Diffstat (limited to 'media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild')
-rw-r--r--media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild16
1 files changed, 7 insertions, 9 deletions
diff --git a/media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild b/media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild
index 85d189cdcd0a..fac787897fba 100644
--- a/media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild
+++ b/media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,20 +10,18 @@ SRC_URI="${HOMEPAGE}stable/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm hppa ppc ppc64 sparc x86"
-IUSE="clock curl outputs taglib unicode visualizer"
+IUSE="clock curl outputs taglib visualizer"
RDEPEND="
!dev-libs/boost:0/1.57.0
>=media-libs/libmpdclient-2.1
+ dev-libs/boost:=[icu]
dev-libs/boost:=[nls,threads]
- sys-libs/ncurses:=[unicode?]
+ dev-libs/icu:=
+ sys-libs/ncurses:=[unicode]
sys-libs/readline:*
curl? ( net-misc/curl )
taglib? ( media-libs/taglib )
- unicode? (
- dev-libs/boost:=[icu]
- dev-libs/icu:=
- )
visualizer? ( sci-libs/fftw:3.0= )
"
DEPEND="
@@ -42,12 +40,12 @@ src_configure() {
econf \
$(use_enable clock) \
$(use_enable outputs) \
- $(use_enable unicode) \
$(use_enable visualizer) \
$(use_with curl) \
$(use_with taglib) \
$(use_with visualizer fftw) \
- --docdir=/usr/share/doc/${PF}
+ --docdir=/usr/share/doc/${PF} \
+ --enable-unicode
}
src_install() {