dev-util/google-antigravity: keyword binary package with -*

Use KEYWORDS='-*' to for binary-only package and drop the
pkg_pretend() check.

Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus
2026-06-13 19:38:03 +02:00
parent a6c63fed96
commit 83b2dc8529
2 changed files with 2 additions and 12 deletions

View File

@@ -33,7 +33,7 @@ S="${WORKDIR}"
# It's complicated...
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
KEYWORDS="-* ~amd64 ~arm64"
IUSE="kerberos verify-sig webkit"
RESTRICT="bindist mirror strip"
@@ -87,11 +87,6 @@ QA_DESKTOP_FILE="usr/share/applications/antigravity.*\\.desktop"
AG_HOME_BASE="opt/google"
AG_HOME="${AG_HOME_BASE}/antigravity"
pkg_pretend() {
# Protect against people using autounmask overzealously
use amd64 || use arm64 || die "Google Antigravity only works on amd64 or arm64"
}
pkg_setup() {
chromium_suid_sandbox_check_kernel_config
}

View File

@@ -24,7 +24,7 @@ S="${WORKDIR}"
# It's complicated...
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
KEYWORDS="-* ~amd64 ~arm64"
RESTRICT="bindist mirror strip"
RDEPEND="
@@ -70,11 +70,6 @@ QA_DESKTOP_FILE="usr/share/applications/${MY_PN}.*\\.desktop"
AGY_HOME_BASE="opt/google"
AGY_HOME="${AGY_HOME_BASE}/${MY_PN}"
pkg_pretend() {
# Protect against people using autounmask overzealously
use amd64 || use arm64 || die "Google Antigravity only works on amd64 or arm64"
}
pkg_setup() {
chromium_suid_sandbox_check_kernel_config
}