public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Yixun Lan" <dlan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/qhexedit2/
Date: Fri, 28 Mar 2025 08:50:56 +0000 (UTC)	[thread overview]
Message-ID: <1743151737.37be7e43056738c9ccfd6eb27f17f83b7eb9b558.dlan@gentoo> (raw)

commit:     37be7e43056738c9ccfd6eb27f17f83b7eb9b558
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Fri Mar 28 06:05:54 2025 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Mar 28 08:48:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37be7e43

app-editors/qhexedit2: backport fix 952787

Bug: https://bugs.gentoo.org/952787
Closes: https://github.com/gentoo/gentoo/pull/41336
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 ...0210525-r3.ebuild => qhexedit2-0.8.9_p20210525-r4.ebuild} | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r3.ebuild b/app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r4.ebuild
similarity index 86%
rename from app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r3.ebuild
rename to app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r4.ebuild
index facd3ab0add9..c74e154f49b5 100644
--- a/app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r3.ebuild
+++ b/app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 inherit python-r1 qmake-utils
 
 EGIT_COMMIT="541139125be034b90b6811a84faa1413e357fd94"
@@ -69,7 +69,13 @@ src_compile() {
 		export PATH="$(qt5_get_bindir):${PATH}"
 		python_build() {
 			pushd "${S}" || die
-			sip-build || die
+			# sip-build is not able to handle CFLAGS and CXXFLAGS
+			# so we need to pass them as QMAKE_CFLAGS and QMAKE_CXXFLAGS
+			# https://bugs.gentoo.org/952787
+			sip-build \
+				--qmake-setting "QMAKE_CFLAGS += ${CFLAGS}" \
+				--qmake-setting "QMAKE_CXXFLAGS += ${CXXFLAGS}" \
+				|| die
 			popd || die
 		}
 		python_foreach_impl run_in_build_dir python_build


             reply	other threads:[~2025-03-28  8:51 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-28  8:50 Yixun Lan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-28  8:50 [gentoo-commits] repo/gentoo:master commit in: app-editors/qhexedit2/ Yixun Lan
2024-05-21 16:21 Rick Farina
2024-05-21 16:21 Rick Farina
2024-05-21 16:21 Rick Farina
2023-03-09  8:38 Joonas Niilola
2022-06-09  9:42 David Seifert
2022-06-01  1:56 Sam James
2022-06-01  1:55 Sam James
2022-05-31  2:55 Sam James
2022-04-21  6:51 Joonas Niilola
2022-04-21  6:51 Joonas Niilola
2022-04-10 21:11 Jonas Stein
2021-10-29 13:31 Yixun Lan
2021-10-27 12:54 Sam James
2021-10-27  6:50 Sam James
2021-06-01 18:28 Andrew Ammerlaan
2021-03-08 10:26 Sam James
2021-03-08 10:25 Sam James
2020-12-04  3:28 Rick Farina
2020-03-17  1:52 Rick Farina
2020-02-11 11:38 Michał Górny
2018-11-25 16:04 Mikle Kolyada
2018-04-16 21:12 David Seifert
2018-02-11 10:01 Michał Górny
2018-01-11 16:15 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=1743151737.37be7e43056738c9ccfd6eb27f17f83b7eb9b558.dlan@gentoo \
    --to=dlan@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