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 1A52F15ACFB for ; Sun, 16 Apr 2023 07:09:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59EE0E077D; Sun, 16 Apr 2023 07:09:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 410C0E077D for ; Sun, 16 Apr 2023 07:09:07 +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 7ACCE340DF1 for ; Sun, 16 Apr 2023 07:09:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C23BC8DF for ; Sun, 16 Apr 2023 07:09:04 +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: <1681628936.3261b1ff2bfdcbe9991ff34bb6d2c556bac1c2ed.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-r1.ebuild media-video/droidcam/droidcam-2.0.0.ebuild X-VCS-Directories: media-video/droidcam/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 3261b1ff2bfdcbe9991ff34bb6d2c556bac1c2ed X-VCS-Branch: master Date: Sun, 16 Apr 2023 07:09:04 +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: a239a23e-0843-4f0b-8f3e-beea9ecfa806 X-Archives-Hash: c25b21ad9fb7351cfba3686580790d3a commit: 3261b1ff2bfdcbe9991ff34bb6d2c556bac1c2ed Author: Andrew Ammerlaan gentoo org> AuthorDate: Sun Apr 16 07:07:38 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun Apr 16 07:08:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3261b1ff media-video/droidcam: instruct make to use ayatana-appindicator Upstream makefile has changed and we now need to explicitly tell it which appindicator library to use Closes: https://bugs.gentoo.org/904383 Signed-off-by: Andrew Ammerlaan gentoo.org> .../droidcam/{droidcam-2.0.0.ebuild => droidcam-2.0.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/droidcam/droidcam-2.0.0.ebuild b/media-video/droidcam/droidcam-2.0.0-r1.ebuild similarity index 96% rename from media-video/droidcam/droidcam-2.0.0.ebuild rename to media-video/droidcam/droidcam-2.0.0-r1.ebuild index 74b79660afd3..17c5115355ca 100644 --- a/media-video/droidcam/droidcam-2.0.0.ebuild +++ b/media-video/droidcam/droidcam-2.0.0-r1.ebuild @@ -72,9 +72,9 @@ src_configure() { src_compile() { if use gtk; then - emake droidcam + APPINDICATOR=ayatana-appindicator3-0.1 emake droidcam fi - emake droidcam-cli + APPINDICATOR=ayatana-appindicator3-0.1 emake droidcam-cli if linux_chkconfig_present CC_IS_CLANG; then BUILD_PARAMS+=' CC=${CHOST}-clang'