summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/Manifest.gzbin38936 -> 38950 bytes
-rw-r--r--eclass/cmake.eclass2
-rw-r--r--eclass/kernel-2.eclass2
-rw-r--r--eclass/llvm.org.eclass12
-rw-r--r--eclass/portability.eclass4
-rw-r--r--eclass/toolchain.eclass2
6 files changed, 8 insertions, 14 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz
index 4d79d766a795..84a4e399bc65 100644
--- a/eclass/Manifest.gz
+++ b/eclass/Manifest.gz
Binary files differ
diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass
index ef5e6dd678a1..f403a19b28af 100644
--- a/eclass/cmake.eclass
+++ b/eclass/cmake.eclass
@@ -139,7 +139,7 @@ fi
case ${CMAKE_MAKEFILE_GENERATOR} in
emake)
- BDEPEND="sys-devel/make"
+ BDEPEND="dev-build/make"
;;
ninja)
BDEPEND="${NINJA_DEPEND}"
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index 00b3566ab92d..a0574e076740 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -658,7 +658,7 @@ if [[ ${ETYPE} == sources ]]; then
app-alternatives/bc
app-alternatives/yacc
app-alternatives/lex
- sys-devel/make
+ dev-build/make
>=sys-libs/ncurses-5.2
virtual/libelf
virtual/pkgconfig
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
index 94b1fbbe0d0a..3473c11db3fc 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -72,18 +72,12 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then
_LLVM_SOURCE_TYPE=snapshot
case ${PV} in
+ 18.0.0_pre20240113)
+ EGIT_COMMIT=8d817f6479a5df874028a8b40fd30aecd3479005
+ ;;
18.0.0_pre20240106)
EGIT_COMMIT=a085402ef54379758e6c996dbaedfcb92ad222b5
;;
- 18.0.0_pre20231228)
- EGIT_COMMIT=a700298b3d538452915703268ca18f7f8f7537e6
- ;;
- 18.0.0_pre20231222)
- EGIT_COMMIT=17858ce6f3d24f994f6ad8c899bfa4eed39f739d
- ;;
- 18.0.0_pre20231215)
- EGIT_COMMIT=d37ced88809cb4d2df57ec80887b3f8801ca719b
- ;;
*)
die "Unknown snapshot: ${PV}"
;;
diff --git a/eclass/portability.eclass b/eclass/portability.eclass
index 98e9418343d2..78da440e22dd 100644
--- a/eclass/portability.eclass
+++ b/eclass/portability.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: portability.eclass
@@ -105,7 +105,7 @@ dlopen_lib() {
#
# This will return make (provided by system packages) for BSD userlands,
# or bsdmake for Darwin userlands and pmake for the rest of userlands,
-# both of which are provided by sys-devel/pmake package.
+# both of which are provided by dev-build/pmake package.
#
# Note: the bsdmake for Darwin userland is with compatibility with MacOSX
# default name.
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index b1f4ea9caf68..ebe427e44169 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -337,7 +337,7 @@ if tc_has_feature zstd ; then
fi
if tc_has_feature valgrind ; then
- BDEPEND+=" valgrind? ( dev-util/valgrind )"
+ BDEPEND+=" valgrind? ( dev-debug/valgrind )"
fi
# TODO: Add a pkg_setup & pkg_pretend check for whether the active compiler