commit: 2ffdfebf8fa581e0b706f2037295a412fa7dacd5
Author: Itai Ferber <itai <AT> itaiferber <DOT> net>
AuthorDate: Sat Dec 13 17:50:19 2025 +0000
Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Sat Dec 13 17:51:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2ffdfebf
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 <AT> itaiferber.net>
dev-lang/swift-bin/swift-bin-5.10.1-r5.ebuild | 2 +-
dev-lang/swift-bin/swift-bin-6.2.3.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lang/swift-bin/swift-bin-5.10.1-r5.ebuild
b/dev-lang/swift-bin/swift-bin-5.10.1-r5.ebuild
index 145ebd23c0..a66a9403f2 100644
--- a/dev-lang/swift-bin/swift-bin-5.10.1-r5.ebuild
+++ b/dev-lang/swift-bin/swift-bin-5.10.1-r5.ebuild
@@ -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"
diff --git a/dev-lang/swift-bin/swift-bin-6.2.3.ebuild
b/dev-lang/swift-bin/swift-bin-6.2.3.ebuild
index 8530fe0f42..cc95984355 100644
--- a/dev-lang/swift-bin/swift-bin-6.2.3.ebuild
+++ b/dev-lang/swift-bin/swift-bin-6.2.3.ebuild
@@ -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"