mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
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:
@@ -33,7 +33,7 @@ S="${WORKDIR}"
|
|||||||
# It's complicated...
|
# It's complicated...
|
||||||
LICENSE="all-rights-reserved"
|
LICENSE="all-rights-reserved"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~arm64"
|
KEYWORDS="-* ~amd64 ~arm64"
|
||||||
IUSE="kerberos verify-sig webkit"
|
IUSE="kerberos verify-sig webkit"
|
||||||
RESTRICT="bindist mirror strip"
|
RESTRICT="bindist mirror strip"
|
||||||
|
|
||||||
@@ -87,11 +87,6 @@ QA_DESKTOP_FILE="usr/share/applications/antigravity.*\\.desktop"
|
|||||||
AG_HOME_BASE="opt/google"
|
AG_HOME_BASE="opt/google"
|
||||||
AG_HOME="${AG_HOME_BASE}/antigravity"
|
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() {
|
pkg_setup() {
|
||||||
chromium_suid_sandbox_check_kernel_config
|
chromium_suid_sandbox_check_kernel_config
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ S="${WORKDIR}"
|
|||||||
# It's complicated...
|
# It's complicated...
|
||||||
LICENSE="all-rights-reserved"
|
LICENSE="all-rights-reserved"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~arm64"
|
KEYWORDS="-* ~amd64 ~arm64"
|
||||||
RESTRICT="bindist mirror strip"
|
RESTRICT="bindist mirror strip"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
@@ -70,11 +70,6 @@ QA_DESKTOP_FILE="usr/share/applications/${MY_PN}.*\\.desktop"
|
|||||||
AGY_HOME_BASE="opt/google"
|
AGY_HOME_BASE="opt/google"
|
||||||
AGY_HOME="${AGY_HOME_BASE}/${MY_PN}"
|
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() {
|
pkg_setup() {
|
||||||
chromium_suid_sandbox_check_kernel_config
|
chromium_suid_sandbox_check_kernel_config
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user