dev-lang/swift: add explicit SLOT

Signed-off-by: Itai Ferber <itai@itaiferber.net>
This commit is contained in:
Itai Ferber
2024-10-12 13:40:43 -04:00
parent 95e178f331
commit 730418e323
2 changed files with 12 additions and 1 deletions

View File

@@ -8,4 +8,15 @@
<upstream>
<remote-id type="github">swiftlang/swift</remote-id>
</upstream>
<slots>
<slot name="0">
The original slot for swift-5.10.1; should no longer be used.
</slot>
<slot name="5">
The Swift 5 language, compiler, and tooling.
</slot>
<subslots>
Minor Swift versions.
</subslots>
</slots>
</pkgmetadata>

View File

@@ -56,7 +56,7 @@ PATCHES=(
S="${WORKDIR}"
LICENSE="Apache-2.0"
SLOT="0"
SLOT="5/10"
KEYWORDS="~amd64"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"