diff options
author | 2022-02-09 11:09:55 +0500 | |
---|---|---|
committer | 2022-02-09 18:12:05 +0500 | |
commit | 9dffdc49ce474d697b34641c3c4c07b945c51976 (patch) | |
tree | 976b5ee166aded605b366177d4812e662bb57d1f /www-client | |
parent | media-libs/alsa-ucm-pinephone: update EAPI 7 -> 8 (diff) | |
download | guru-9dffdc49ce474d697b34641c3c4c07b945c51976.tar.gz guru-9dffdc49ce474d697b34641c3c4c07b945c51976.tar.bz2 guru-9dffdc49ce474d697b34641c3c4c07b945c51976.zip |
www-client/browsh: update EAPI 7 -> 8
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/browsh/browsh-1.6.4_p1.ebuild | 6 |
1 files 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() { |