diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 15:03:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 15:03:49 +0000 |
commit | 55ff042dd744e17b18f9c9c4f30d5343d32b26b7 (patch) | |
tree | cc4c3c603be20ab0dc8b01b1ffc2ff6a934a66d3 /games-util | |
parent | app-emulation/qemu: fix seabios pin for ppc (diff) | |
download | gentoo-55ff042dd744e17b18f9c9c4f30d5343d32b26b7.tar.gz gentoo-55ff042dd744e17b18f9c9c4f30d5343d32b26b7.tar.bz2 gentoo-55ff042dd744e17b18f9c9c4f30d5343d32b26b7.zip |
games-util/xpadneo: Revert "toolchain-funcs--" (used in global scope)
This reverts commit f68b5e7cf43be7ec61ebc58fdeff4cc492442612.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-util')
-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 |