diff options
author | Violet Purcell <vimproved@inventati.org> | 2023-04-27 10:10:52 -0400 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-04-28 01:00:36 +0200 |
commit | 901f565f0dc6d071000db23ae35179655f099f64 (patch) | |
tree | da1bd5cfd9e9ffe9cfc63b7c3956c082cc892080 /dev-lang/crystal | |
parent | dev-scheme/chez: remove files produced by tests (diff) | |
download | gentoo-901f565f0dc6d071000db23ae35179655f099f64.tar.gz gentoo-901f565f0dc6d071000db23ae35179655f099f64.tar.bz2 gentoo-901f565f0dc6d071000db23ae35179655f099f64.zip |
dev-lang/crystal: bump LLVM_MAX_SLOT to 15
Closes: https://bugs.gentoo.org/905160
Signed-off-by: Violet Purcell <vimproved@inventati.org>
Closes: https://github.com/gentoo/gentoo/pull/30777
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-lang/crystal')
-rw-r--r-- | dev-lang/crystal/crystal-1.8.0-r1.ebuild (renamed from dev-lang/crystal/crystal-1.8.0.ebuild) | 2 | ||||
-rw-r--r-- | dev-lang/crystal/crystal-1.8.1-r1.ebuild (renamed from dev-lang/crystal/crystal-1.8.1.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/crystal/crystal-1.8.0.ebuild b/dev-lang/crystal/crystal-1.8.0-r1.ebuild index 9c03c216028f..25200cbd691a 100644 --- a/dev-lang/crystal/crystal-1.8.0.ebuild +++ b/dev-lang/crystal/crystal-1.8.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 BV=${PV}-1 BV_AMD64=${BV}-linux-x86_64 -LLVM_MAX_SLOT=14 +LLVM_MAX_SLOT=15 inherit bash-completion-r1 llvm multiprocessing toolchain-funcs diff --git a/dev-lang/crystal/crystal-1.8.1.ebuild b/dev-lang/crystal/crystal-1.8.1-r1.ebuild index 9c03c216028f..25200cbd691a 100644 --- a/dev-lang/crystal/crystal-1.8.1.ebuild +++ b/dev-lang/crystal/crystal-1.8.1-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 BV=${PV}-1 BV_AMD64=${BV}-linux-x86_64 -LLVM_MAX_SLOT=14 +LLVM_MAX_SLOT=15 inherit bash-completion-r1 llvm multiprocessing toolchain-funcs |