commit: 5e17e72ff3997901292f8a6e173da9865ba85568
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 13:39:00 2022 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 13:39:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e17e72f
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 <AT> gentoo.org>
games-util/sc-controller/sc-controller-0.4.8.6_p20211211.ebuild | 5 +++++
1 file changed, 5 insertions(+)
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
+}