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 AB1F8158094 for ; Tue, 30 Aug 2022 19:06:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EBAFE0996; Tue, 30 Aug 2022 19:06:28 +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 2971FE0996 for ; Tue, 30 Aug 2022 19:06:28 +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 6DBC1341249 for ; Tue, 30 Aug 2022 19:06:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3352C5D3 for ; Tue, 30 Aug 2022 19:06:24 +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: <1661886375.5d6c3bf857a17477bc4fde0dc3755b7403c292fe.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pcsc-lite/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/pcsc-lite/pcsc-lite-1.9.7.ebuild sys-apps/pcsc-lite/pcsc-lite-1.9.8.ebuild X-VCS-Directories: sys-apps/pcsc-lite/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5d6c3bf857a17477bc4fde0dc3755b7403c292fe X-VCS-Branch: master Date: Tue, 30 Aug 2022 19:06:24 +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: 455df4fa-0a79-4026-b891-146c3410dad6 X-Archives-Hash: 4a0e01281e87fe51cad9030c9361a49f commit: 5d6c3bf857a17477bc4fde0dc3755b7403c292fe Author: Sam James gentoo org> AuthorDate: Tue Aug 30 18:43:57 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 30 19:06:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d6c3bf8 sys-apps/pcsc-lite: limit multilib features (drop doc) Signed-off-by: Sam James gentoo.org> sys-apps/pcsc-lite/pcsc-lite-1.9.7.ebuild | 2 +- sys-apps/pcsc-lite/pcsc-lite-1.9.8.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/pcsc-lite/pcsc-lite-1.9.7.ebuild b/sys-apps/pcsc-lite/pcsc-lite-1.9.7.ebuild index f81a4eec7c4e..c23c97ef458b 100644 --- a/sys-apps/pcsc-lite/pcsc-lite-1.9.7.ebuild +++ b/sys-apps/pcsc-lite/pcsc-lite-1.9.7.ebuild @@ -54,7 +54,7 @@ multilib_src_configure() { --enable-usbdropdir="${EPREFIX}/usr/$(get_libdir)/readers/usb" \ --enable-ipcdir=/run/pcscd \ --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" \ - $(use_enable doc documentation) \ + $(multilib_native_use_enable doc documentation) \ $(multilib_native_use_enable embedded) \ $(multilib_native_use_enable systemd libsystemd) \ $(multilib_native_use_enable udev libudev) \ diff --git a/sys-apps/pcsc-lite/pcsc-lite-1.9.8.ebuild b/sys-apps/pcsc-lite/pcsc-lite-1.9.8.ebuild index d5a422386bb8..95d5695bbf69 100644 --- a/sys-apps/pcsc-lite/pcsc-lite-1.9.8.ebuild +++ b/sys-apps/pcsc-lite/pcsc-lite-1.9.8.ebuild @@ -54,7 +54,7 @@ multilib_src_configure() { --enable-usbdropdir="${EPREFIX}/usr/$(get_libdir)/readers/usb" \ --enable-ipcdir=/run/pcscd \ --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" \ - $(use_enable doc documentation) \ + $(multilib_native_use_enable doc documentation) \ $(multilib_native_use_enable embedded) \ $(multilib_native_use_enable systemd libsystemd) \ $(multilib_native_use_enable udev libudev) \