From: Michał Górny Date: Mon, 10 Feb 2020 13:05:43 +0000 (+0100) Subject: net-wireless/crda: Remove py2 where possible X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3d11068ca742bebe54bff4a331cef547fcfbfb0a;p=gentoo.git net-wireless/crda: Remove py2 where possible Signed-off-by: Michał Górny --- diff --git a/net-wireless/crda/crda-4.14.ebuild b/net-wireless/crda/crda-4.14.ebuild index 380cc3d2f089..f5a34d3b6444 100644 --- a/net-wireless/crda/crda-4.14.ebuild +++ b/net-wireless/crda/crda-4.14.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit toolchain-funcs python-any-r1 udev DESCRIPTION="Central Regulatory Domain Agent for wireless networks"