summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-05-14 01:17:57 +0100
committerSam James <sam@gentoo.org>2021-05-14 01:22:36 +0100
commitb3c95144997501a29504d8d74c9e4e557637a107 (patch)
tree3bedc21f8d5f68250571b3502d5a64083f713c88
parentdev-lang/ferite: fix SizeViolation (diff)
downloadgentoo-b3c95144997501a29504d8d74c9e4e557637a107.tar.gz
gentoo-b3c95144997501a29504d8d74c9e4e557637a107.tar.bz2
gentoo-b3c95144997501a29504d8d74c9e4e557637a107.zip
net-wireless/liblms7002m: fix PythonMissingRequiredUse
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-wireless/liblms7002m/liblms7002m-0.0_p20200518.ebuild3
-rw-r--r--net-wireless/liblms7002m/liblms7002m-9999.ebuild3
2 files changed, 4 insertions, 2 deletions
diff --git a/net-wireless/liblms7002m/liblms7002m-0.0_p20200518.ebuild b/net-wireless/liblms7002m/liblms7002m-0.0_p20200518.ebuild
index 7295e8b86182..06521a3518a2 100644
--- a/net-wireless/liblms7002m/liblms7002m-0.0_p20200518.ebuild
+++ b/net-wireless/liblms7002m/liblms7002m-0.0_p20200518.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -22,6 +22,7 @@ else
fi
IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep 'dev-python/cheetah3[${PYTHON_USEDEP}]')"
diff --git a/net-wireless/liblms7002m/liblms7002m-9999.ebuild b/net-wireless/liblms7002m/liblms7002m-9999.ebuild
index c0cce670ea4e..edd808aede06 100644
--- a/net-wireless/liblms7002m/liblms7002m-9999.ebuild
+++ b/net-wireless/liblms7002m/liblms7002m-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -22,6 +22,7 @@ else
fi
IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep 'dev-python/cheetah3[${PYTHON_USEDEP}]')"