Fix unstable keyword for alpha and beta ebuilds

This commit is contained in:
inference 2023-11-04 06:02:20 +00:00
parent 937246f506
commit 388db440a8
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ SRC_URI="https://src.inferencium.net/Inferencium/firmware-aa000-0/archive/firmwa
## WORKDIR must use actual name of the tagged package directory; Portage package name limitations
## prevent actual package name from being used
S="${WORKDIR}/firmware-aa000-0"
KEYWORDS="amd64"
KEYWORDS="~amd64"
SLOT="0"
LICENSE="GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 )

View File

@ -11,7 +11,7 @@ SRC_URI="https://src.inferencium.net/Inferencium/firmware-aa000-0/archive/firmwa
## WORKDIR must use actual name of the tagged package directory; Portage package name limitations
## prevent actual package name from being used
S="${WORKDIR}/firmware-aa000-0"
KEYWORDS="amd64"
KEYWORDS="~amd64"
SLOT="0"
LICENSE="GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 )