From 9a518c5e3bec33520e243f554e0e396b3bcf62c7 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 7 Jul 2025 07:07:05 +0000 Subject: [PATCH] app-crypt/gpgme: Sync with Gentoo It's from Gentoo commit 12af2d60f9a0c8c0899225a6d7d3fc459834d2c3. --- ...e-1.24.3.ebuild => gpgme-1.24.3-r1.ebuild} | 25 ++++++++----------- 1 file changed, 10 insertions(+), 15 deletions(-) rename sdk_container/src/third_party/portage-stable/app-crypt/gpgme/{gpgme-1.24.3.ebuild => gpgme-1.24.3-r1.ebuild} (94%) diff --git a/sdk_container/src/third_party/portage-stable/app-crypt/gpgme/gpgme-1.24.3.ebuild b/sdk_container/src/third_party/portage-stable/app-crypt/gpgme/gpgme-1.24.3-r1.ebuild similarity index 94% rename from sdk_container/src/third_party/portage-stable/app-crypt/gpgme/gpgme-1.24.3.ebuild rename to sdk_container/src/third_party/portage-stable/app-crypt/gpgme/gpgme-1.24.3-r1.ebuild index f6b4669fd2..c6374afa61 100644 --- a/sdk_container/src/third_party/portage-stable/app-crypt/gpgme/gpgme-1.24.3.ebuild +++ b/sdk_container/src/third_party/portage-stable/app-crypt/gpgme/gpgme-1.24.3-r1.ebuild @@ -44,26 +44,21 @@ REQUIRED_USE=" " # - On each bump, update dep bounds on each version from configure.ac! -RDEPEND=" +COMMON_DEPEND=" >=app-crypt/gnupg-2 >=dev-libs/libassuan-2.5.3:= >=dev-libs/libgpg-error-1.46-r1:= - cxx? ( !dev-cpp/gpgmepp ) - python? ( - !dev-python/gpgmepy - ${PYTHON_DEPS} - ) + python? ( ${PYTHON_DEPS} ) qt5? ( dev-qt/qtcore:5 ) - qt6? ( - !dev-libs/qgpgme - dev-qt/qtbase:6 - ) + qt6? ( dev-qt/qtbase:6 ) " -DEPEND=" - ${RDEPEND} - test? ( - qt5? ( dev-qt/qttest:5 ) - ) +DEPEND="${COMMON_DEPEND} + test? ( qt5? ( dev-qt/qttest:5 ) ) +" +RDEPEND="${COMMON_DEPEND} + cxx? ( !>=dev-cpp/gpgmepp-2 ) + python? ( !>dev-python/gpgmepy-1.9999 ) + qt6? ( !>=dev-libs/qgpgme-2 ) " #doc? ( app-text/doxygen[dot] ) BDEPEND="