From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E1DE315806E for ; Thu, 25 May 2023 07:38:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29241E07DB; Thu, 25 May 2023 07:38:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 090FFE07DB for ; Thu, 25 May 2023 07:38:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10502340EBA for ; Thu, 25 May 2023 07:38:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78AC9A5A for ; Thu, 25 May 2023 07:38:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1685000315.ae38bb47e4465db87b59642d59c6fac4e2992fb7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/sequoia-sq/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/sequoia-sq/sequoia-sq-0.30.0-r1.ebuild app-crypt/sequoia-sq/sequoia-sq-0.30.0.ebuild X-VCS-Directories: app-crypt/sequoia-sq/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ae38bb47e4465db87b59642d59c6fac4e2992fb7 X-VCS-Branch: master Date: Thu, 25 May 2023 07:38:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2da5fddf-b656-481c-af3c-4dc22a296ada X-Archives-Hash: 3dece32a5f6cd96ae64b142af28cf6bb commit: ae38bb47e4465db87b59642d59c6fac4e2992fb7 Author: Sam James gentoo org> AuthorDate: Thu May 25 07:38:12 2023 +0000 Commit: Sam James gentoo 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 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