commit: 9956bcfbe800e7651871b7566b3965d510fd1e23
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 20 23:56:42 2021 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> 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 <gyakovlev <AT> 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 )