diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-01-14 17:48:39 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-14 18:25:22 +0100 |
commit | 2441adb414ab2b6f807525ddc3bb93e92c428723 (patch) | |
tree | 436dc60c5b16a60ef0b7acf1d28268e8f8dcb146 /sys-devel/clang | |
parent | dev-python/lxml: Remove old (diff) | |
download | gentoo-2441adb414ab2b6f807525ddc3bb93e92c428723.tar.gz gentoo-2441adb414ab2b6f807525ddc3bb93e92c428723.tar.bz2 gentoo-2441adb414ab2b6f807525ddc3bb93e92c428723.zip |
sys-devel/clang: Bump the subslot on 15.0.7
Closes: https://bugs.gentoo.org/890818
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/clang')
-rw-r--r-- | sys-devel/clang/clang-15.0.7-r1.ebuild (renamed from sys-devel/clang/clang-15.0.7.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang/clang-15.0.7.ebuild b/sys-devel/clang/clang-15.0.7-r1.ebuild index b762826958d8..66ccf3abc32c 100644 --- a/sys-devel/clang/clang-15.0.7.ebuild +++ b/sys-devel/clang/clang-15.0.7-r1.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://llvm.org/" # sorttable.js: MIT LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT" -SLOT="${LLVM_MAJOR}/${LLVM_SOABI}" +SLOT="${LLVM_MAJOR}/${LLVM_SOABI}g1" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x64-macos" IUSE="debug doc +extra ieee-long-double +pie +static-analyzer test xml" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |