From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B2245138334 for ; Sat, 1 Jun 2019 10:54:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B56AE0882; Sat, 1 Jun 2019 10:54:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70535E0882 for ; Sat, 1 Jun 2019 10:54:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2EC863454D7 for ; Sat, 1 Jun 2019 10:54:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 420F0603 for ; Sat, 1 Jun 2019 10:54:14 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1559386440.3539e8b79544fcf786ab6265fa82d1c46ccc14a4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/klick/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/klick/klick-0.12.2-r2.ebuild X-VCS-Directories: media-sound/klick/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3539e8b79544fcf786ab6265fa82d1c46ccc14a4 X-VCS-Branch: master Date: Sat, 1 Jun 2019 10:54:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b4bb4b41-5b6b-47d6-90cc-dbe70b5f1723 X-Archives-Hash: 893a81e3636769d63a1b7eb89175ec65 commit: 3539e8b79544fcf786ab6265fa82d1c46ccc14a4 Author: Alexander Tsoy tsoy me> AuthorDate: Tue May 21 15:52:30 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 1 10:54:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3539e8b7 media-sound/klick: boost is a build-time only dependency Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Alexander Tsoy tsoy.me> Signed-off-by: Michał Górny gentoo.org> media-sound/klick/klick-0.12.2-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/klick/klick-0.12.2-r2.ebuild b/media-sound/klick/klick-0.12.2-r2.ebuild index 6c88ea4ac1a..0a33dbe71f4 100644 --- a/media-sound/klick/klick-0.12.2-r2.ebuild +++ b/media-sound/klick/klick-0.12.2-r2.ebuild @@ -16,13 +16,13 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="debug osc rubberband" -RDEPEND="dev-libs/boost - media-libs/libsamplerate +RDEPEND="media-libs/libsamplerate media-libs/libsndfile virtual/jack osc? ( media-libs/liblo ) rubberband? ( media-libs/rubberband )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-libs/boost" BDEPEND="virtual/pkgconfig" PATCHES=(