diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-01-03 09:59:39 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-01-03 09:59:39 +0000 |
commit | 3ef03c7eaf6fbe9aac7066f45832696c75e51833 (patch) | |
tree | c6366d72feea430a00021488a544d7840bb42a4e /media-sound | |
parent | Cleanup. (diff) | |
download | gentoo-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')
-rw-r--r-- | media-sound/ncmpcpp/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/ncmpcpp/ncmpcpp-0.6.2.ebuild | 4 | ||||
-rw-r--r-- | media-sound/ncmpcpp/ncmpcpp-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-sound/ncmpcpp/ChangeLog b/media-sound/ncmpcpp/ChangeLog index d0745461865c..fd52b9abeabb 100644 --- a/media-sound/ncmpcpp/ChangeLog +++ b/media-sound/ncmpcpp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/ncmpcpp # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v 1.99 2015/01/03 09:55:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v 1.100 2015/01/03 09:59:39 jer Exp $ + + 03 Jan 2015; Jeroen Roovers <jer@gentoo.org> ncmpcpp-0.6.2.ebuild, + ncmpcpp-9999.ebuild: + Depend on dev-libs/boost[threads]. 03 Jan 2015; Jeroen Roovers <jer@gentoo.org> ncmpcpp-0.6.2.ebuild, ncmpcpp-9999.ebuild: diff --git a/media-sound/ncmpcpp/ncmpcpp-0.6.2.ebuild b/media-sound/ncmpcpp/ncmpcpp-0.6.2.ebuild index d59d8885ace4..89eb4f09b6e2 100644 --- a/media-sound/ncmpcpp/ncmpcpp-0.6.2.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-0.6.2.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-0.6.2.ebuild,v 1.2 2015/01/03 09:55:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.6.2.ebuild,v 1.3 2015/01/03 09:59:39 jer Exp $ EAPI=5 inherit bash-completion-r1 eutils @@ -17,7 +17,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 ) 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 ) |