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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D674815ACFB for ; Sun, 23 Apr 2023 04:32:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18234E0A97; Sun, 23 Apr 2023 04:32:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6CC1E0A97 for ; Sun, 23 Apr 2023 04:32:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8EDA03407E0 for ; Sun, 23 Apr 2023 04:32:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E28407DE for ; Sun, 23 Apr 2023 04:32:29 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1682224333.9a48abe10c8e886860998506c2c207d6d97c4f57.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/rubberband/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/rubberband/rubberband-3.1.2.ebuild media-libs/rubberband/rubberband-3.1.3.ebuild media-libs/rubberband/rubberband-3.2.1.ebuild X-VCS-Directories: media-libs/rubberband/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 9a48abe10c8e886860998506c2c207d6d97c4f57 X-VCS-Branch: master Date: Sun, 23 Apr 2023 04:32:29 +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: 057c26e9-c419-4345-94b3-385527446d5b X-Archives-Hash: 26718e56c97d410f043c9f2ad71738f2 commit: 9a48abe10c8e886860998506c2c207d6d97c4f57 Author: Miroslav Šulc gentoo org> AuthorDate: Sun Apr 23 04:32:13 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sun Apr 23 04:32:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a48abe1 media-libs/rubberband: fixed boost dep use flags Closes: https://bugs.gentoo.org/904699 Signed-off-by: Miroslav Šulc gentoo.org> media-libs/rubberband/rubberband-3.1.2.ebuild | 2 +- media-libs/rubberband/rubberband-3.1.3.ebuild | 2 +- media-libs/rubberband/rubberband-3.2.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/rubberband/rubberband-3.1.2.ebuild b/media-libs/rubberband/rubberband-3.1.2.ebuild index 67bfcf0a42ff..f6f3a392c27f 100644 --- a/media-libs/rubberband/rubberband-3.1.2.ebuild +++ b/media-libs/rubberband/rubberband-3.1.2.ebuild @@ -31,7 +31,7 @@ RDEPEND=" sys-devel/gcc:* " DEPEND="${CDEPEND}" -BDEPEND="test? ( dev-libs/boost )" +BDEPEND="test? ( dev-libs/boost[${MULTILIB_USEDEP}] )" RESTRICT="!test? ( test )" src_prepare() { diff --git a/media-libs/rubberband/rubberband-3.1.3.ebuild b/media-libs/rubberband/rubberband-3.1.3.ebuild index 021e7a03c3e6..eb57f8180d7c 100644 --- a/media-libs/rubberband/rubberband-3.1.3.ebuild +++ b/media-libs/rubberband/rubberband-3.1.3.ebuild @@ -31,7 +31,7 @@ RDEPEND=" sys-devel/gcc:* " DEPEND="${CDEPEND}" -BDEPEND="test? ( dev-libs/boost )" +BDEPEND="test? ( dev-libs/boost[${MULTILIB_USEDEP}] )" RESTRICT="!test? ( test )" src_prepare() { diff --git a/media-libs/rubberband/rubberband-3.2.1.ebuild b/media-libs/rubberband/rubberband-3.2.1.ebuild index 021e7a03c3e6..eb57f8180d7c 100644 --- a/media-libs/rubberband/rubberband-3.2.1.ebuild +++ b/media-libs/rubberband/rubberband-3.2.1.ebuild @@ -31,7 +31,7 @@ RDEPEND=" sys-devel/gcc:* " DEPEND="${CDEPEND}" -BDEPEND="test? ( dev-libs/boost )" +BDEPEND="test? ( dev-libs/boost[${MULTILIB_USEDEP}] )" RESTRICT="!test? ( test )" src_prepare() {