commit: eba59040332daba0702ac4912caa8d817a614e00
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 3 04:34:18 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Sep 3 04:39:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba59040
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 <AT> gentoo.org>
games-util/xpadneo/xpadneo-0.9.1.ebuild | 3 ++-
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 f97c7ef760e..828d24913b9 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 3e4b4f05d40..5927d40b027 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