dev-libs/rustlib: Add a versioned subslot

This commit is contained in:
David Michael 2018-04-24 13:44:45 -04:00
parent b798d7cb62
commit 5eaf4f7d2b

View File

@ -1,4 +1,4 @@
# Copyright 2017 CoreOS, Inc.
# Copyright 2017-2018 CoreOS, Inc.
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@ -14,7 +14,7 @@ S="${WORKDIR}/rustc-${PV}-src"
RDEPEND="!dev-lang/rust"
SLOT="0"
SLOT="0/${PVR}"
KEYWORDS="amd64 arm64"
src_configure() {