public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/rpm-sequoia/
Date: Fri, 15 Dec 2023 06:24:25 +0000 (UTC)	[thread overview]
Message-ID: <1702621359.4cccb538fd36070d2634168006f0f04c59076ad0.sam@gentoo> (raw)

commit:     4cccb538fd36070d2634168006f0f04c59076ad0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 06:22:39 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 06:22:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cccb538

app-crypt/rpm-sequoia: misc tweaks

* Style tweaks
* Respect EPREFIX
* Drop ~arm64 for rekeywording

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-crypt/rpm-sequoia/rpm-sequoia-1.5.0.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-crypt/rpm-sequoia/rpm-sequoia-1.5.0.ebuild b/app-crypt/rpm-sequoia/rpm-sequoia-1.5.0.ebuild
index 42a30d8396c3..4ef5d24df517 100644
--- a/app-crypt/rpm-sequoia/rpm-sequoia-1.5.0.ebuild
+++ b/app-crypt/rpm-sequoia/rpm-sequoia-1.5.0.ebuild
@@ -236,7 +236,7 @@ LLVM_MAX_SLOT=17
 
 inherit cargo llvm
 
-DESCRIPTION="An implementation of the RPM PGP interface using Sequoia."
+DESCRIPTION="Implementation of the RPM PGP interface using Sequoia"
 HOMEPAGE="https://sequoia-pgp.org/ https://github.com/rpm-software-management/rpm-sequoia"
 SRC_URI="
 	https://github.com/rpm-software-management/rpm-sequoia/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
@@ -250,7 +250,7 @@ LICENSE+="
 	|| ( GPL-2 GPL-3 LGPL-3 )
 "
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64"
 IUSE="nettle +openssl"
 REQUIRED_USE="^^ ( nettle openssl )"
 
@@ -261,8 +261,8 @@ DEPEND="
 RDEPEND="${DEPEND}"
 # Clang is required for bindgen
 BDEPEND="
-	nettle? ( <sys-devel/clang-$((${LLVM_MAX_SLOT} + 1)) )
 	virtual/pkgconfig
+	nettle? ( <sys-devel/clang-$((${LLVM_MAX_SLOT} + 1)) )
 "
 
 QA_FLAGS_IGNORED="usr/lib.*/librpm_sequoia.so"
@@ -283,7 +283,7 @@ src_configure() {
 
 src_compile() {
 	# These variables will be used to generate the pkgconfig file.
-	PREFIX=/usr LIBDIR=$PREFIX/$(get_libdir) cargo_src_compile
+	PREFIX="${EPREFIX}/usr" LIBDIR="${PREFIX}"/$(get_libdir) cargo_src_compile
 }
 
 src_install() {


             reply	other threads:[~2023-12-15  6:24 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-15  6:24 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-15  6:24 [gentoo-commits] repo/gentoo:master commit in: app-crypt/rpm-sequoia/ Sam James
2023-12-22  7:50 Joonas Niilola
2024-01-03  9:11 WANG Xuerui
2024-01-28 20:17 Arthur Zamarin
2024-01-28 20:17 Arthur Zamarin
2024-03-23  5:59 Sam James
2024-03-23  5:59 Sam James
2024-04-05  5:38 Sam James
2024-04-23  5:25 Viorel Munteanu
2024-05-28 12:29 Michał Górny
2024-06-17  9:39 James Le Cuirot
2024-07-12  5:55 Eli Schwartz
2024-07-12  6:21 Ionen Wolkens
2024-07-17  5:04 Sam James
2024-07-17  5:04 Sam James
2024-08-09 11:31 James Le Cuirot
2025-02-10  1:33 Sam James
2025-02-10  1:33 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=1702621359.4cccb538fd36070d2634168006f0f04c59076ad0.sam@gentoo \
    --to=sam@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