commit:     01b374eee0434cadb2f8f27cb656395bebe94c35
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Tue Oct  6 07:39:33 2020 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 19:19:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b374ee

net-wireless/crda: EAPI=7, python3_9

Closes: https://bugs.gentoo.org/728666
Closes: https://bugs.gentoo.org/747085
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/17817

 net-wireless/crda/crda-4.14.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-wireless/crda/crda-4.14.ebuild 
b/net-wireless/crda/crda-4.14.ebuild
index 185314a365c..f241bee0851 100644
--- a/net-wireless/crda/crda-4.14.ebuild
+++ b/net-wireless/crda/crda-4.14.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 inherit toolchain-funcs python-any-r1 udev
 
 DESCRIPTION="Central Regulatory Domain Agent for wireless networks"
@@ -22,8 +22,8 @@ RDEPEND="!gcrypt? (
        gcrypt? ( dev-libs/libgcrypt:0= )
        dev-libs/libnl:3
        net-wireless/wireless-regdb"
-DEPEND="${RDEPEND}
-       ${PYTHON_DEPS}
+DEPEND="${RDEPEND}"
+BDEPEND="${PYTHON_DEPS}
        $(python_gen_any_dep 'dev-python/m2crypto[${PYTHON_USEDEP}]')
        virtual/pkgconfig"
 

Reply via email to