summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2022-03-20 13:39:00 +0000
committerJames Le Cuirot <chewi@gentoo.org>2022-03-20 13:39:00 +0000
commit5e17e72ff3997901292f8a6e173da9865ba85568 (patch)
treeb90c7b5656d5f3b0195f96b15d709526edeafb7f /games-util
parentgames-util/sc-controller: Bump to 20211211 snapshot for evdev fixes (diff)
downloadgentoo-5e17e72ff3997901292f8a6e173da9865ba85568.tar.gz
gentoo-5e17e72ff3997901292f8a6e173da9865ba85568.tar.bz2
gentoo-5e17e72ff3997901292f8a6e173da9865ba85568.zip
games-util/sc-controller: Don't install the udev rules
These are just a broken subset of the rules we already have in games-util/game-device-udev-rules. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r--games-util/sc-controller/sc-controller-0.4.8.6_p20211211.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/games-util/sc-controller/sc-controller-0.4.8.6_p20211211.ebuild b/games-util/sc-controller/sc-controller-0.4.8.6_p20211211.ebuild
index 1c55ab50f3e0..f4b6ee09f983 100644
--- a/games-util/sc-controller/sc-controller-0.4.8.6_p20211211.ebuild
+++ b/games-util/sc-controller/sc-controller-0.4.8.6_p20211211.ebuild
@@ -39,3 +39,8 @@ pkg_setup() {
linux-info_pkg_setup
python-single-r1_pkg_setup
}
+
+src_install() {
+ distutils-r1_src_install
+ rm -r "${ED}"/usr/lib/udev/ || die
+}