commit: 898ca0ed2ae346375ee48532bb6917047335c481 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Apr 27 08:35:17 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Apr 27 12:27:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=898ca0ed
sys-devel/clang-runtime: Modernize Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sys-devel/clang-runtime/clang-runtime-15.0.0.9999.ebuild | 6 +++--- 1 file 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}] ) +"
