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 DE093158089 for ; Tue, 10 Oct 2023 07:07:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16F732BC01E; Tue, 10 Oct 2023 07:07:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 00AD32BC01E for ; Tue, 10 Oct 2023 07:07:56 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24566335C52 for ; Tue, 10 Oct 2023 07:07:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55DC0EBF for ; Tue, 10 Oct 2023 07:07:54 +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: <1696921216.7049ddbd099bfea437e6c42828659de34f0fe7bd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/hidapi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/hidapi/hidapi-0.13.1-r1.ebuild dev-libs/hidapi/hidapi-0.13.1.ebuild X-VCS-Directories: dev-libs/hidapi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7049ddbd099bfea437e6c42828659de34f0fe7bd X-VCS-Branch: master Date: Tue, 10 Oct 2023 07:07:54 +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: 49079901-3756-4db3-9922-c6beb2dabb42 X-Archives-Hash: e707dd6b9802859ba90b71d3ca0a6c46 commit: 7049ddbd099bfea437e6c42828659de34f0fe7bd Author: Jingyuan Liang chromium org> AuthorDate: Thu Apr 13 04:08:25 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 10 07:00:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7049ddbd dev-libs/hidapi: append lfs flags This change adds large file support for hidapi package Closes: https://bugs.gentoo.org/906101 Signed-off-by: Jingyuan Liang chromium.org> Closes: https://github.com/gentoo/gentoo/pull/30578 Signed-off-by: Sam James gentoo.org> dev-libs/hidapi/{hidapi-0.13.1.ebuild => hidapi-0.13.1-r1.ebuild} | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dev-libs/hidapi/hidapi-0.13.1.ebuild b/dev-libs/hidapi/hidapi-0.13.1-r1.ebuild similarity index 89% rename from dev-libs/hidapi/hidapi-0.13.1.ebuild rename to dev-libs/hidapi/hidapi-0.13.1-r1.ebuild index a3fea97f574b..d2f94dbee7e0 100644 --- a/dev-libs/hidapi/hidapi-0.13.1.ebuild +++ b/dev-libs/hidapi/hidapi-0.13.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake-multilib +inherit cmake-multilib flag-o-matic DESCRIPTION="A multi-platform library for USB and Bluetooth HID-Class devices" HOMEPAGE="https://github.com/libusb/hidapi" @@ -23,6 +23,12 @@ BDEPEND=" S="${WORKDIR}/${PN}-${P}" +multilib_src_configure() { + append-lfs-flags + + cmake_src_configure +} + multilib_src_compile() { cmake_src_compile