mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-06 04:36:12 +02:00
app-crypt/gpgme: Sync with Gentoo
It's from Gentoo commit 12af2d60f9a0c8c0899225a6d7d3fc459834d2c3.
This commit is contained in:
parent
47614e9f70
commit
9a518c5e3b
@ -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="
|
||||
Loading…
x
Reference in New Issue
Block a user