dev-lang/yasm: Sync with Gentoo

It's from Gentoo commit bd7cb186c573e4c26d83a4fd62b06e201182c847.
This commit is contained in:
Flatcar Buildbot 2023-06-05 07:12:06 +00:00
parent 9fe307e064
commit 29876e9350

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 ~x64-macos ~x64-solaris ~x86-solaris"
KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos ~x64-solaris"
fi
DESCRIPTION="An assembler for x86 and x86_64 instruction sets"