summaryrefslogtreecommitdiff
path: root/dev-util/kdevelop-python/kdevelop-python-9999.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-08-21 15:50:47 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-08-21 15:51:36 +0200
commit28a840d3804a7a2842b74aba2df04f1365bb0839 (patch)
treed4466454b1c1a99bf5ba0fd8845f864499b86c54 /dev-util/kdevelop-python/kdevelop-python-9999.ebuild
parentd5023f194e41e14bc682b02f30aea4f55d3895c3 (diff)
downloadkde-28a840d3804a7a2842b74aba2df04f1365bb0839.tar.gz
kde-28a840d3804a7a2842b74aba2df04f1365bb0839.tar.bz2
kde-28a840d3804a7a2842b74aba2df04f1365bb0839.zip
*/*: RESTRICT+= -> RESTRICT= for EAPI-8 based ebuilds
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util/kdevelop-python/kdevelop-python-9999.ebuild')
-rw-r--r--dev-util/kdevelop-python/kdevelop-python-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild
index 9cda47077e5..b697e8e39b9 100644
--- a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild
+++ b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild
@@ -23,7 +23,7 @@ SLOT="5"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RESTRICT+=" test"
+RESTRICT="test"
DEPEND="${PYTHON_DEPS}
>=dev-qt/qtgui-${QTMIN}:5