diff options
author | Sam James <sam@gentoo.org> | 2022-08-30 19:36:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-30 20:06:12 +0100 |
commit | 2f2b62c9f95e3242763b6e7d20e6f1eb07faf96e (patch) | |
tree | f776dd6cb5d7224884d4900bc938c397df52831e | |
parent | dev-cpp/libxmlpp: limit multilib features (drop doc) (diff) | |
download | gentoo-2f2b62c9f95e3242763b6e7d20e6f1eb07faf96e.tar.gz gentoo-2f2b62c9f95e3242763b6e7d20e6f1eb07faf96e.tar.bz2 gentoo-2f2b62c9f95e3242763b6e7d20e6f1eb07faf96e.zip |
dev-libs/log4cpp: limit multilib features (drop doc)
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild b/dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild index 6c98c3b76d2a..286862cfccee 100644 --- a/dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild +++ b/dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild @@ -51,7 +51,7 @@ multilib_src_configure() { # anyway). CONFIG_SHELL="${BROOT}"/bin/bash ECONF_SOURCE="${S}" econf \ --without-idsa \ - $(use_enable doc doxygen) \ + $(multilib_native_use_enable doc doxygen) \ $(use_enable static-libs static) } |