diff options
author | Leorize <alaviss@users.noreply.github.com> | 2018-04-14 07:29:04 +0700 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-04-20 09:03:40 +0200 |
commit | 3a32c44fce6592b9e40f1ac8b6f40d3d072dbd10 (patch) | |
tree | dfac67f19d6ec423561f1943fa718d16c7978110 | |
parent | dev-ruby/rubygems: stable 2.7.6 for ppc, bug #647922 (diff) | |
download | gentoo-3a32c44fce6592b9e40f1ac8b6f40d3d072dbd10.tar.gz gentoo-3a32c44fce6592b9e40f1ac8b6f40d3d072dbd10.tar.bz2 gentoo-3a32c44fce6592b9e40f1ac8b6f40d3d072dbd10.zip |
sys-libs/compiler-rt: bump SLOT to 6.0.1
See https://llvm.org/viewvc/llvm-project?view=revision&revision=329469
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-6.0.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-6.0.9999.ebuild b/sys-libs/compiler-rt/compiler-rt-6.0.9999.ebuild index 74f0dac70c66..9141713480d6 100644 --- a/sys-libs/compiler-rt/compiler-rt-6.0.9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-6.0.9999.ebuild @@ -20,7 +20,7 @@ EGIT_BRANCH="release_60" LICENSE="|| ( UoI-NCSA MIT )" # Note: this needs to be updated to match version of clang-9999 -SLOT="6.0.0" +SLOT="6.0.1" KEYWORDS="" IUSE="+clang test" RESTRICT="!test? ( test ) !clang? ( test )" |