diff options
author | Stephan Hartmann <sultan@gentoo.org> | 2021-03-19 19:27:21 +0100 |
---|---|---|
committer | Stephan Hartmann <sultan@gentoo.org> | 2021-03-19 19:27:50 +0100 |
commit | 164a1ad544d7603bf6dda51b2aa42de9b6181a49 (patch) | |
tree | d68da499ce6bfc2d9ada8c287cea594437bae8da /www-plugins | |
parent | dev-libs/opensc: ship config snippet for app-crypt/p11-kit (diff) | |
download | gentoo-164a1ad544d7603bf6dda51b2aa42de9b6181a49.tar.gz gentoo-164a1ad544d7603bf6dda51b2aa42de9b6181a49.tar.bz2 gentoo-164a1ad544d7603bf6dda51b2aa42de9b6181a49.zip |
www-plugins/chrome-binary-plugins: remove multiple KEYWORDS definitions
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Stephan Hartmann <sultan@gentoo.org>
Diffstat (limited to 'www-plugins')
3 files changed, 6 insertions, 9 deletions
diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-89.0.4389.90.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-89.0.4389.90.ebuild index e86752b87207..2e17df9a1303 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-89.0.4389.90.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-89.0.4389.90.ebuild @@ -13,22 +13,21 @@ 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 +KEYWORDS="-* amd64" + MY_PN="google-chrome-${SLOT}" MY_P="${MY_PN}_${MY_PV}" diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-90.0.4430.19_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-90.0.4430.19_beta.ebuild index e86752b87207..f301c0cb51d3 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-90.0.4430.19_beta.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-90.0.4430.19_beta.ebuild @@ -13,22 +13,21 @@ 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 +KEYWORDS="-* ~amd64" + MY_PN="google-chrome-${SLOT}" MY_P="${MY_PN}_${MY_PV}" diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-91.0.4442.4_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-91.0.4442.4_alpha.ebuild index e86752b87207..f301c0cb51d3 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-91.0.4442.4_alpha.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-91.0.4442.4_alpha.ebuild @@ -13,22 +13,21 @@ 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 +KEYWORDS="-* ~amd64" + MY_PN="google-chrome-${SLOT}" MY_P="${MY_PN}_${MY_PV}" |