From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/iroffer-dinoex/
Date: Thu, 13 Feb 2025 08:06:42 +0000 (UTC) [thread overview]
Message-ID: <1739433977.910e9cf3909430b7e21b3f0484d3adf5d58981e5.sam@gentoo> (raw)
commit: 910e9cf3909430b7e21b3f0484d3adf5d58981e5
Author: NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com>
AuthorDate: Thu Feb 13 07:48:52 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 13 08:06:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=910e9cf3
net-irc/iroffer-dinoex: update EAPI 7 -> 8, fix build on musl
USE=debug enables profiling, it passes `-pr` flag to linker.
Musl doesn't support this flag, and package tries to link against
missing glibc library.
Closes: https://bugs.gentoo.org/897864
Signed-off-by: NHOrus <jy6x2b32pie9 <AT> yahoo.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild b/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild
index 2c9940d22b0b..8a901ee156d1 100644
--- a/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild
+++ b/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
PLOCALES="de en fr it"
PLOCALE_BACKUP="en"
@@ -56,7 +56,7 @@ src_configure() {
do_configure \
PREFIX="${EPREFIX}/usr" \
CC="$(tc-getCC)" \
- $(usex debug '-profiling' '' '' '')\
+ $(!use elibc_musl && usex debug '-profiling' '' '' '')\
$(usex debug '-debug' '' '' '')\
$(usex geoip '-geoip' '' '' '')\
$(usex chroot '' '-no-chroot' '' '')\
next reply other threads:[~2025-02-13 8:06 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-13 8:06 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-13 8:07 [gentoo-commits] repo/gentoo:master commit in: net-irc/iroffer-dinoex/ Sam James
2025-02-13 8:06 Sam James
2023-02-14 11:19 Sergey Popov
2022-01-04 9:15 David Seifert
2021-07-15 21:39 Sam James
2021-07-15 21:33 Sam James
2021-07-04 14:03 Ulrich Müller
2021-06-30 18:40 Sam James
2021-05-19 13:43 Sergey Popov
2021-02-27 19:33 Sam James
2020-05-24 9:31 Mikle Kolyada
2019-03-28 6:36 Mikle Kolyada
2019-03-02 7:31 Mikle Kolyada
2019-01-25 8:59 Mikle Kolyada
2019-01-25 8:59 Mikle Kolyada
2018-01-25 17:37 Mikle Kolyada
2018-01-25 17:35 Mikle Kolyada
2017-12-03 18:34 Mikle Kolyada
2017-12-03 12:00 Mikle Kolyada
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=1739433977.910e9cf3909430b7e21b3f0484d3adf5d58981e5.sam@gentoo \
--to=sam@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