mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 06:32:59 -04:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user