summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-01-03 09:59:39 +0000
committerJeroen Roovers <jer@gentoo.org>2015-01-03 09:59:39 +0000
commit3ef03c7eaf6fbe9aac7066f45832696c75e51833 (patch)
treec6366d72feea430a00021488a544d7840bb42a4e /media-sound/ncmpcpp/ncmpcpp-9999.ebuild
parentCleanup. (diff)
downloadgentoo-2-3ef03c7eaf6fbe9aac7066f45832696c75e51833.tar.gz
gentoo-2-3ef03c7eaf6fbe9aac7066f45832696c75e51833.tar.bz2
gentoo-2-3ef03c7eaf6fbe9aac7066f45832696c75e51833.zip
Depend on dev-libs/boost[threads].
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
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 5427edf31700..3b2286808eba 100644
--- a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild
+++ b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-9999.ebuild,v 1.7 2015/01/03 09:55:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-9999.ebuild,v 1.8 2015/01/03 09:59:39 jer Exp $
EAPI=5
@@ -18,7 +18,7 @@ IUSE="clock curl outputs taglib unicode visualizer"
RDEPEND="
>=media-libs/libmpdclient-2.1
curl? ( net-misc/curl )
- dev-libs/boost:=[nls]
+ dev-libs/boost:=[nls,threads]
sys-libs/ncurses[unicode?]
sys-libs/readline
taglib? ( media-libs/taglib )