From: Michał Górny Date: Wed, 5 Feb 2020 13:06:34 +0000 (+0100) Subject: app-crypt/yubikey-manager: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=64bdc421f8f80a155f4f4adfe273abeff1ead7e6;p=gentoo.git app-crypt/yubikey-manager: Remove py2 Signed-off-by: Michał Górny --- diff --git a/app-crypt/yubikey-manager/yubikey-manager-3.1.0-r1.ebuild b/app-crypt/yubikey-manager/yubikey-manager-3.1.0-r1.ebuild index dec0828aa805..b471c2587921 100644 --- a/app-crypt/yubikey-manager/yubikey-manager-3.1.0-r1.ebuild +++ b/app-crypt/yubikey-manager/yubikey-manager-3.1.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit readme.gentoo-r1 distutils-r1 DESCRIPTION="Python library and command line tool for configuring a YubiKey"