From: "Horodniceanu Andrei" <a.horodniceanu@proton.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/user/dlang:master commit in: dev-lang/ldc2/
Date: Sat, 14 Dec 2024 17:55:49 +0000 (UTC) [thread overview]
Message-ID: <1734198346.a6c2e2dbf727d25a0ea0f6fd460592647e62f69d.a.horodniceanu@gentoo> (raw)
commit: a6c2e2dbf727d25a0ea0f6fd460592647e62f69d
Author: Daichi Yamamoto <dev <AT> dyama <DOT> net>
AuthorDate: Sat Dec 14 02:10:23 2024 +0000
Commit: Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me>
CommitDate: Sat Dec 14 17:45:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=a6c2e2db
dev-lang/ldc2: update LLVM package name
Signed-off-by: Daichi Yamamoto <dev <AT> dyama.net>
Closes: https://github.com/gentoo/dlang/pull/134
Signed-off-by: Andrei Horodniceanu <a.horodniceanu <AT> proton.me>
dev-lang/ldc2/ldc2-1.32.2-r1.ebuild | 4 ++--
dev-lang/ldc2/ldc2-1.33.0-r1.ebuild | 4 ++--
dev-lang/ldc2/ldc2-1.34.0-r1.ebuild | 6 +++---
dev-lang/ldc2/ldc2-1.35.0-r2.ebuild | 6 +++---
dev-lang/ldc2/ldc2-1.36.0-r2.ebuild | 4 ++--
dev-lang/ldc2/ldc2-1.37.0.ebuild | 2 +-
dev-lang/ldc2/ldc2-1.38.0.ebuild | 2 +-
dev-lang/ldc2/ldc2-1.39.0.ebuild | 2 +-
8 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/dev-lang/ldc2/ldc2-1.32.2-r1.ebuild b/dev-lang/ldc2/ldc2-1.32.2-r1.ebuild
index 5f31254..42a0214 100644
--- a/dev-lang/ldc2/ldc2-1.32.2-r1.ebuild
+++ b/dev-lang/ldc2/ldc2-1.32.2-r1.ebuild
@@ -21,9 +21,9 @@ IUSE="static-libs"
# Upstream supports LLVM 9.0 through 15.0.
RDEPEND="
|| (
- sys-devel/llvm:15
+ llvm-core/llvm:15
)
- <sys-devel/llvm-16:=
+ <llvm-core/llvm-16:=
>=app-eselect/eselect-dlang-20140709"
DEPEND="${RDEPEND}"
LLVM_MAX_SLOT=15
diff --git a/dev-lang/ldc2/ldc2-1.33.0-r1.ebuild b/dev-lang/ldc2/ldc2-1.33.0-r1.ebuild
index 5f31254..42a0214 100644
--- a/dev-lang/ldc2/ldc2-1.33.0-r1.ebuild
+++ b/dev-lang/ldc2/ldc2-1.33.0-r1.ebuild
@@ -21,9 +21,9 @@ IUSE="static-libs"
# Upstream supports LLVM 9.0 through 15.0.
RDEPEND="
|| (
- sys-devel/llvm:15
+ llvm-core/llvm:15
)
- <sys-devel/llvm-16:=
+ <llvm-core/llvm-16:=
>=app-eselect/eselect-dlang-20140709"
DEPEND="${RDEPEND}"
LLVM_MAX_SLOT=15
diff --git a/dev-lang/ldc2/ldc2-1.34.0-r1.ebuild b/dev-lang/ldc2/ldc2-1.34.0-r1.ebuild
index fdbd364..97a044f 100644
--- a/dev-lang/ldc2/ldc2-1.34.0-r1.ebuild
+++ b/dev-lang/ldc2/ldc2-1.34.0-r1.ebuild
@@ -21,10 +21,10 @@ IUSE="static-libs"
# Upstream supports LLVM 11.0 through 16.
RDEPEND="
|| (
- sys-devel/llvm:16
- sys-devel/llvm:15
+ llvm-core/llvm:16
+ llvm-core/llvm:15
)
- <sys-devel/llvm-17:=
+ <llvm-core/llvm-17:=
>=app-eselect/eselect-dlang-20140709"
DEPEND="${RDEPEND}"
LLVM_MAX_SLOT=16
diff --git a/dev-lang/ldc2/ldc2-1.35.0-r2.ebuild b/dev-lang/ldc2/ldc2-1.35.0-r2.ebuild
index aa6edf1..e3dcb7f 100644
--- a/dev-lang/ldc2/ldc2-1.35.0-r2.ebuild
+++ b/dev-lang/ldc2/ldc2-1.35.0-r2.ebuild
@@ -21,10 +21,10 @@ IUSE="static-libs"
# Upstream supports LLVM 11.0 through 16.0.
DEPEND="
|| (
- sys-devel/llvm:16
- sys-devel/llvm:15
+ llvm-core/llvm:16
+ llvm-core/llvm:15
)
- <sys-devel/llvm-17:="
+ <llvm-core/llvm-17:="
IDEPEND=">=app-eselect/eselect-dlang-20140709"
RDEPEND="
${DEPEND}
diff --git a/dev-lang/ldc2/ldc2-1.36.0-r2.ebuild b/dev-lang/ldc2/ldc2-1.36.0-r2.ebuild
index 6e625da..3867d8e 100644
--- a/dev-lang/ldc2/ldc2-1.36.0-r2.ebuild
+++ b/dev-lang/ldc2/ldc2-1.36.0-r2.ebuild
@@ -39,7 +39,7 @@ REQUIRED_USE=${DLANG_REQUIRED_USE}
DEPEND="
${DLANG_DEPS}
$(llvm_gen_dep '
- sys-devel/llvm:${LLVM_SLOT}=
+ llvm-core/llvm:${LLVM_SLOT}=
')
net-misc/curl[${MULTILIB_USEDEP}]
"
@@ -80,7 +80,7 @@ src_prepare(){
src_configure() {
# We disable assertions so we have to apply the same workaround as for
- # sys-devel/llvm: add -DNDEBUG to CPPFLAGS.
+ # llvm-core/llvm: add -DNDEBUG to CPPFLAGS.
local CPPFLAGS="${CPPFLAGS} -DNDEBUG"
# https://bugs.gentoo.org/show_bug.cgi?id=922590
append-flags -fno-strict-aliasing
diff --git a/dev-lang/ldc2/ldc2-1.37.0.ebuild b/dev-lang/ldc2/ldc2-1.37.0.ebuild
index b681cd4..1c1aa12 100644
--- a/dev-lang/ldc2/ldc2-1.37.0.ebuild
+++ b/dev-lang/ldc2/ldc2-1.37.0.ebuild
@@ -38,7 +38,7 @@ REQUIRED_USE=${DLANG_REQUIRED_USE}
DEPEND="
${DLANG_DEPS}
$(llvm_gen_dep '
- sys-devel/llvm:${LLVM_SLOT}=
+ llvm-core/llvm:${LLVM_SLOT}=
')
net-misc/curl[${MULTILIB_USEDEP}]
"
diff --git a/dev-lang/ldc2/ldc2-1.38.0.ebuild b/dev-lang/ldc2/ldc2-1.38.0.ebuild
index f4bbac6..a21540b 100644
--- a/dev-lang/ldc2/ldc2-1.38.0.ebuild
+++ b/dev-lang/ldc2/ldc2-1.38.0.ebuild
@@ -44,7 +44,7 @@ REQUIRED_USE=${DLANG_REQUIRED_USE}
DEPEND="
${DLANG_DEPS}
$(llvm_gen_dep '
- sys-devel/llvm:${LLVM_SLOT}=
+ llvm-core/llvm:${LLVM_SLOT}=
')
net-misc/curl[${MULTILIB_USEDEP}]
"
diff --git a/dev-lang/ldc2/ldc2-1.39.0.ebuild b/dev-lang/ldc2/ldc2-1.39.0.ebuild
index b1630ae..8b80bb5 100644
--- a/dev-lang/ldc2/ldc2-1.39.0.ebuild
+++ b/dev-lang/ldc2/ldc2-1.39.0.ebuild
@@ -44,7 +44,7 @@ REQUIRED_USE=${DLANG_REQUIRED_USE}
DEPEND="
${DLANG_DEPS}
$(llvm_gen_dep '
- sys-devel/llvm:${LLVM_SLOT}=
+ llvm-core/llvm:${LLVM_SLOT}=
')
net-misc/curl[${MULTILIB_USEDEP}]
"
next reply other threads:[~2024-12-14 17:55 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-14 17:55 Horodniceanu Andrei [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-13 9:49 [gentoo-commits] repo/user/dlang:master commit in: dev-lang/ldc2/ Horodniceanu Andrei
2024-09-13 9:49 Horodniceanu Andrei
2024-09-13 9:49 Horodniceanu Andrei
2024-09-13 9:49 Horodniceanu Andrei
2024-06-02 5:29 Horodniceanu Andrei
2024-05-30 17:28 Horodniceanu Andrei
2024-04-13 23:04 Horodniceanu Andrei
2024-03-13 21:29 Horodniceanu Andrei
2024-03-13 21:29 Horodniceanu Andrei
2024-03-13 21:29 Horodniceanu Andrei
2024-03-13 21:29 Horodniceanu Andrei
2024-03-13 21:29 Horodniceanu Andrei
2024-03-13 21:29 Horodniceanu Andrei
2024-03-13 21:29 Horodniceanu Andrei
2024-03-13 21:29 Horodniceanu Andrei
2024-01-24 20:25 Horodniceanu Andrei
2024-01-24 20:25 Horodniceanu Andrei
2024-01-14 10:38 Horodniceanu Andrei
2024-01-13 16:26 Horodniceanu Andrei
2024-01-04 14:04 Horodniceanu Andrei
2023-09-28 4:56 Marco Leise
2023-09-28 4:56 Marco Leise
2022-07-25 11:15 Marco Leise
2022-03-24 18:15 Marco Leise
2022-03-24 18:15 Marco Leise
2022-02-06 15:50 Marco Leise
2021-07-07 15:41 Marco Leise
2021-07-07 15:41 Marco Leise
2020-11-16 4:05 Marco Leise
2020-11-16 4:05 Marco Leise
2020-08-15 1:50 Marco Leise
2020-08-15 1:50 Marco Leise
2020-05-17 15:07 Marco Leise
2019-12-23 16:56 Marco Leise
2019-12-23 16:56 Marco Leise
2019-11-30 12:01 Marco Leise
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1734198346.a6c2e2dbf727d25a0ea0f6fd460592647e62f69d.a.horodniceanu@gentoo \
--to=a.horodniceanu@proton.me \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox