Non-maintainer commit. I could not trigger a build error, so whatever
was the motivation in commit
54792cd74a1ed9d50c6c335829ee3a6015e17f5f
may not be relevant anymore.
Closes: https://bugs.gentoo.org/676092
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
local myeconfargs=(
$(use_enable debug)
- $(use_enable debug logging)
$(use_enable debug disk-stats)
- $(use_enable dht dht $(usex debug logging $(usex ('yes' 'no'))))
+ $(use_enable debug logging)
+ $(use_enable dht)
$(use_enable examples)
$(use_enable ssl encryption)
$(use_enable static-libs static)
local myeconfargs=(
$(use_enable debug)
$(use_enable debug export-all)
- $(use_enable dht dht $(usex debug logging $(usex ('yes' 'no'))))
+ $(use_enable debug logging)
+ $(use_enable dht)
$(use_enable examples)
$(use_enable ssl encryption)
$(use_enable static-libs static)