diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-04-20 16:56:42 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-04-20 16:56:57 -0700 |
commit | 9956bcfbe800e7651871b7566b3965d510fd1e23 (patch) | |
tree | e80e64f9b848dd71d8d3b033c04780601a600508 /www-plugins | |
parent | media-sound/mpg123: Stabilize 1.26.5 ppc, #784452 (diff) | |
download | gentoo-9956bcfbe800e7651871b7566b3965d510fd1e23.tar.gz gentoo-9956bcfbe800e7651871b7566b3965d510fd1e23.tar.bz2 gentoo-9956bcfbe800e7651871b7566b3965d510fd1e23.zip |
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@gentoo.org>
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/passff-host/passff-host-1.2.1-r1.ebuild | 4 |
1 files 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 a052e672cc33..df908c998abd 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 ) |