dev-lang/yasm: Sync with Gentoo

It's from Gentoo commit da8495b42a9b6e1e144790cb2f2d6319e9b5f765.
This commit is contained in:
Flatcar Buildbot 2024-01-01 07:10:56 +00:00 committed by Krzesimir Nowak
parent 5a6243e820
commit 8ace9c38ce
2 changed files with 2 additions and 1 deletions

View File

@ -7,5 +7,6 @@
</maintainer>
<upstream>
<remote-id type="github">yasm/yasm</remote-id>
<remote-id type="cpe">cpe:/a:yasm_project:yasm</remote-id>
</upstream>
</pkgmetadata>

View File

@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]] ; then
inherit autotools git-r3
else
SRC_URI="https://www.tortall.net/projects/yasm/releases/${P}.tar.gz"
KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos ~x64-solaris"
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos ~x64-solaris"
fi
DESCRIPTION="An assembler for x86 and x86_64 instruction sets"