commit: b71ab9b25a862305039acc1a4996615f2bf266e0 Author: Michal Rostecki <vadorovsky <AT> protonmail <DOT> com> AuthorDate: Thu Nov 27 14:44:54 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Nov 28 03:19:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b71ab9b2
llvm-runtimes/clang-runtime: Change the license to `public-domain` Given that the latest revision of the ebuilds contains the content of configuration files, it's not really a metapackage anymore. Signed-off-by: Michal Rostecki <vadorovsky <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44795 Closes: https://github.com/gentoo/gentoo/pull/44795 Signed-off-by: Sam James <sam <AT> gentoo.org> llvm-runtimes/clang-runtime/clang-runtime-16.0.6-r1.ebuild | 2 +- llvm-runtimes/clang-runtime/clang-runtime-17.0.6-r1.ebuild | 2 +- llvm-runtimes/clang-runtime/clang-runtime-18.1.8-r1.ebuild | 2 +- llvm-runtimes/clang-runtime/clang-runtime-19.1.7-r1.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/llvm-runtimes/clang-runtime/clang-runtime-16.0.6-r1.ebuild b/llvm-runtimes/clang-runtime/clang-runtime-16.0.6-r1.ebuild index b77fb77f0c90..f95bb488c234 100644 --- a/llvm-runtimes/clang-runtime/clang-runtime-16.0.6-r1.ebuild +++ b/llvm-runtimes/clang-runtime/clang-runtime-16.0.6-r1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Meta-ebuild for clang runtime libraries" HOMEPAGE="https://clang.llvm.org/" S=${WORKDIR} -LICENSE="metapackage" +LICENSE="public-domain" SLOT="${PV%%.*}" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos" IUSE="+compiler-rt libcxx openmp +sanitize" diff --git a/llvm-runtimes/clang-runtime/clang-runtime-17.0.6-r1.ebuild b/llvm-runtimes/clang-runtime/clang-runtime-17.0.6-r1.ebuild index b77fb77f0c90..f95bb488c234 100644 --- a/llvm-runtimes/clang-runtime/clang-runtime-17.0.6-r1.ebuild +++ b/llvm-runtimes/clang-runtime/clang-runtime-17.0.6-r1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Meta-ebuild for clang runtime libraries" HOMEPAGE="https://clang.llvm.org/" S=${WORKDIR} -LICENSE="metapackage" +LICENSE="public-domain" SLOT="${PV%%.*}" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos" IUSE="+compiler-rt libcxx openmp +sanitize" diff --git a/llvm-runtimes/clang-runtime/clang-runtime-18.1.8-r1.ebuild b/llvm-runtimes/clang-runtime/clang-runtime-18.1.8-r1.ebuild index c728a182ebd3..51ec058e6cd6 100644 --- a/llvm-runtimes/clang-runtime/clang-runtime-18.1.8-r1.ebuild +++ b/llvm-runtimes/clang-runtime/clang-runtime-18.1.8-r1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Meta-ebuild for clang runtime libraries" HOMEPAGE="https://clang.llvm.org/" S=${WORKDIR} -LICENSE="metapackage" +LICENSE="public-domain" SLOT="${PV%%.*}" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos" IUSE="+compiler-rt libcxx openmp +sanitize" diff --git a/llvm-runtimes/clang-runtime/clang-runtime-19.1.7-r1.ebuild b/llvm-runtimes/clang-runtime/clang-runtime-19.1.7-r1.ebuild index cdb468c2d0dd..897bd847aa1d 100644 --- a/llvm-runtimes/clang-runtime/clang-runtime-19.1.7-r1.ebuild +++ b/llvm-runtimes/clang-runtime/clang-runtime-19.1.7-r1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Meta-ebuild for clang runtime libraries" HOMEPAGE="https://clang.llvm.org/" S=${WORKDIR} -LICENSE="metapackage" +LICENSE="public-domain" SLOT="${PV%%.*}" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos" IUSE="+compiler-rt libcxx offload openmp +sanitize"
