From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/rpm-sequoia/
Date: Fri, 9 Aug 2024 11:31:17 +0000 (UTC) [thread overview]
Message-ID: <1723203010.f44b79874e5b5c4f570bdb603183e2ea04b0f52e.chewi@gentoo> (raw)
commit: f44b79874e5b5c4f570bdb603183e2ea04b0f52e
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 9 11:30:10 2024 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Aug 9 11:30:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f44b7987
app-crypt/rpm-sequoia: Fix installation of rpm-sequoia.pc
It is always generated in target/<PROFILE>, regardless of CARGO_BUILD_TARGET.
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
app-crypt/rpm-sequoia/rpm-sequoia-1.6.0.ebuild | 3 ++-
app-crypt/rpm-sequoia/rpm-sequoia-1.7.0.ebuild | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/app-crypt/rpm-sequoia/rpm-sequoia-1.6.0.ebuild b/app-crypt/rpm-sequoia/rpm-sequoia-1.6.0.ebuild
index 2a08f5e3c9eb..da34f4210ca1 100644
--- a/app-crypt/rpm-sequoia/rpm-sequoia-1.6.0.ebuild
+++ b/app-crypt/rpm-sequoia/rpm-sequoia-1.6.0.ebuild
@@ -294,5 +294,6 @@ src_install() {
dosym librpm_sequoia.so.1 /usr/$(get_libdir)/librpm_sequoia.so
insinto /usr/$(get_libdir)/pkgconfig
- doins "$(cargo_target_dir)"/rpm-sequoia.pc
+ # build.rs sets the output dir to be target/<PROFILE>, so don't use helper.
+ doins target/$(usex debug debug release)/rpm-sequoia.pc
}
diff --git a/app-crypt/rpm-sequoia/rpm-sequoia-1.7.0.ebuild b/app-crypt/rpm-sequoia/rpm-sequoia-1.7.0.ebuild
index 62ee66a20875..082e1f09d371 100644
--- a/app-crypt/rpm-sequoia/rpm-sequoia-1.7.0.ebuild
+++ b/app-crypt/rpm-sequoia/rpm-sequoia-1.7.0.ebuild
@@ -306,5 +306,6 @@ src_install() {
dosym librpm_sequoia.so.1 /usr/$(get_libdir)/librpm_sequoia.so
insinto /usr/$(get_libdir)/pkgconfig
- doins "$(cargo_target_dir)"/rpm-sequoia.pc
+ # build.rs sets the output dir to be target/<PROFILE>, so don't use helper.
+ doins target/$(usex debug debug release)/rpm-sequoia.pc
}
next reply other threads:[~2024-08-09 11:31 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-09 11:31 James Le Cuirot [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-10 1:33 [gentoo-commits] repo/gentoo:master commit in: app-crypt/rpm-sequoia/ Sam James
2025-02-10 1:33 Sam James
2024-07-17 5:04 Sam James
2024-07-17 5:04 Sam James
2024-07-12 6:21 Ionen Wolkens
2024-07-12 5:55 Eli Schwartz
2024-06-17 9:39 James Le Cuirot
2024-05-28 12:29 Michał Górny
2024-04-23 5:25 Viorel Munteanu
2024-04-05 5:38 Sam James
2024-03-23 5:59 Sam James
2024-03-23 5:59 Sam James
2024-01-28 20:17 Arthur Zamarin
2024-01-28 20:17 Arthur Zamarin
2024-01-03 9:11 WANG Xuerui
2023-12-22 7:50 Joonas Niilola
2023-12-15 6:24 Sam James
2023-12-15 6:24 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=1723203010.f44b79874e5b5c4f570bdb603183e2ea04b0f52e.chewi@gentoo \
--to=chewi@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