From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 89203158094 for ; Tue, 30 Aug 2022 19:06:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71761E0990; Tue, 30 Aug 2022 19:06:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B4E9E098A for ; Tue, 30 Aug 2022 19:06:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 174CF3412BA for ; Tue, 30 Aug 2022 19:06:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4A445C8 for ; Tue, 30 Aug 2022 19:06:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1661886373.cfbb4859e41178a986c196a64a551018b2609e24.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libexif/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libexif/libexif-0.6.24.ebuild X-VCS-Directories: media-libs/libexif/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cfbb4859e41178a986c196a64a551018b2609e24 X-VCS-Branch: master Date: Tue, 30 Aug 2022 19:06:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ff508602-1594-4770-af70-96fdddd16138 X-Archives-Hash: 5130730c3c02faecd7f5e0c5b58c4ae5 commit: cfbb4859e41178a986c196a64a551018b2609e24 Author: Sam James gentoo org> AuthorDate: Tue Aug 30 18:41:01 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 30 19:06:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfbb4859 media-libs/libexif: limit multilib features (drop doc) Signed-off-by: Sam James gentoo.org> media-libs/libexif/libexif-0.6.24.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libexif/libexif-0.6.24.ebuild b/media-libs/libexif/libexif-0.6.24.ebuild index a98c6f719d53..290ffa5d97b9 100644 --- a/media-libs/libexif/libexif-0.6.24.ebuild +++ b/media-libs/libexif/libexif-0.6.24.ebuild @@ -37,7 +37,7 @@ src_prepare() { multilib_src_configure() { ECONF_SOURCE="${S}" econf \ - $(use_enable doc docs) \ + $(multilib_native_use_enable doc docs) \ $(use_enable nls) \ --with-doc-dir="${EPREFIX}"/usr/share/doc/${PF} }