diff options
-rw-r--r-- | app-portage/iwdevtools/iwdevtools-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/iwdevtools/iwdevtools-9999.ebuild b/app-portage/iwdevtools/iwdevtools-9999.ebuild index 94f757693e21..6909777369aa 100644 --- a/app-portage/iwdevtools/iwdevtools-9999.ebuild +++ b/app-portage/iwdevtools/iwdevtools-9999.ebuild @@ -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() { |