Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libtiger/
Date: Tue, 30 Aug 2022 19:06:29
Message-Id: 1661886374.a5b46748b4a6ad51b3b7cd6e1fee6853657cd888.sam@gentoo
1 commit: a5b46748b4a6ad51b3b7cd6e1fee6853657cd888
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 18:41:29 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 19:06:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b46748
7
8 media-libs/libtiger: limit multilib features (drop doc)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/libtiger/libtiger-0.3.4-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
16 index 9213baccbdea..df9ce1ce5d1d 100644
17 --- a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
18 +++ b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -40,7 +40,7 @@ multilib_src_configure() {
26 local ECONF_SOURCE="${S}"
27 econf \
28 --disable-static \
29 - $(use_enable doc)
30 + $(multilib_native_use_enable doc)
31 }
32
33 multilib_src_install_all() {