Skip to content

Commit

Permalink
games-fps/quakeforge: unset YACC and let configure handle it
Browse files Browse the repository at this point in the history
Already BDEPEND on bison

Closes: https://bugs.gentoo.org/884287
Signed-off-by: Ionen Wolkens <[email protected]>
  • Loading branch information
ionenwks committed Dec 4, 2022
1 parent 23f9ca5 commit 38bff1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions games-fps/quakeforge/quakeforge-0.7.2_p20210722-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ src_prepare() {

src_configure() {
filter-lto #858755
unset YACC #884287

qf_client() {
echo $(usex client $(use_enable ${1}) --disable-${1})
Expand Down
1 change: 1 addition & 0 deletions games-fps/quakeforge/quakeforge-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ src_prepare() {

src_configure() {
filter-lto #858755
unset YACC #884287

qf_client() {
usex client $(use_enable ${1}) --disable-${1}
Expand Down

0 comments on commit 38bff1e

Please sign in to comment.