diff options
author | Harald Judt <h.judt@gmx.at> | 2022-10-11 23:00:42 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-13 00:23:10 +0100 |
commit | f0aae82ef3a3ad5ae5151ba00e10f22edbca4440 (patch) | |
tree | 43f98f27c453ea7ac129c8dbfe7ec22529a497f2 /dev-lisp | |
parent | net-libs/pjproject: Add 2.12.1-r2 (diff) | |
download | gentoo-f0aae82ef3a3ad5ae5151ba00e10f22edbca4440.tar.gz gentoo-f0aae82ef3a3ad5ae5151ba00e10f22edbca4440.tar.bz2 gentoo-f0aae82ef3a3ad5ae5151ba00e10f22edbca4440.zip |
dev-lisp/c2ffi: Set LLVM_MAX_SLOT (bug #869146)
Bug: https://bugs.gentoo.org/869146
Signed-off-by: Harald Judt <h.judt@gmx.at>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/c2ffi/c2ffi-14.0.0.20220729.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-lisp/c2ffi/c2ffi-14.0.0.20220729.ebuild b/dev-lisp/c2ffi/c2ffi-14.0.0.20220729.ebuild index c9b4b403c339..445a9b2cf0b0 100644 --- a/dev-lisp/c2ffi/c2ffi-14.0.0.20220729.ebuild +++ b/dev-lisp/c2ffi/c2ffi-14.0.0.20220729.ebuild @@ -16,6 +16,8 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64" +LLVM_MAX_SLOT=14 + DEPEND="sys-devel/clang:14 sys-devel/llvm:14" RDEPEND="${DEPEND}" |