commit: 2615198290201a79670d899d115d3dd180e2cf1f Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sun Mar 27 06:29:10 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Sun Mar 27 07:30:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=26151982
dev-libs/memkind: fix wrong iuse Closes: https://bugs.gentoo.org/836223 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-libs/memkind/memkind-1.13.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/memkind/memkind-1.13.0.ebuild b/dev-libs/memkind/memkind-1.13.0.ebuild index cebc5a68a..3736c3813 100644 --- a/dev-libs/memkind/memkind-1.13.0.ebuild +++ b/dev-libs/memkind/memkind-1.13.0.ebuild @@ -64,7 +64,7 @@ src_configure() { $(use_enable heap-manager) $(use_enable hwloc) $(use_enable initial-exec-tls memkind-initial-exec-tls) - $(use_enable logging-to-file filelog) + $(use_enable filelog logging-to-file) $(use_enable openmp) $(use_enable secure) $(use_enable tls)
