dev-lang/swift-bin: correct KEYWORDS

`swift-bin` is currently only built for amd64 and doesn't work on other
architectures; the KEYWORDS need to reflect this.

Signed-off-by: Itai Ferber <itai@itaiferber.net>
This commit is contained in:
Itai Ferber
2025-12-13 12:50:19 -05:00
parent 2aaa99cfa5
commit 2ffdfebf8f
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ S="${WORKDIR}"
LICENSE="Apache-2.0 GPL-2"
SLOT="5/10"
KEYWORDS="~amd64"
KEYWORDS="-* ~amd64"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RESTRICT="strip"

View File

@@ -15,7 +15,7 @@ S="${WORKDIR}"
LICENSE="Apache-2.0 GPL-2"
SLOT="6/2"
KEYWORDS="~amd64"
KEYWORDS="-* ~amd64"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RESTRICT="strip"