commit:     40465c4d6ed0a95ec4eb92ee87cff4dc922df23a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 29 14:52:45 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 29 14:52:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40465c4d

net-wireless/iwd: sync live for EAPI 7 changes

Left out the non-EAPI 7 parts for maintainers to decide.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-wireless/iwd/iwd-9999.ebuild | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/net-wireless/iwd/iwd-9999.ebuild b/net-wireless/iwd/iwd-9999.ebuild
index c17d39b0880..3f5ab9303c1 100644
--- a/net-wireless/iwd/iwd-9999.ebuild
+++ b/net-wireless/iwd/iwd-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 inherit flag-o-matic linux-info systemd
 
 #Set this variable to the required external ell version
@@ -24,15 +24,15 @@ SLOT="0"
 IUSE="+client +crda +monitor ofono wired cpu_flags_x86_aes cpu_flags_x86_ssse3
 standalone systemd"
 
-COMMON_DEPEND="
+DEPEND="
        sys-apps/dbus
        client? ( sys-libs/readline:0= )
 "
 
-[[ -z "${ELL_REQ}" ]] || COMMON_DEPEND+=" ~dev-libs/ell-${ELL_REQ}"
+[[ -z "${ELL_REQ}" ]] || DEPEND+=" ~dev-libs/ell-${ELL_REQ}"
 
 RDEPEND="
-       ${COMMON_DEPEND}
+       ${DEPEND}
        net-wireless/wireless-regdb
        crda? ( net-wireless/crda )
        standalone? (
@@ -41,12 +41,11 @@ RDEPEND="
        )
 "
 
-DEPEND="
-       ${COMMON_DEPEND}
+BDEPEND="
        virtual/pkgconfig
 "
 
-[[ ${PV} == *9999* ]] && DEPEND+=" dev-python/docutils"
+[[ ${PV} == *9999* ]] && BDEPEND+=" dev-python/docutils"
 
 pkg_setup() {
        CONFIG_CHECK="

Reply via email to