public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/e3-core/
Date: Mon, 06 Jan 2025 20:51:47 +0000 (UTC)	[thread overview]
Message-ID: <1736196686.95913f05ac8a6b0f0234cdf9202d00438f0b651e.tupone@gentoo> (raw)

commit:     95913f05ac8a6b0f0234cdf9202d00438f0b651e
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  6 20:50:00 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Jan  6 20:51:26 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95913f05

dev-ada/e3-core: fix rlimit path

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 .../{e3-core-22.6.0-r1.ebuild => e3-core-22.6.0-r2.ebuild}   | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/dev-ada/e3-core/e3-core-22.6.0-r1.ebuild b/dev-ada/e3-core/e3-core-22.6.0-r2.ebuild
similarity index 88%
rename from dev-ada/e3-core/e3-core-22.6.0-r1.ebuild
rename to dev-ada/e3-core/e3-core-22.6.0-r2.ebuild
index 32670e618cef..bb258b7f4c04 100644
--- a/dev-ada/e3-core/e3-core-22.6.0-r1.ebuild
+++ b/dev-ada/e3-core/e3-core-22.6.0-r2.ebuild
@@ -47,7 +47,17 @@ python_compile() {
 }
 
 src_compile() {
-	local PLATFORM=x86_64-linux
+	local PLATFORM
+	if use amd64; then
+		PLATFORM=x86_64
+	elif use x86; then
+		PLATFORM=x86
+	elif use arm64; then
+		PLATFORM=aarch64
+	else
+		die "Not a recognized platform"
+	fi
+	PLATFORM+="-linux"
 	rm src/e3/os/data/rlimit* || die
 	$(tc-getCC) ${CFLAGS} -o src/e3/os/data/rlimit-${PLATFORM} \
 		tools/rlimit/rlimit.c ${LDFLAGS}


             reply	other threads:[~2025-01-06 20:51 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-06 20:51 Alfredo Tupone [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-29 20:24 [gentoo-commits] repo/gentoo:master commit in: dev-ada/e3-core/ Alfredo Tupone
2025-03-29 19:31 Alfredo Tupone
2025-03-10  0:39 Sam James
2025-03-10  0:28 Sam James
2025-01-27 17:20 Alfredo Tupone
2025-01-06 20:51 Alfredo Tupone
2025-01-06 20:04 Alfredo Tupone
2025-01-06 10:55 Alfredo Tupone
2025-01-06 10:32 Alfredo Tupone
2024-05-28 17:01 Sam James
2024-05-28 13:19 Sam James
2024-03-13 13:27 Alfredo Tupone
2023-02-22 18:12 Alfredo Tupone
2023-02-03 19:12 Alfredo Tupone
2023-01-10 14:31 Michał Górny
2022-12-05 20:58 Alfredo Tupone
2022-10-11 12:39 Alfredo Tupone
2022-09-07  7:51 Michał Górny
2022-02-03 13:51 Alfredo Tupone
2022-02-03 13:45 Alfredo Tupone
2021-11-28 13:56 Alfredo Tupone
2021-11-28 13:51 Alfredo Tupone
2021-11-27 23:05 Alfredo Tupone
2021-11-26 17:59 Alfredo Tupone
2021-11-24 20:54 Alfredo Tupone
2021-11-24 13:42 Alfredo Tupone
2021-11-24  7:45 Alfredo Tupone

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=1736196686.95913f05ac8a6b0f0234cdf9202d00438f0b651e.tupone@gentoo \
    --to=tupone@gentoo.org \
    --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