diff options
author | 2022-07-26 19:16:08 +0200 | |
---|---|---|
committer | 2022-07-27 11:53:00 -0400 | |
commit | 2335b92e4184261b4ffc144db6375e95728e125d (patch) | |
tree | 3fc51e84e9e2e17809fe641f0905cbfeba419d9e /dev-util/sysprof-capture | |
parent | app-crypt/gcr: Install docs to correct location (diff) | |
download | gentoo-2335b92e4184261b4ffc144db6375e95728e125d.tar.gz gentoo-2335b92e4184261b4ffc144db6375e95728e125d.tar.bz2 gentoo-2335b92e4184261b4ffc144db6375e95728e125d.zip |
dev-util/sysprof-capture: Add missing MULTILIB_USEDEP on dev-libs/glib
Closes: https://bugs.gentoo.org/861281
Closes: https://github.com/gentoo/gentoo/pull/26608
Signed-off-by: Branko Grubic <bitlord0xff@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/sysprof-capture')
-rw-r--r-- | dev-util/sysprof-capture/sysprof-capture-3.36.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/sysprof-capture/sysprof-capture-3.36.0-r1.ebuild b/dev-util/sysprof-capture/sysprof-capture-3.36.0-r1.ebuild index 7e9b683b3d3f..72a8e5addc30 100644 --- a/dev-util/sysprof-capture/sysprof-capture-3.36.0-r1.ebuild +++ b/dev-util/sysprof-capture/sysprof-capture-3.36.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SLOT="3" KEYWORDS="amd64 x86" IUSE="" -RDEPEND=">=dev-libs/glib-2.61.3:2 +RDEPEND=">=dev-libs/glib-2.61.3:2[${MULTILIB_USEDEP}] !=dev-util/sysprof-3.34.1-r0" DEPEND="${RDEPEND}" BDEPEND=" |