diff options
author | Sam James <sam@gentoo.org> | 2022-08-30 19:41:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-30 20:06:14 +0100 |
commit | a5b46748b4a6ad51b3b7cd6e1fee6853657cd888 (patch) | |
tree | d3c7a12db415f117e74e486ef6f670c9161d005a /media-libs/libtiger | |
parent | media-libs/libexif: limit multilib features (drop doc) (diff) | |
download | gentoo-a5b46748b4a6ad51b3b7cd6e1fee6853657cd888.tar.gz gentoo-a5b46748b4a6ad51b3b7cd6e1fee6853657cd888.tar.bz2 gentoo-a5b46748b4a6ad51b3b7cd6e1fee6853657cd888.zip |
media-libs/libtiger: limit multilib features (drop doc)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/libtiger')
-rw-r--r-- | media-libs/libtiger/libtiger-0.3.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild index 9213baccbdea..df9ce1ce5d1d 100644 --- a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild +++ b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -40,7 +40,7 @@ multilib_src_configure() { local ECONF_SOURCE="${S}" econf \ --disable-static \ - $(use_enable doc) + $(multilib_native_use_enable doc) } multilib_src_install_all() { |