diff options
author | Sam James <sam@gentoo.org> | 2021-04-04 09:18:15 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-04 09:51:51 +0000 |
commit | f68b5e7cf43be7ec61ebc58fdeff4cc492442612 (patch) | |
tree | e95bfe824d8039b14ea1eeaa743c562f1a0ef4dc | |
parent | games-misc/wumpus: block games-misc/bsd-games:0/3 (diff) | |
download | gentoo-f68b5e7cf43be7ec61ebc58fdeff4cc492442612.tar.gz gentoo-f68b5e7cf43be7ec61ebc58fdeff4cc492442612.tar.bz2 gentoo-f68b5e7cf43be7ec61ebc58fdeff4cc492442612.zip |
games-util/xpadneo: toolchain-funcs--
Signed-off-by: Sam James <sam@gentoo.org>
-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 c6cc408ad126..6e38c45ca020 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 toolchain-funcs udev +inherit linux-mod 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 01ec44c55d49..81efc50b45a4 100644 --- a/games-util/xpadneo/xpadneo-9999.ebuild +++ b/games-util/xpadneo/xpadneo-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit linux-mod toolchain-funcs udev +inherit linux-mod udev if [[ ${PV} == 9999 ]]; then inherit git-r3 |