mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
kde-frameworks/breeze-icons-rcc: QtCore is indeed needed for RCC
This reverts commit 3dded7f6f124c9a6eb94d36919b9f8a5bba3c29a. Bug: https://bugs.gentoo.org/925205 Closes: https://bugs.gentoo.org/925622 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -9,21 +9,16 @@ PYTHON_COMPAT=( python3_{10..12} )
|
||||
inherit cmake frameworks.kde.org python-any-r1
|
||||
|
||||
DESCRIPTION="Breeze SVG icon theme binary resource"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
|
||||
IUSE="test"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="
|
||||
test? (
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qttest:5
|
||||
)
|
||||
"
|
||||
DEPEND="test? ( dev-qt/qttest:5 )"
|
||||
BDEPEND="${PYTHON_DEPS}
|
||||
$(python_gen_any_dep 'dev-python/lxml[${PYTHON_USEDEP}]')
|
||||
dev-qt/qtcore:5
|
||||
>=kde-frameworks/extra-cmake-modules-${PVCUT}:0
|
||||
test? ( app-misc/fdupes )
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user