diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-05-17 19:45:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-05-17 19:49:14 +0200 |
commit | da59882d2f2c6e8ef29c696779b473fa8bb3f252 (patch) | |
tree | 2277c57c0a863b8400d1bb84e1f71f180be16450 /sys-libs/compiler-rt | |
parent | net-libs/cvm: drop to maintainer-needed (diff) | |
download | gentoo-da59882d2f2c6e8ef29c696779b473fa8bb3f252.tar.gz gentoo-da59882d2f2c6e8ef29c696779b473fa8bb3f252.tar.bz2 gentoo-da59882d2f2c6e8ef29c696779b473fa8bb3f252.zip |
sys-libs/compiler-rt: 8.0.9999 is now 8.0.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/compiler-rt')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-8.0.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-8.0.9999.ebuild b/sys-libs/compiler-rt/compiler-rt-8.0.9999.ebuild index 6e1eec0d94f6..57144207baed 100644 --- a/sys-libs/compiler-rt/compiler-rt-8.0.9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-8.0.9999.ebuild @@ -20,7 +20,7 @@ EGIT_BRANCH="release_80" LICENSE="|| ( UoI-NCSA MIT )" # Note: this needs to be updated to match version of clang-9999 -SLOT="8.0.0" +SLOT="8.0.1" KEYWORDS="" IUSE="+clang test" RESTRICT="!test? ( test ) !clang? ( test )" |