diff options
Diffstat (limited to 'games-util/xpadneo')
-rw-r--r-- | games-util/xpadneo/xpadneo-0.9.ebuild | 2 | ||||
-rw-r--r-- | games-util/xpadneo/xpadneo-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games-util/xpadneo/xpadneo-0.9.ebuild b/games-util/xpadneo/xpadneo-0.9.ebuild index 6e38c45ca020..c6cc408ad126 100644 --- a/games-util/xpadneo/xpadneo-0.9.ebuild +++ b/games-util/xpadneo/xpadneo-0.9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit linux-mod udev +inherit linux-mod toolchain-funcs udev DESCRIPTION="Advanced Linux Driver for Xbox One Wireless Controller" HOMEPAGE="https://atar-axis.github.io/xpadneo/" diff --git a/games-util/xpadneo/xpadneo-9999.ebuild b/games-util/xpadneo/xpadneo-9999.ebuild index 81efc50b45a4..01ec44c55d49 100644 --- a/games-util/xpadneo/xpadneo-9999.ebuild +++ b/games-util/xpadneo/xpadneo-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit linux-mod udev +inherit linux-mod toolchain-funcs udev if [[ ${PV} == 9999 ]]; then inherit git-r3 |