summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-04-27 10:35:17 +0200
committerMichał Górny <mgorny@gentoo.org>2022-04-27 14:27:04 +0200
commit898ca0ed2ae346375ee48532bb6917047335c481 (patch)
tree3f25e7542ff6dbee7f0edcd31ebb532156704979 /sys-devel/clang-runtime
parentsys-libs/libomp: Modernize (diff)
downloadgentoo-898ca0ed2ae346375ee48532bb6917047335c481.tar.gz
gentoo-898ca0ed2ae346375ee48532bb6917047335c481.tar.bz2
gentoo-898ca0ed2ae346375ee48532bb6917047335c481.zip
sys-devel/clang-runtime: Modernize
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/clang-runtime')
-rw-r--r--sys-devel/clang-runtime/clang-runtime-15.0.0.9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/clang-runtime/clang-runtime-15.0.0.9999.ebuild b/sys-devel/clang-runtime/clang-runtime-15.0.0.9999.ebuild
index e02d928d2be4..e4ff9326ddcb 100644
--- a/sys-devel/clang-runtime/clang-runtime-15.0.0.9999.ebuild
+++ b/sys-devel/clang-runtime/clang-runtime-15.0.0.9999.ebuild
@@ -1,13 +1,12 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit multilib-build
DESCRIPTION="Meta-ebuild for clang runtime libraries"
HOMEPAGE="https://clang.llvm.org/"
-SRC_URI=""
LICENSE="metapackage"
SLOT="$(ver_cut 1-3)"
@@ -24,4 +23,5 @@ RDEPEND="
)
)
libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
- openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"
+ openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )
+"