sys-devel/qbe: Keyword ~amd64 ~arm64 ~riscv

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier 2022-06-23 20:41:17 +02:00
parent d06d5f16fa
commit 76f5284442
No known key found for this signature in database
GPG Key ID: D5B7A8E43C997DEE
2 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,8 @@ if [[ "${PV}" == "9999" ]]; then
EGIT_REPO_URI="git://c9x.me/qbe.git"
else
SRC_URI="https://c9x.me/compile/release/${P}.tar.xz"
# 64-bit RISC-V only
KEYWORDS="~amd64 ~arm64 ~riscv"
fi
DESCRIPTION="Pure-C embeddable compiler backend"

View File

@ -8,6 +8,8 @@ if [[ "${PV}" == "9999" ]]; then
EGIT_REPO_URI="git://c9x.me/qbe.git"
else
SRC_URI="https://c9x.me/compile/release/${P}.tar.xz"
# 64-bit RISC-V only
KEYWORDS="~amd64 ~arm64 ~riscv"
fi
DESCRIPTION="Pure-C embeddable compiler backend"