public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/procps/
Date: Thu,  4 Apr 2024 14:58:13 +0000 (UTC)	[thread overview]
Message-ID: <1712242533.e04245bf04088e9f3e035496d648141313e5a57b.floppym@gentoo> (raw)

commit:     e04245bf04088e9f3e035496d648141313e5a57b
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  4 14:55:33 2024 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Apr  4 14:55:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e04245bf

sys-process/procps: drop REQUIRED_USE="unicode? ( ncurses )"

Instead, ignore the 'unicode' flag when 'ncurses' is disabled. This
option only affects the 'watch' command, which is only built with
ncurses support.

Closes: https://bugs.gentoo.org/928534
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-process/procps/procps-4.0.4-r1.ebuild | 7 +++++--
 sys-process/procps/procps-4.0.4.ebuild    | 9 ++++++---
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/sys-process/procps/procps-4.0.4-r1.ebuild b/sys-process/procps/procps-4.0.4-r1.ebuild
index f522ae5f965a..0534445b36e9 100644
--- a/sys-process/procps/procps-4.0.4-r1.ebuild
+++ b/sys-process/procps/procps-4.0.4-r1.ebuild
@@ -17,7 +17,6 @@ LICENSE="GPL-2+ LGPL-2+ LGPL-2.1+"
 SLOT="0/0-ng"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="elogind +kill modern-top +ncurses nls selinux static-libs systemd test unicode"
-REQUIRED_USE="unicode? ( ncurses )"
 RESTRICT="!test? ( test )"
 
 DEPEND="
@@ -74,13 +73,17 @@ multilib_src_configure() {
 		$(multilib_native_use_with ncurses)
 		# bug #794997
 		$(multilib_native_use_enable !elibc_musl w)
-		$(multilib_native_use_enable unicode watch8bit)
 		$(use_enable nls)
 		$(use_enable selinux libselinux)
 		$(use_enable static-libs static)
 		$(use_with systemd)
 	)
 
+	if use ncurses; then
+		# Only pass whis when we are building the 'watch' command
+		myeconfargs+=( $(multilib_native_use_enable unicode watch8bit) )
+	fi
+
 	ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
 }
 

diff --git a/sys-process/procps/procps-4.0.4.ebuild b/sys-process/procps/procps-4.0.4.ebuild
index 2ddcefdad321..4e85c2be48ab 100644
--- a/sys-process/procps/procps-4.0.4.ebuild
+++ b/sys-process/procps/procps-4.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,7 +17,6 @@ LICENSE="GPL-2+ LGPL-2+ LGPL-2.1+"
 SLOT="0/0-ng"
 KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="elogind +kill modern-top +ncurses nls selinux static-libs systemd test unicode"
-REQUIRED_USE="unicode? ( ncurses )"
 RESTRICT="!test? ( test )"
 
 DEPEND="
@@ -74,13 +73,17 @@ multilib_src_configure() {
 		$(multilib_native_use_with ncurses)
 		# bug #794997
 		$(multilib_native_use_enable !elibc_musl w)
-		$(multilib_native_use_enable unicode watch8bit)
 		$(use_enable nls)
 		$(use_enable selinux libselinux)
 		$(use_enable static-libs static)
 		$(use_with systemd)
 	)
 
+	if use ncurses; then
+		# Only pass whis when we are building the 'watch' command
+		myeconfargs+=( $(multilib_native_use_enable unicode watch8bit) )
+	fi
+
 	ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
 }
 


             reply	other threads:[~2024-04-04 14:58 UTC|newest]

Thread overview: 114+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-04 14:58 Mike Gilbert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-19  5:24 [gentoo-commits] repo/gentoo:master commit in: sys-process/procps/ Arthur Zamarin
2024-06-19  5:24 Arthur Zamarin
2024-06-17 23:45 Sam James
2024-06-17 23:37 Sam James
2024-06-17 23:34 Sam James
2024-06-17 23:34 Sam James
2024-06-17 23:34 Sam James
2024-06-17 18:28 Mike Gilbert
2024-02-07 19:20 Sam James
2023-11-25 11:49 Arthur Zamarin
2023-10-28 19:38 Sam James
2023-10-23 14:05 Arthur Zamarin
2023-10-22 11:44 Sam James
2023-10-22 11:39 Sam James
2023-09-02 11:54 Sam James
2023-07-02 22:20 Sam James
2023-06-28  7:55 Sam James
2023-03-02 20:02 Mike Gilbert
2022-10-28  2:02 Sam James
2022-09-11 20:05 Sam James
2022-07-28 13:20 Sam James
2021-08-30  2:40 Sam James
2021-07-17 21:30 David Seifert
2021-05-14 20:46 Sam James
2021-05-14 20:46 Sam James
2021-05-13 13:55 David Seifert
2021-03-31 14:08 Agostino Sarubbo
2021-03-31 14:05 Agostino Sarubbo
2021-03-31 13:53 Agostino Sarubbo
2021-03-30  6:52 Sergei Trofimovich
2021-03-29 11:59 Agostino Sarubbo
2021-03-29  9:37 Agostino Sarubbo
2021-03-25 14:59 Lars Wendler
2021-02-09 17:24 Ulrich Müller
2021-02-09 15:42 Lars Wendler
2021-01-25 22:16 Lars Wendler
2020-09-07  3:12 Sam James
2020-08-19  8:31 Sergei Trofimovich
2020-08-18 13:27 Sam James
2020-08-17 12:03 Agostino Sarubbo
2020-08-17 10:01 Agostino Sarubbo
2020-08-17  9:59 Agostino Sarubbo
2020-08-17  9:58 Agostino Sarubbo
2020-08-17  9:32 Sam James
2020-05-04 17:36 Thomas Deutschmann
2020-03-06 12:36 Lars Wendler
2020-02-08  3:08 Matt Turner
2020-02-07 21:47 Matt Turner
2019-12-18  5:30 Ulrich Müller
2019-12-08  7:53 Lars Wendler
2019-05-04 11:57 Mikle Kolyada
2018-05-30 19:45 Mike Frysinger
2018-05-29  9:55 Mikle Kolyada
2018-05-29  4:42 Markus Meier
2018-05-26 10:06 Mart Raudsepp
2018-05-25 23:58 Thomas Deutschmann
2018-05-25  4:18 Matt Turner
2018-05-25  3:48 Matt Turner
2018-05-23 19:04 Sergei Trofimovich
2018-05-23 18:37 Sergei Trofimovich
2018-05-22 11:47 Thomas Deutschmann
2018-05-22 11:00 Jeroen Roovers
2018-05-21  7:26 Mikle Kolyada
2018-05-20 22:24 Lars Wendler
2018-05-20 18:49 Lars Wendler
2018-04-11  8:04 Lars Wendler
2018-04-05  8:13 Lars Wendler
2017-12-24 19:49 Mikle Kolyada
2017-12-24 19:21 Mikle Kolyada
2017-12-24 12:00 Markus Meier
2017-12-15  9:23 Jason Zaman
2017-12-06 22:34 Sergei Trofimovich
2017-11-30 20:19 Tobias Klausmann
2017-11-29 20:28 Sergei Trofimovich
2017-11-28 23:04 Sergei Trofimovich
2017-05-31  7:07 Lars Wendler
2017-01-29 20:14 Fabian Groffen
2017-01-19 14:14 Mike Frysinger
2017-01-17 16:23 Lars Wendler
2017-01-15 15:50 Agostino Sarubbo
2016-12-16  8:44 Jeroen Roovers
2016-12-09 10:36 Lars Wendler
2016-10-24 18:11 Markus Meier
2016-10-21 18:20 Tobias Klausmann
2016-10-10 14:36 Jeroen Roovers
2016-10-07  8:32 Lars Wendler
2016-07-18  7:49 Lars Wendler
2016-06-04  5:00 Markus Meier
2016-05-27 12:46 Lars Wendler
2016-05-27  8:10 Lars Wendler
2016-05-26 20:37 Lars Wendler
2016-05-25 11:45 Jeroen Roovers
2016-05-25  6:52 Jeroen Roovers
2016-05-25  6:29 Matt Turner
2016-03-07 20:43 Mike Frysinger
2015-11-25 19:27 Mike Frysinger
2015-11-18 17:30 Ulrich Müller
2015-11-15 20:55 Matt Turner
2015-11-14 16:43 Markus Meier
2015-11-10  1:27 William Hubbs
2015-11-08 21:20 William Hubbs
2015-11-08 21:20 William Hubbs
2015-11-08 19:02 Mikle Kolyada
2015-11-05 11:20 Agostino Sarubbo
2015-11-04 15:17 Agostino Sarubbo
2015-11-02 22:46 Mike Gilbert
2015-11-01 13:09 Mikle Kolyada
2015-10-31  6:58 Jeroen Roovers
2015-10-31  6:15 Jeroen Roovers
2015-10-30  9:18 Agostino Sarubbo
2015-10-29 14:07 Lars Wendler
2015-10-29 14:07 Lars Wendler
2015-09-28  4:48 Mike Frysinger

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=1712242533.e04245bf04088e9f3e035496d648141313e5a57b.floppym@gentoo \
    --to=floppym@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