summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2023-04-23 06:32:13 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2023-04-23 06:32:13 +0200
commit9a48abe10c8e886860998506c2c207d6d97c4f57 (patch)
tree77baac4d0003968a6093ca5279b736eb3500a570 /media-libs
parentgames-puzzle/pingus: fix build w/ gcc13 (diff)
downloadgentoo-9a48abe10c8e886860998506c2c207d6d97c4f57.tar.gz
gentoo-9a48abe10c8e886860998506c2c207d6d97c4f57.tar.bz2
gentoo-9a48abe10c8e886860998506c2c207d6d97c4f57.zip
media-libs/rubberband: fixed boost dep use flags
Closes: https://bugs.gentoo.org/904699 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/rubberband/rubberband-3.1.2.ebuild2
-rw-r--r--media-libs/rubberband/rubberband-3.1.3.ebuild2
-rw-r--r--media-libs/rubberband/rubberband-3.2.1.ebuild2
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() {