commit: 2335b92e4184261b4ffc144db6375e95728e125d Author: Branko Grubic <bitlord0xff <AT> gmail <DOT> com> AuthorDate: Tue Jul 26 17:16:08 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Wed Jul 27 15:53:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2335b92e
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 <AT> gmail.com> Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> dev-util/sysprof-capture/sysprof-capture-3.36.0-r1.ebuild | 4 ++-- 1 file 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="
