summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-02-19 05:06:43 +0100
committerMichał Górny <mgorny@gentoo.org>2024-02-19 05:10:40 +0100
commitd634b340c114323c3ebbaa3f31771fb94547449f (patch)
tree3bde164f3080ad05e8df0bc69367df0a54a039b2 /games-util/sc-controller
parentdev-python/python-evdev: Prepare for a rename (diff)
downloadgentoo-d634b340c114323c3ebbaa3f31771fb94547449f.tar.gz
gentoo-d634b340c114323c3ebbaa3f31771fb94547449f.tar.bz2
gentoo-d634b340c114323c3ebbaa3f31771fb94547449f.zip
Rename dev-python/{python-evdev → evdev}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-util/sc-controller')
-rw-r--r--games-util/sc-controller/sc-controller-0.4.8.11.ebuild9
-rw-r--r--games-util/sc-controller/sc-controller-0.4.8.9-r1.ebuild9
2 files changed, 10 insertions, 8 deletions
diff --git a/games-util/sc-controller/sc-controller-0.4.8.11.ebuild b/games-util/sc-controller/sc-controller-0.4.8.11.ebuild
index aaf247ca670f..7166c28a765e 100644
--- a/games-util/sc-controller/sc-controller-0.4.8.11.ebuild
+++ b/games-util/sc-controller/sc-controller-0.4.8.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1 linux-info xdg
DESCRIPTION="User-mode driver and GTK-based GUI for Steam Controllers and others"
@@ -20,10 +20,11 @@ IUSE="+udev wayland"
RDEPEND="
$(python_gen_cond_dep '
+ dev-python/evdev[${PYTHON_USEDEP}]
dev-python/pygobject[${PYTHON_USEDEP},cairo]
dev-python/pylibacl[${PYTHON_USEDEP}]
- dev-python/python-evdev[${PYTHON_USEDEP}]
- dev-python/vdf[${PYTHON_USEDEP}]')
+ dev-python/vdf[${PYTHON_USEDEP}]
+ ')
gnome-base/librsvg[introspection]
virtual/libusb
x11-libs/gtk+:3[introspection]
diff --git a/games-util/sc-controller/sc-controller-0.4.8.9-r1.ebuild b/games-util/sc-controller/sc-controller-0.4.8.9-r1.ebuild
index 6c49de8ca581..b7892049fc8e 100644
--- a/games-util/sc-controller/sc-controller-0.4.8.9-r1.ebuild
+++ b/games-util/sc-controller/sc-controller-0.4.8.9-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1 linux-info xdg
DESCRIPTION="User-mode driver and GTK-based GUI for Steam Controllers and others"
@@ -19,10 +19,11 @@ IUSE="+udev wayland"
RDEPEND="
$(python_gen_cond_dep '
+ dev-python/evdev[${PYTHON_USEDEP}]
dev-python/pygobject[${PYTHON_USEDEP},cairo]
dev-python/pylibacl[${PYTHON_USEDEP}]
- dev-python/python-evdev[${PYTHON_USEDEP}]
- dev-python/vdf[${PYTHON_USEDEP}]')
+ dev-python/vdf[${PYTHON_USEDEP}]
+ ')
gnome-base/librsvg[introspection]
virtual/libusb
x11-libs/gtk+:3[introspection]