commit: 6f83ee312f13f3079a88b34ce26d7b49f82b962c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 3 23:44:40 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 3 23:45:16 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f83ee31
app-crypt/gpgme: add blockers on new split packages in 1.24.3
This serves as a hint to people adapting packages in overlays as
to what the replacements are. It's not actually needed otherwise as
we already put appropriate blockers in these new split packages.
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/gpgme/gpgme-1.24.3.ebuild | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/app-crypt/gpgme/gpgme-1.24.3.ebuild
b/app-crypt/gpgme/gpgme-1.24.3.ebuild
index 7cc1a6a2bd0a..f6e1d9b495b6 100644
--- a/app-crypt/gpgme/gpgme-1.24.3.ebuild
+++ b/app-crypt/gpgme/gpgme-1.24.3.ebuild
@@ -48,9 +48,16 @@ RDEPEND="
>=app-crypt/gnupg-2
>=dev-libs/libassuan-2.5.3:=
>=dev-libs/libgpg-error-1.46-r1:=
- python? ( ${PYTHON_DEPS} )
+ cxx? ( !dev-cpp/gpgmepp )
+ python? (
+ !dev-python/gpgmepy
+ ${PYTHON_DEPS}
+ )
qt5? ( dev-qt/qtcore:5 )
- qt6? ( dev-qt/qtbase:6 )
+ qt6? (
+ !dev-libs/qgpgme
+ dev-qt/qtbase:6
+ )
"
DEPEND="
${RDEPEND}