diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-09-03 00:34:18 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-09-03 00:39:51 -0400 |
commit | eba59040332daba0702ac4912caa8d817a614e00 (patch) | |
tree | 8b37650affe7818d1c09071b0e1ca6707e89f97d /games-util | |
parent | app-admin/cronlocker: remove old (diff) | |
download | gentoo-eba59040332daba0702ac4912caa8d817a614e00.tar.gz gentoo-eba59040332daba0702ac4912caa8d817a614e00.tar.bz2 gentoo-eba59040332daba0702ac4912caa8d817a614e00.zip |
games-util/xpadneo: drop linux-info, note about toolchain-funcs
If new @PROVIDES makes InheritsCheck more widespread/default,
toolchain-funcs will likely have (more) people confused and think
it needs to be removed, so adding a short note.
BUILD_PARAMS is evaluated and as much as possible want to avoid
expanding variables pre-eval, this confuses pkgcheck into thinking
$(tc-getLD) is not in the ebuild with single quotes. May eventually
change approach to fix LD issues, but for now.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/xpadneo/xpadneo-0.9.1.ebuild | 3 | ||||
-rw-r--r-- | games-util/xpadneo/xpadneo-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/games-util/xpadneo/xpadneo-0.9.1.ebuild b/games-util/xpadneo/xpadneo-0.9.1.ebuild index f97c7ef760e4..828d24913b9c 100644 --- a/games-util/xpadneo/xpadneo-0.9.1.ebuild +++ b/games-util/xpadneo/xpadneo-0.9.1.ebuild @@ -3,7 +3,8 @@ EAPI=7 -inherit linux-info linux-mod toolchain-funcs udev +# pkgcheck note: toolchain-funcs is not unused +inherit linux-mod toolchain-funcs udev if [[ ${PV} == 9999 ]]; then inherit git-r3 diff --git a/games-util/xpadneo/xpadneo-9999.ebuild b/games-util/xpadneo/xpadneo-9999.ebuild index 3e4b4f05d40a..5927d40b0273 100644 --- a/games-util/xpadneo/xpadneo-9999.ebuild +++ b/games-util/xpadneo/xpadneo-9999.ebuild @@ -3,7 +3,8 @@ EAPI=7 -inherit linux-info linux-mod toolchain-funcs udev +# pkgcheck note: toolchain-funcs is not unused +inherit linux-mod toolchain-funcs udev if [[ ${PV} == 9999 ]]; then inherit git-r3 |