dev-lang/swift-bootstrap - 1.1 (guru)

Search

Install

Install this version:

emerge -a =dev-lang/swift-bootstrap-1.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-lang/swift-bootstrap-1.1

Or alternatively:

emerge --autounmask-write -a =dev-lang/swift-bootstrap-1.1

Package Information

Description:
A virtual package providing a base Swift to bootstrap future versions with.
Homepage:
https://www.swift.org
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.1 8 ~amd64 5/10
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="A virtual package providing a base Swift to bootstrap future versions with."
HOMEPAGE="https://www.swift.org"

S="${WORKDIR}"

LICENSE="GPL-2"
SLOT="5/10"
KEYWORDS="~amd64"

IUSE="+binary"

# `dev-lang/swift` BDEPENDS on either this package or `dev-lang/swift` itself. When any version of `dev-lang/swift` is
# installed, it will be preferred over this package; when no version of `dev-lang/swift` is installed, `emerge` will
# fall back to installing this.
#
# Because `dev-lang/swift` is versioned by SLOT, any updates to newer versions of Swift will record the current version
# in the @world set, leaving them around; this allows `swift-bootstrap` to eventually get cleaned up.
RDEPEND="
	binary? ( dev-lang/swift-bin:5/10 )
	!binary? ( dev-lang/swift:5/10 )
"

USE Flags

Manage flags for this package: euse -i <flag> -p dev-lang/swift-bootstrap | euse -E <flag> -p dev-lang/swift-bootstrap | euse -D <flag> -p dev-lang/swift-bootstrap

Global/Standard Flags

binary
Default: Enabled (+)

Dependencies

RDEPEND

	binary? ( dev-lang/swift-bin:5/10 )
	!binary? ( dev-lang/swift:5/10 )