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: Wed, 24 Nov 2021 07:45:36 +0000 (UTC)	[thread overview]
Message-ID: <1637739924.f2a7862b553990e109332722c9451974725c30de.tupone@gentoo> (raw)

commit:     f2a7862b553990e109332722c9451974725c30de
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 24 07:44:56 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Nov 24 07:45:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a7862b

dev-ada/e3-core: add dep & fix LDFLAGS

Closes: https://bugs.gentoo.org/827006
Closes: https://bugs.gentoo.org/827026
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ada/e3-core/e3-core-22.1.0.ebuild | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/dev-ada/e3-core/e3-core-22.1.0.ebuild b/dev-ada/e3-core/e3-core-22.1.0.ebuild
index cb872478e007..a5c6291d6ee6 100644
--- a/dev-ada/e3-core/e3-core-22.1.0.ebuild
+++ b/dev-ada/e3-core/e3-core-22.1.0.ebuild
@@ -13,7 +13,8 @@ SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
+RESTRICT="!test? ( test )"
 
 RDEPEND="dev-python/colorama
 	dev-python/stevedore
@@ -23,8 +24,11 @@ DEPEND="${RDEPEND}
 		dev-python/requests-toolbelt
 		dev-python/httpretty
 		dev-vcs/subversion
+		dev-python/tqdm
+		dev-python/tomlkit
 	)"
 BDEPEND=""
+REQUIRED_USE="x86? ( !test )"
 
 PATCHES=(
 	"${FILESDIR}"/${P}-distro.patch
@@ -38,14 +42,8 @@ src_prepare() {
 }
 
 src_compile() {
-	local PLATFORM
-	if use amd64; then
-		PLATFORM=x86_64-linux
-	else
-		PLATFORM=x86-linux
-	fi
-
+	local PLATFORM=x86_64-linux
 	rm src/e3/os/data/rlimit* || die
-	$(tc-getCC) ${CFLAGS} -o src/e3/os/data/rlimit-${PLATFORM} tools/rlimit/rlimit.c
+	$(tc-getCC) ${CFLAGS} -o src/e3/os/data/rlimit-${PLATFORM} tools/rlimit/rlimit.c ${LDFLAGS}
 	distutils-r1_src_compile
 }


             reply	other threads:[~2021-11-24  7:45 UTC|newest]

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