Skip to content

Commit

Permalink
app-portage/iwdevtools: add -Dtest check for live ebuild
Browse files Browse the repository at this point in the history
Not strictly necessary but may be good to avoid possible
compiling failures when compiling is only needed for tests.

Signed-off-by: Ionen Wolkens <[email protected]>
  • Loading branch information
ionenwks committed Aug 28, 2021
1 parent c9c5aae commit d68ab22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-portage/iwdevtools/iwdevtools-9999.ebuild
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ RDEPEND="
BDEPEND="test? ( ${RDEPEND} )"

src_configure() {
meson_src_configure -Ddocdir=${PF}
meson_src_configure -Ddocdir=${PF} $(meson_use test)
}

pkg_postinst() {

0 comments on commit d68ab22

Please sign in to comment.