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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3C6CD1382C5 for ; Tue, 20 Apr 2021 23:57:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91AF2E081E; Tue, 20 Apr 2021 23:57:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73840E081E for ; Tue, 20 Apr 2021 23:57:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 282EA335CF5 for ; Tue, 20 Apr 2021 23:57:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFF1164D for ; Tue, 20 Apr 2021 23:57:21 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1618963017.9956bcfbe800e7651871b7566b3965d510fd1e23.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/passff-host/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-plugins/passff-host/passff-host-1.2.1-r1.ebuild X-VCS-Directories: www-plugins/passff-host/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 9956bcfbe800e7651871b7566b3965d510fd1e23 X-VCS-Branch: master Date: Tue, 20 Apr 2021 23:57:21 +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: 393e43bd-c285-4466-9689-fc20ea6910d2 X-Archives-Hash: c0533eda289fa8504c44b4ab4ad5968b commit: 9956bcfbe800e7651871b7566b3965d510fd1e23 Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Apr 20 23:56:42 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Apr 20 23:56:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9956bcfb www-plugins/passff-host: USE=firefox by default to fix QA failed REQUIRED_USE: ( chrome || chromium || firefox || vivaldi ) it's most likely to be used with firefox, so it should be default. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev gentoo.org> www-plugins/passff-host/passff-host-1.2.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-plugins/passff-host/passff-host-1.2.1-r1.ebuild b/www-plugins/passff-host/passff-host-1.2.1-r1.ebuild index a052e672cc3..df908c998ab 100644 --- a/www-plugins/passff-host/passff-host-1.2.1-r1.ebuild +++ b/www-plugins/passff-host/passff-host-1.2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2018-2020 Gentoo Authors +# Copyright 2018-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="chrome chromium firefox vivaldi" +IUSE="chrome chromium +firefox vivaldi" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} || ( chrome chromium firefox vivaldi )