public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Jolly" <kangie@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/fvwm3/
Date: Sun, 15 Dec 2024 05:18:51 +0000 (UTC)	[thread overview]
Message-ID: <1734239906.aafa40729c2b00cca567322988569cf869afdcff.kangie@gentoo> (raw)

commit:     aafa40729c2b00cca567322988569cf869afdcff
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 13 22:42:26 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Sun Dec 15 05:18:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aafa4072

x11-wm/fvwm3: stop forcing `-fsigned-char` on some arches

After discussion with upstream this is not required (and
is not used in e.g. Debian). It is likely that this was
to support a legacy fvwm and was carried forwards when
an early form of this ebuild was attached to the
bug requesting fvwm3.

Drop `flag-o-matic` as this is not required.

As the package is not yet keyworded on these arches,
and was typo'd to `-fsigned-chars` resulting in build
failures, we can safely assume that there are no
real-world customers - it is also very unlikely to hurt
anything.

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 x11-wm/fvwm3/fvwm3-1.1.1-r1.ebuild | 5 -----
 x11-wm/fvwm3/fvwm3-9999.ebuild     | 7 +------
 2 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/x11-wm/fvwm3/fvwm3-1.1.1-r1.ebuild b/x11-wm/fvwm3/fvwm3-1.1.1-r1.ebuild
index 748831cac3fd..26fbf0f7969b 100644
--- a/x11-wm/fvwm3/fvwm3-1.1.1-r1.ebuild
+++ b/x11-wm/fvwm3/fvwm3-1.1.1-r1.ebuild
@@ -105,11 +105,6 @@ PATCHES=(
 )
 
 src_configure() {
-	# Signed chars are required.
-	for arch in arm arm64 ppc ppc64; do
-		use $arch && append-flags -fsigned-chars
-	done
-
 	local emesonargs=(
 		"-Dpng=enabled"
 		"-Dsm=enabled"

diff --git a/x11-wm/fvwm3/fvwm3-9999.ebuild b/x11-wm/fvwm3/fvwm3-9999.ebuild
index ba5aca1aeb1f..618c04e64e74 100644
--- a/x11-wm/fvwm3/fvwm3-9999.ebuild
+++ b/x11-wm/fvwm3/fvwm3-9999.ebuild
@@ -10,7 +10,7 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{10..13} )
 GO_OPTIONAL=1
-inherit flag-o-matic go-module meson optfeature python-single-r1
+inherit go-module meson optfeature python-single-r1
 
 DESCRIPTION="A multiple large virtual desktop window manager derived from fvwm"
 HOMEPAGE="https://www.fvwm.org/"
@@ -101,11 +101,6 @@ RDEPEND="
 DEPEND="${COMMON_DEPEND}"
 
 src_configure() {
-	# Signed chars are required.
-	for arch in arm arm64 ppc ppc64; do
-		use $arch && append-flags -fsigned-chars
-	done
-
 	local emesonargs=(
 		"-Dpng=enabled"
 		"-Dsm=enabled"


             reply	other threads:[~2024-12-15  5:18 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-15  5:18 Matt Jolly [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-12 23:24 [gentoo-commits] repo/gentoo:master commit in: x11-wm/fvwm3/ Sam James
2025-02-20 11:38 Matt Jolly
2025-01-30  9:57 Arthur Zamarin
2025-01-30  0:10 Sam James
2025-01-30  0:10 Sam James
2025-01-30  0:10 Sam James
2024-12-03  0:09 Matt Jolly
2024-12-03  0:09 Matt Jolly
2024-12-02 22:34 Matt Jolly
2024-11-08  8:29 Matt Jolly
2024-10-20 22:06 Matt Jolly
2024-03-22  3:14 Matt Jolly
2024-03-22  3:14 Matt Jolly
2024-03-22  3:06 Matt Jolly
2024-01-20 12:04 Sam James
2023-12-13  2:11 Sam James
2023-12-13  2:06 Sam James
2023-10-17  6:37 Joonas Niilola
2023-10-17  6:37 Joonas Niilola
2023-08-05 22:29 Sam James
2023-07-26  2:53 Sam James
2023-07-26  2:53 Sam James
2022-12-03  7:50 Sam James
2022-11-24  6:37 Jakov Smolić
2022-06-18 14:44 David Seifert
2022-06-18  7:42 David Seifert
2022-06-06 13:33 Yixun Lan
2022-06-06 13:33 Yixun Lan
2022-06-04 21:14 Sam James

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=1734239906.aafa40729c2b00cca567322988569cf869afdcff.kangie@gentoo \
    --to=kangie@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