dev-util/scanmem: BDEPEND on intltool

Closes: https://bugs.gentoo.org/804852
Closes: https://github.com/gentoo/gentoo/pull/41498
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-04-26 02:57:08 +01:00
parent 8e2ae37619
commit f141e88e6a
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -16,12 +16,15 @@ KEYWORDS="~amd64 ~riscv ~x86"
IUSE="gui static-libs"
DEPEND="sys-libs/readline:="
RDEPEND="${DEPEND}
RDEPEND="
${DEPEND}
gui? (
${PYTHON_DEPS}
dev-python/pygobject:3
sys-auth/polkit
)"
)
"
BDEPEND="dev-util/intltool"
REQUIRED_USE="gui? ( ${PYTHON_REQUIRED_USE} )"