summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-09-04 14:22:19 +0200
committerDavid Seifert <soap@gentoo.org>2022-09-04 14:22:19 +0200
commitf27ad3826f7335c05c28e785a60474ee9bb294d5 (patch)
tree9a884fdb2272bfc9d3da32f2ef2cdad668742e51 /media-sound/ncmpcpp/ncmpcpp-9999.ebuild
parentmedia-sound/mp3diags: remove boost[threads(+)] usedep (diff)
downloadgentoo-f27ad3826f7335c05c28e785a60474ee9bb294d5.tar.gz
gentoo-f27ad3826f7335c05c28e785a60474ee9bb294d5.tar.bz2
gentoo-f27ad3826f7335c05c28e785a60474ee9bb294d5.zip
media-sound/ncmpcpp: remove boost[threads(+)] usedep
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound/ncmpcpp/ncmpcpp-9999.ebuild')
-rw-r--r--media-sound/ncmpcpp/ncmpcpp-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild
index 9076b2c0e372..20c0f193f20f 100644
--- a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild
+++ b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,7 +16,7 @@ IUSE="clock lto outputs taglib visualizer"
RDEPEND="
>=media-libs/libmpdclient-2.1
- dev-libs/boost:=[icu,nls,threads(+)]
+ dev-libs/boost:=[icu,nls]
dev-libs/icu:=
net-misc/curl
sys-libs/ncurses:=[unicode(+)]