mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
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:
parent
8e2ae37619
commit
f141e88e6a
@ -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} )"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user