commit: a7d974a6f8c7d904bcf39fbe3f88273098086e86 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Mon Nov 14 09:21:10 2022 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Mon Nov 14 11:05:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7d974a6
app-crypt/yubioath-desktop: block >=app-crypt/yubikey-manager-5.0.0 Does not and will not work on this major branch, see https://github.com/Yubico/yubikey-manager/issues/523#issuecomment-1285985218 Closes: https://bugs.gentoo.org/881159 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> ...oath-desktop-5.1.0-r2.ebuild => yubioath-desktop-5.1.0-r3.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-crypt/yubioath-desktop/yubioath-desktop-5.1.0-r2.ebuild b/app-crypt/yubioath-desktop/yubioath-desktop-5.1.0-r3.ebuild similarity index 90% rename from app-crypt/yubioath-desktop/yubioath-desktop-5.1.0-r2.ebuild rename to app-crypt/yubioath-desktop/yubioath-desktop-5.1.0-r3.ebuild index 4c36fdb3a992..cf6768da262e 100644 --- a/app-crypt/yubioath-desktop/yubioath-desktop-5.1.0-r2.ebuild +++ b/app-crypt/yubioath-desktop/yubioath-desktop-5.1.0-r3.ebuild @@ -31,7 +31,10 @@ DEPEND=" dev-qt/qtnetwork:5 x11-libs/libdrm" RDEPEND="${DEPEND} - $(python_gen_cond_dep '>=app-crypt/yubikey-manager-4.0.0[${PYTHON_USEDEP}]') + $(python_gen_cond_dep ' + >=app-crypt/yubikey-manager-4.0.0[${PYTHON_USEDEP}] + <app-crypt/yubikey-manager-5.0.0[${PYTHON_USEDEP}] + ') dev-python/pyotherside[${PYTHON_SINGLE_USEDEP}]" PATCHES=(
