commit: 55ff042dd744e17b18f9c9c4f30d5343d32b26b7 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Apr 5 15:03:14 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Apr 5 15:03:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55ff042d
games-util/xpadneo: Revert "toolchain-funcs--" (used in global scope) This reverts commit f68b5e7cf43be7ec61ebc58fdeff4cc492442612. Signed-off-by: Sam James <sam <AT> gentoo.org> games-util/xpadneo/xpadneo-0.9.ebuild | 2 +- 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 6e38c45ca02..c6cc408ad12 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 81efc50b45a..01ec44c55d4 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
