commit: 7b7237d880f63f050bfb0f31a6594288bd0f6323
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 3 23:23:41 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 3 23:23:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b7237d8
dev-cpp/gpgmepp: add note wrt testing
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-cpp/gpgmepp/gpgmepp-2.0.0.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-cpp/gpgmepp/gpgmepp-2.0.0.ebuild
b/dev-cpp/gpgmepp/gpgmepp-2.0.0.ebuild
index 32b66e8c7b64..f22ac43dd5b1 100644
--- a/dev-cpp/gpgmepp/gpgmepp-2.0.0.ebuild
+++ b/dev-cpp/gpgmepp/gpgmepp-2.0.0.ebuild
@@ -34,6 +34,8 @@ BDEPEND="verify-sig? ( sec-keys/openpgp-keys-gnupg )"
src_configure() {
local mycmakeargs=(
+ # As of 2.0.0, there aren't any non-manual tests. tests/README
+ # says that the real testing is done via dev-libs/qgpgme
instead.
-DBUILD_TESTING=$(usex test)
)