commit: 361daec6baa1d3db403d3a6ff7bcbfeeb96aca0a Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org> AuthorDate: Sat May 3 13:22:06 2025 +0000 Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org> CommitDate: Sat May 3 13:22:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361daec6
app-admin/conky: Fix tests and disable internal (s)ccache configuration Closes: https://bugs.gentoo.org/955243 Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org> app-admin/conky/conky-1.22.1.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app-admin/conky/conky-1.22.1.ebuild b/app-admin/conky/conky-1.22.1.ebuild index 8b0c49ed4571..12ecef6fd365 100644 --- a/app-admin/conky/conky-1.22.1.ebuild +++ b/app-admin/conky/conky-1.22.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 LUA_COMPAT=( lua5-4 ) -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit cmake linux-info lua-single python-any-r1 readme.gentoo-r1 xdg @@ -23,9 +23,6 @@ IUSE="apcupsd bundled-toluapp cmus colour-name-map curl doc extras hddtemp ical RESTRICT="!test? ( test )" # Note: toluapp is bundled in conky since 1.11.2 -# Note: maintainer mode "-DMAINTAINER_MODE=yes" sets CMAKE_BUILD_TYPE Debug -# which creates debug symbols and enables "-DBUILD_TESTS" which also -# results in conky_core debug library getting installed COMMON_DEPEND=" curl? ( net-misc/curl ) @@ -208,7 +205,7 @@ src_configure() { -DBUILD_PORT_MONITORS=$(usex portmon) -DBUILD_PULSEAUDIO=$(usex pulseaudio) -DBUILD_RSS=$(usex rss) - -DBUILD_TESTS=$(usex test) + -DBUILD_TESTING=$(usex test) -DBUILD_WAYLAND=$(usex wayland) -DBUILD_WLAN=$(usex wifi) -DBUILD_XFT=$(usex truetype) @@ -218,6 +215,7 @@ src_configure() { -DDOC_PATH=/usr/share/doc/${PF} -DMAINTAINER_MODE=no -DRELEASE=yes + -DUSE_CCACHE=OFF ) if use doc || use extras; then
