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 10DE615808B for ; Wed, 9 Feb 2022 13:12:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15198E08F7; Wed, 9 Feb 2022 13:12:47 +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 F35A0E08F7 for ; Wed, 9 Feb 2022 13:12:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 27149342FF2 for ; Wed, 9 Feb 2022 13:12:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DC512D3 for ; Wed, 9 Feb 2022 13:12:43 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1644412325.9dffdc49ce474d697b34641c3c4c07b945c51976.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-client/browsh/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-client/browsh/browsh-1.6.4_p1.ebuild X-VCS-Directories: www-client/browsh/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 9dffdc49ce474d697b34641c3c4c07b945c51976 X-VCS-Branch: dev Date: Wed, 9 Feb 2022 13:12:43 +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: d4c549d5-3a7d-455e-9226-5959b01ba3a6 X-Archives-Hash: 16532ea9865e85d0e415e0d95840fd33 commit: 9dffdc49ce474d697b34641c3c4c07b945c51976 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Feb 9 06:09:55 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Wed Feb 9 13:12:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9dffdc49 www-client/browsh: update EAPI 7 -> 8 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> www-client/browsh/browsh-1.6.4_p1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www-client/browsh/browsh-1.6.4_p1.ebuild b/www-client/browsh/browsh-1.6.4_p1.ebuild index 9bbdc25f9..a2ea4eb99 100644 --- a/www-client/browsh/browsh-1.6.4_p1.ebuild +++ b/www-client/browsh/browsh-1.6.4_p1.ebuild @@ -1,7 +1,7 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit go-module @@ -214,7 +214,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm64" BDEPEND="dev-go/go-bindata" -DEPEND="|| ( www-client/firefox www-client/firefox-bin )" +DEPEND="|| ( www-client/firefox:* www-client/firefox-bin:* )" RDEPEND="${DEPEND}" src_unpack() {