public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Takuya Wakazono" <pastalian46@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/dnf5/
Date: Sun, 28 Jul 2024 12:24:56 +0000 (UTC)	[thread overview]
Message-ID: <1722169404.ceac59b6a22497574c2f8b174c5a56a30e78b9ff.pastalian46@gentoo> (raw)

commit:     ceac59b6a22497574c2f8b174c5a56a30e78b9ff
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Jul 28 12:23:24 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sun Jul 28 12:23:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ceac59b6

sys-apps/dnf5: fix hardcoded TMPDIR

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 sys-apps/dnf5/dnf5-5.2.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/dnf5/dnf5-5.2.5.0.ebuild b/sys-apps/dnf5/dnf5-5.2.5.0.ebuild
index 3274237e9..c7dcd6d94 100644
--- a/sys-apps/dnf5/dnf5-5.2.5.0.ebuild
+++ b/sys-apps/dnf5/dnf5-5.2.5.0.ebuild
@@ -52,7 +52,7 @@ PATCHES=(
 src_prepare() {
 	cmake_src_prepare
 	# Replace hardcoded TMPDIR.
-	# sed -i "s|/tmp/|${T}/|" test/libdnf5/utils/test_fs.cpp || die
+	sed -i "s|/tmp/|${T}/|" test/libdnf5/utils/test_fs.cpp || die
 }
 
 src_configure() {


             reply	other threads:[~2024-07-28 12:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-28 12:24 Takuya Wakazono [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-28 15:44 [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/dnf5/ Takuya Wakazono
2024-07-29 10:29 Lucio Sauer
2024-08-04  9:36 Takuya Wakazono
2024-08-27 13:53 Takuya Wakazono
2024-09-11 13:33 Takuya Wakazono
2024-09-11 13:33 Takuya Wakazono

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=1722169404.ceac59b6a22497574c2f8b174c5a56a30e78b9ff.pastalian46@gentoo \
    --to=pastalian46@gmail.com \
    --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