diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 14:22:19 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 14:22:19 +0200 |
commit | f27ad3826f7335c05c28e785a60474ee9bb294d5 (patch) | |
tree | 9a884fdb2272bfc9d3da32f2ef2cdad668742e51 | |
parent | media-sound/mp3diags: remove boost[threads(+)] usedep (diff) | |
download | gentoo-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>
-rw-r--r-- | media-sound/ncmpcpp/ncmpcpp-0.9.2-r2.ebuild | 4 | ||||
-rw-r--r-- | media-sound/ncmpcpp/ncmpcpp-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/ncmpcpp/ncmpcpp-0.9.2-r2.ebuild b/media-sound/ncmpcpp/ncmpcpp-0.9.2-r2.ebuild index a24cab355e66..3e8e6cc06c75 100644 --- a/media-sound/ncmpcpp/ncmpcpp-0.9.2-r2.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-0.9.2-r2.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(+)] 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(+)] |