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 04816158089 for ; Tue, 3 Oct 2023 09:34:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BC532BC03B; Tue, 3 Oct 2023 09:34:29 +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 EB8292BC03B for ; Tue, 3 Oct 2023 09:34: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 C65F6335CCD for ; Tue, 3 Oct 2023 09:34:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D390963 for ; Tue, 3 Oct 2023 09:34:25 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1696320169.3bcf28a54b669b91728401791a3a5ab518ec7e8e.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: www-client/yandex-browser/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-client/yandex-browser/yandex-browser-23.3.1.912_p1.ebuild X-VCS-Directories: www-client/yandex-browser/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 3bcf28a54b669b91728401791a3a5ab518ec7e8e X-VCS-Branch: master Date: Tue, 3 Oct 2023 09:34:25 +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: 89db8a27-3f16-4de5-bc2e-a7b66b8559db X-Archives-Hash: ad8fbae0caac8abd153fa54521adfd9c commit: 3bcf28a54b669b91728401791a3a5ab518ec7e8e Author: Vitaly Zdanevich ya ru> AuthorDate: Tue Oct 3 08:02:49 2023 +0000 Commit: David Roman gmail com> CommitDate: Tue Oct 3 08:02:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3bcf28a5 www-client/yandex-browser: USE X fix Signed-off-by: Vitaly Zdanevich ya.ru> www-client/yandex-browser/yandex-browser-23.3.1.912_p1.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/www-client/yandex-browser/yandex-browser-23.3.1.912_p1.ebuild b/www-client/yandex-browser/yandex-browser-23.3.1.912_p1.ebuild index 43df87b79a..0c69df7d3f 100644 --- a/www-client/yandex-browser/yandex-browser-23.3.1.912_p1.ebuild +++ b/www-client/yandex-browser/yandex-browser-23.3.1.912_p1.ebuild @@ -18,13 +18,18 @@ DESCRIPTION="The web browser from Yandex" HOMEPAGE="https://browser.yandex.ru/" LICENSE="Yandex-EULA" SLOT="0" -IUSE="+ffmpeg-codecs" + +IUSE="X wayland +ffmpeg-codecs" + +REQUIRED_USE="|| ( X wayland )" + SRC_URI=" amd64? ( https://repo.yandex.ru/yandex-browser/deb/pool/main/y/${MY_PN}/${MY_PN}_${MY_PV}_amd64.deb -> ${P}.deb ) " KEYWORDS="~amd64" RDEPEND=" + X? ( x11-base/xorg-server ) dev-libs/expat dev-libs/glib:2 dev-libs/nspr