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 09E8815810F for ; Thu, 8 Jun 2023 10:52:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E6FCE08D0; Thu, 8 Jun 2023 10:52:51 +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 35BA7E08D0 for ; Thu, 8 Jun 2023 10:52:51 +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 74CBA33BEF5 for ; Thu, 8 Jun 2023 10:52:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12E7BA53 for ; Thu, 8 Jun 2023 10:52:49 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1686221558.33ecd38acf9be73672589bc04b9791c82e44941d.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/droidcam/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/droidcam/droidcam-2.0.0-r2.ebuild media-video/droidcam/droidcam-2.0.0-r3.ebuild X-VCS-Directories: media-video/droidcam/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 33ecd38acf9be73672589bc04b9791c82e44941d X-VCS-Branch: master Date: Thu, 8 Jun 2023 10:52:49 +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: 2338a11d-e274-474d-9b9a-4bad95ae8a93 X-Archives-Hash: a5115d907f4908d4fe271cd903bb9bc0 commit: 33ecd38acf9be73672589bc04b9791c82e44941d Author: Andrew Ammerlaan gentoo org> AuthorDate: Thu Jun 8 10:51:55 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Jun 8 10:52:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ecd38a media-video/droidcam: re-add KERNEL_DIR export Closes: https://bugs.gentoo.org/908059 Signed-off-by: Andrew Ammerlaan gentoo.org> .../droidcam/{droidcam-2.0.0-r2.ebuild => droidcam-2.0.0-r3.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/media-video/droidcam/droidcam-2.0.0-r2.ebuild b/media-video/droidcam/droidcam-2.0.0-r3.ebuild similarity index 99% rename from media-video/droidcam/droidcam-2.0.0-r2.ebuild rename to media-video/droidcam/droidcam-2.0.0-r3.ebuild index a3e84e4e5a70..a5924d0a08de 100644 --- a/media-video/droidcam/droidcam-2.0.0-r2.ebuild +++ b/media-video/droidcam/droidcam-2.0.0-r3.ebuild @@ -75,6 +75,7 @@ src_compile() { local modlist=( v4l2loopback-dc=video:v4l2loopback:v4l2loopback:all ) + export KERNEL_DIR || die linux-mod-r1_src_compile }