public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/iotop-c/
Date: Fri,  7 Jul 2023 19:05:50 +0000 (UTC)	[thread overview]
Message-ID: <1688756726.098174e77d2640872404beb286d5e2c44077f7f5.arthurzam@gentoo> (raw)

commit:     098174e77d2640872404beb286d5e2c44077f7f5
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 19:05:26 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 19:05:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098174e7

sys-process/iotop-c: fix extra _FORTIFY_SOURCE

Closes: https://bugs.gentoo.org/898166
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../iotop-c/{iotop-c-1.23.ebuild => iotop-c-1.23-r1.ebuild}        | 5 +++++
 sys-process/iotop-c/iotop-c-9999.ebuild                            | 7 ++++++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/sys-process/iotop-c/iotop-c-1.23.ebuild b/sys-process/iotop-c/iotop-c-1.23-r1.ebuild
similarity index 90%
rename from sys-process/iotop-c/iotop-c-1.23.ebuild
rename to sys-process/iotop-c/iotop-c-1.23-r1.ebuild
index 01595c683cbc..c401c231d083 100644
--- a/sys-process/iotop-c/iotop-c-1.23.ebuild
+++ b/sys-process/iotop-c/iotop-c-1.23-r1.ebuild
@@ -25,6 +25,11 @@ FILECAPS=(
 	cap_net_admin=eip usr/bin/iotop
 )
 
+src_prepare() {
+	sed -e 's/-D_FORTIFY_SOURCE=2//' -i Makefile || die
+	default
+}
+
 src_compile() {
 	emake V=1 CC="$(tc-getCC)" PKG_CONFIG="$(tc-getPKG_CONFIG)" NO_FLTO=1
 }

diff --git a/sys-process/iotop-c/iotop-c-9999.ebuild b/sys-process/iotop-c/iotop-c-9999.ebuild
index b05952298d1d..47a5c48a0a0e 100644
--- a/sys-process/iotop-c/iotop-c-9999.ebuild
+++ b/sys-process/iotop-c/iotop-c-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -23,6 +23,11 @@ FILECAPS=(
 	cap_net_admin=eip usr/bin/iotop
 )
 
+src_prepare() {
+	sed -e 's/-D_FORTIFY_SOURCE=2//' -i Makefile || die
+	default
+}
+
 src_compile() {
 	emake V=1 CC="$(tc-getCC)" PKG_CONFIG="$(tc-getPKG_CONFIG)" NO_FLTO=1
 }


             reply	other threads:[~2023-07-07 19:05 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-07 19:05 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-16  4:15 [gentoo-commits] repo/gentoo:master commit in: sys-process/iotop-c/ Sam James
2025-02-15 19:39 Jakov Smolić
2025-02-15 13:45 Sam James
2025-02-15 13:45 Sam James
2025-02-15 13:34 Arthur Zamarin
2025-02-15 13:34 Arthur Zamarin
2025-01-13 18:08 Arthur Zamarin
2024-06-21  4:23 Arthur Zamarin
2024-06-20 21:46 Sam James
2024-04-13 13:59 Sam James
2024-04-13 11:31 Yixun Lan
2024-03-30 10:59 Arthur Zamarin
2024-03-08 13:09 Arthur Zamarin
2024-03-08 12:10 Arthur Zamarin
2024-03-08 12:09 Arthur Zamarin
2024-03-08 12:09 Arthur Zamarin
2024-02-18 22:42 Sam James
2024-02-18 22:42 Sam James
2024-02-08 17:30 Arthur Zamarin
2023-12-05  7:53 Arthur Zamarin
2023-11-10 12:00 Arthur Zamarin
2023-11-10 12:00 Arthur Zamarin
2023-11-10 12:00 Arthur Zamarin
2023-11-10 12:00 Arthur Zamarin
2023-11-09 18:40 Arthur Zamarin
2023-11-05 13:50 Sam James
2023-11-05 13:50 Sam James
2023-11-05 13:38 Sam James
2023-11-05 13:38 Sam James
2023-10-25 18:31 Arthur Zamarin
2023-10-01 18:07 Arthur Zamarin
2023-10-01 18:07 Arthur Zamarin
2023-07-07 19:05 Arthur Zamarin
2023-02-25 14:03 Sam James
2023-02-25 14:01 Sam James
2023-02-25 14:01 Sam James
2023-02-25  7:16 Arthur Zamarin
2022-09-27  7:20 Arthur Zamarin
2022-09-26 12:32 Sam James
2022-09-26 12:27 Sam James
2022-09-26 12:27 Sam James
2022-09-26 10:17 Arthur Zamarin
2022-08-18 20:28 Arthur Zamarin
2022-08-18 20:28 Arthur Zamarin
2022-08-15  5:27 WANG Xuerui
2022-05-05  9:54 Jakov Smolić
2022-05-05  5:38 Arthur Zamarin
2022-05-05  5:38 Arthur Zamarin
2022-01-29  9:13 Arthur Zamarin
2021-11-09 21:36 Sam James
2021-11-07  6:40 Agostino Sarubbo
2021-11-07  1:34 Sam James
2021-11-06 21:22 Jakov Smolić
2021-10-21 23:28 Sam James
2021-10-21 23:28 Sam James
2021-10-17 19:25 Arthur Zamarin
2021-10-10 20:40 Sam James
2021-10-10  2:20 Sam James
2021-10-05  5:34 Arthur Zamarin
2021-09-21  9:38 Arthur Zamarin
2021-09-08 12:24 Arthur Zamarin

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=1688756726.098174e77d2640872404beb286d5e2c44077f7f5.arthurzam@gentoo \
    --to=arthurzam@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