dev-util/google-antigravity-ide: 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:41:43 +02:00
parent 83b2dc8529
commit f6baa5e444

View File

@@ -24,7 +24,7 @@ S="${WORKDIR}"
# It's complicated...
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
KEYWORDS="-* ~amd64 ~arm64"
IUSE="kerberos webkit"
RESTRICT="bindist mirror strip"
@@ -76,11 +76,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 IDE only works on amd64 or arm64"
}
pkg_setup() {
chromium_suid_sandbox_check_kernel_config
}