Skip to content

Commit

Permalink
games-util/xpadneo: drop linux-info, note about toolchain-funcs
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ionenwks committed Sep 3, 2021
1 parent 3248793 commit eba5904
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion games-util/xpadneo/xpadneo-0.9.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion games-util/xpadneo/xpadneo-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eba5904

Please sign in to comment.