mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user