Skip to content

Commit

Permalink
app-editors/scite: guard lua's pkg_setup
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/766674
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Ionen Wolkens <[email protected]>
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
ionenwks authored and thesamesam committed Jan 23, 2021
1 parent e24777a commit d8369aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app-editors/scite/scite-4.4.4-r10.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ pkg_pretend() {
fi
}

pkg_setup() {
use lua && lua-single_pkg_setup
}

src_prepare() {
tc-export AR CC CXX RANLIB

Expand Down

0 comments on commit d8369aa

Please sign in to comment.