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 41C26158086 for ; Wed, 17 Nov 2021 10:56:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D7BBE0817; Wed, 17 Nov 2021 10:56:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 5FE08E0817 for ; Wed, 17 Nov 2021 10:56:22 +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 71FA2342BF3 for ; Wed, 17 Nov 2021 10:56:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E5FC163 for ; Wed, 17 Nov 2021 10:56:20 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1637146577.90a8669a6c749ce5bc82263d17d986973a289b71.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/scrcpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-mobilephone/scrcpy/scrcpy-1.20.ebuild X-VCS-Directories: app-mobilephone/scrcpy/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 90a8669a6c749ce5bc82263d17d986973a289b71 X-VCS-Branch: master Date: Wed, 17 Nov 2021 10:56:20 +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: 8db5e79d-65d9-425d-a828-433b83600a3c X-Archives-Hash: adeeb527934136ae442cb10dbfd59480 commit: 90a8669a6c749ce5bc82263d17d986973a289b71 Author: Marco Genasci gmail com> AuthorDate: Tue Nov 16 10:36:42 2021 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Wed Nov 17 10:56:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90a8669a app-mobilephone/scrcpy: add missing dep dev-libs/libusb Closes: https://bugs.gentoo.org/823910 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Marco Genasci gmail.com> Closes: https://github.com/gentoo/gentoo/pull/22969 Signed-off-by: Bernard Cafarelli gentoo.org> app-mobilephone/scrcpy/scrcpy-1.20.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-mobilephone/scrcpy/scrcpy-1.20.ebuild b/app-mobilephone/scrcpy/scrcpy-1.20.ebuild index bd9dd2f79757..d33b61297104 100644 --- a/app-mobilephone/scrcpy/scrcpy-1.20.ebuild +++ b/app-mobilephone/scrcpy/scrcpy-1.20.ebuild @@ -16,7 +16,8 @@ SLOT="0" KEYWORDS="~amd64 ~ppc64 ~x86" RDEPEND="media-libs/libsdl2[X] - media-video/ffmpeg" + media-video/ffmpeg + virtual/libusb:1" DEPEND="${RDEPEND}" BDEPEND=""