Skip to content

Commit

Permalink
kde-frameworks/oxygen-icons: QtConfig.cmake is only needed for tests
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/925205
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Feb 24, 2024
1 parent 40caa50 commit b90015a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions kde-frameworks/oxygen-icons/oxygen-icons-5.239.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ IUSE="test"

RESTRICT="!test? ( test )"

DEPEND="test? ( >=dev-qt/qttest-${QTMIN}:5 )"
DEPEND="
test? (
>=dev-qt/qtcore-${QTMIN}:5
>=dev-qt/qttest-${QTMIN}:5
)
"
BDEPEND="
>=dev-qt/qtcore-${QTMIN}:5
>=kde-frameworks/extra-cmake-modules-${PVCUT}:0
test? ( app-misc/fdupes )
"
Expand Down
2 changes: 1 addition & 1 deletion kde-frameworks/oxygen-icons/oxygen-icons-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND="!kde-frameworks/${PN}:5"
DEPEND="test? ( >=dev-qt/qtbase-${QTMIN}:6 )"
BDEPEND="
>=dev-qt/qtbase-${QTMIN}:6
>=kde-frameworks/extra-cmake-modules-${PVCUT}:0
test? ( app-misc/fdupes )
"
Expand Down

0 comments on commit b90015a

Please sign in to comment.