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/sequoia-sq/
Date: Thu, 25 May 2023 07:38:47 +0000 (UTC)	[thread overview]
Message-ID: <1685000315.ae38bb47e4465db87b59642d59c6fac4e2992fb7.sam@gentoo> (raw)

commit:     ae38bb47e4465db87b59642d59c6fac4e2992fb7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 25 07:38:12 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 25 07:38:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae38bb47

app-crypt/sequoia-sq: fix man page path for USE=debug; fix sqlite dep

Still feels pretty unclean.

Closes: https://bugs.gentoo.org/907138
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{sequoia-sq-0.30.0.ebuild => sequoia-sq-0.30.0-r1.ebuild}         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/sequoia-sq/sequoia-sq-0.30.0.ebuild b/app-crypt/sequoia-sq/sequoia-sq-0.30.0-r1.ebuild
similarity index 99%
rename from app-crypt/sequoia-sq/sequoia-sq-0.30.0.ebuild
rename to app-crypt/sequoia-sq/sequoia-sq-0.30.0-r1.ebuild
index 2c36e9c09594..f6d457088ab5 100644
--- a/app-crypt/sequoia-sq/sequoia-sq-0.30.0.ebuild
+++ b/app-crypt/sequoia-sq/sequoia-sq-0.30.0-r1.ebuild
@@ -470,6 +470,7 @@ KEYWORDS="~amd64 ~ppc64"
 QA_FLAGS_IGNORED="usr/bin/sq"
 
 COMMON_DEPEND="
+	dev-db/sqlite:3
 	dev-libs/gmp:=
 	dev-libs/nettle:=
 	dev-libs/openssl:=
@@ -480,7 +481,6 @@ DEPEND="
 "
 RDEPEND="
 	${COMMON_DEPEND}
-	dev-db/sqlite:3
 "
 # Clang needed for bindgen
 BDEPEND="
@@ -501,7 +501,7 @@ src_compile() {
 src_install() {
 	cargo_src_install
 
-	doman target/release/build/sequoia-sq-*/out/*.1
+	doman target/*/build/sequoia-sq-*/out/*.1
 
 	newbashcomp target/sq.bash sq
 


             reply	other threads:[~2023-05-25  7:38 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-25  7:38 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-07  2:38 [gentoo-commits] repo/gentoo:master commit in: app-crypt/sequoia-sq/ Sam James
2025-03-07  2:38 Sam James
2025-02-10  1:33 Sam James
2025-02-10  1:33 Sam James
2025-02-04 17:33 Florian Schmaus
2025-02-04 17:33 Florian Schmaus
2025-01-22  7:54 Sam James
2025-01-20  6:49 Florian Schmaus
2025-01-02 20:30 Florian Schmaus
2025-01-02 20:30 Florian Schmaus
2024-12-19 19:19 Florian Schmaus
2024-07-15  1:57 Sam James
2024-06-24  4:00 Sam James
2024-06-03  0:44 Sam James
2024-06-03  0:44 Sam James
2024-04-29 13:42 Sam James
2024-04-29  1:11 Sam James
2024-04-29  0:06 Sam James
2024-03-22  3:58 Sam James
2024-03-14 19:19 Sam James
2024-03-04  8:28 Sam James
2024-03-02  4:57 Sam James
2024-03-02  4:57 Sam James
2024-02-22  9:50 Florian Schmaus
2024-02-22  9:19 Florian Schmaus
2024-02-22  9:18 Florian Schmaus
2024-02-03 21:34 Sam James
2024-02-02  1:51 Sam James
2023-12-24  2:55 Sam James
2023-12-24  2:55 Sam James
2023-12-15 21:17 Arthur Zamarin
2023-11-25  8:51 Sam James
2023-11-25  5:28 Sam James
2023-09-11 19:57 Florian Schmaus
2023-07-24  3:57 Sam James
2023-07-10  3:52 Sam James
2023-06-19  1:13 Sam James
2023-06-19  1:13 Sam James
2023-06-04  5:32 Sam James
2023-05-31  7:00 Sam James
2023-05-29 19:58 Florian Schmaus
2023-05-25  7:28 Sam James
2023-05-25  7:28 Sam James
2023-05-23  9:33 Sam James
2023-05-20  6:56 Sam James
2023-03-16 11:47 Florian Schmaus
2022-12-24  2:59 Sam James
2022-09-18 15:31 Florian Schmaus
2022-08-28 12:27 Florian Schmaus
2022-07-18 18:34 Florian Schmaus
2022-05-15 19:26 Florian Schmaus
2022-05-15 19:26 Florian Schmaus
2022-03-30 14:22 Florian Schmaus
2021-12-30 14:12 Florian Schmaus
2021-12-30 13:36 Florian Schmaus
2021-12-30 10:37 Florian Schmaus

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=1685000315.ae38bb47e4465db87b59642d59c6fac4e2992fb7.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