summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4240.75_beta.ebuild')
-rw-r--r--www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4240.75_beta.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4240.75_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4240.75_beta.ebuild
index 5ab3a0cae742..645ebaaf6be2 100644
--- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4240.75_beta.ebuild
+++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4240.75_beta.ebuild
@@ -13,16 +13,19 @@ case ${PV} in
SLOT="unstable"
CHROMEDIR="opt/google/chrome-${SLOT}"
MY_PV=${PV%_alpha}-1
+ KEYWORDS="-* ~amd64"
;;
*_beta*)
SLOT="beta"
CHROMEDIR="opt/google/chrome-${SLOT}"
MY_PV=${PV%_beta}-1
+ KEYWORDS="-* ~amd64"
;;
*)
SLOT="stable"
CHROMEDIR="opt/google/chrome"
MY_PV=${PV}-1
+ KEYWORDS="-* amd64"
;;
esac
@@ -30,7 +33,6 @@ MY_PN="google-chrome-${SLOT}"
MY_P="${MY_PN}_${MY_PV}"
SRC_URI="https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb"
-KEYWORDS="-* ~amd64"
LICENSE="google-chrome"
RESTRICT="bindist mirror strip"