Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/klick/
Date: Sat, 01 Jun 2019 10:54:22
Message-Id: 1559386440.3539e8b79544fcf786ab6265fa82d1c46ccc14a4.mgorny@gentoo
1 commit: 3539e8b79544fcf786ab6265fa82d1c46ccc14a4
2 Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me>
3 AuthorDate: Tue May 21 15:52:30 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 1 10:54:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3539e8b7
7
8 media-sound/klick: boost is a build-time only dependency
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.11
11 Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me>
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 media-sound/klick/klick-0.12.2-r2.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/media-sound/klick/klick-0.12.2-r2.ebuild b/media-sound/klick/klick-0.12.2-r2.ebuild
18 index 6c88ea4ac1a..0a33dbe71f4 100644
19 --- a/media-sound/klick/klick-0.12.2-r2.ebuild
20 +++ b/media-sound/klick/klick-0.12.2-r2.ebuild
21 @@ -16,13 +16,13 @@ SLOT="0"
22 KEYWORDS="~amd64 ~ppc ~x86"
23 IUSE="debug osc rubberband"
24
25 -RDEPEND="dev-libs/boost
26 - media-libs/libsamplerate
27 +RDEPEND="media-libs/libsamplerate
28 media-libs/libsndfile
29 virtual/jack
30 osc? ( media-libs/liblo )
31 rubberband? ( media-libs/rubberband )"
32 -DEPEND="${RDEPEND}"
33 +DEPEND="${RDEPEND}
34 + dev-libs/boost"
35 BDEPEND="virtual/pkgconfig"
36
37 PATCHES=(