mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
app-text/klogg: fix building tests
Closes: https://bugs.gentoo.org/786219 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Anton Filimonov <anton.filimonov@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/variar/klogg/archive/refs/tags/v${PV}.tar.gz -> ${P}
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="+sentry lto"
|
||||
IUSE="+sentry lto test"
|
||||
|
||||
DEPEND="
|
||||
dev-qt/qtcore:5
|
||||
@@ -26,6 +26,9 @@ RDEPEND="
|
||||
${DEPEND}
|
||||
x11-themes/hicolor-icon-theme
|
||||
"
|
||||
BDEPEND="
|
||||
test? ( dev-qt/qttest:5 )
|
||||
"
|
||||
|
||||
QA_PREBUILT="usr/bin/klogg_minidump_dump"
|
||||
|
||||
@@ -40,6 +43,7 @@ src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DDISABLE_WERROR=ON
|
||||
-DKLOGG_USE_SENTRY=$(usex sentry)
|
||||
-DBUILD_TESTS=$(usex test)
|
||||
-DUSE_LTO=$(usex lto)
|
||||
-DWARNINGS_AS_ERRORS=OFF
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user