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 D05C615800A for ; Mon, 19 Jun 2023 01:13:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3D8AE092A; Mon, 19 Jun 2023 01:13:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D065EE092A for ; Mon, 19 Jun 2023 01:13:45 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F310F341050 for ; Mon, 19 Jun 2023 01:13:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54780A9B for ; Mon, 19 Jun 2023 01:13:43 +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: <1687137188.d9a1e9efffe205d5f2ce18b02dee6dc97e9a4c10.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.1.ebuild X-VCS-Directories: app-crypt/sequoia-sq/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d9a1e9efffe205d5f2ce18b02dee6dc97e9a4c10 X-VCS-Branch: master Date: Mon, 19 Jun 2023 01:13:43 +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: c2780754-f404-4c68-8e0d-469be9d46d87 X-Archives-Hash: 648093c697eb115a28c45a97aa460558 commit: d9a1e9efffe205d5f2ce18b02dee6dc97e9a4c10 Author: Sam James gentoo org> AuthorDate: Mon Jun 19 01:07:09 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 19 01:13:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9a1e9ef app-crypt/sequoia-sq: modernize cargo.eclass usage Signed-off-by: Sam James gentoo.org> app-crypt/sequoia-sq/sequoia-sq-0.30.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/sequoia-sq/sequoia-sq-0.30.1.ebuild b/app-crypt/sequoia-sq/sequoia-sq-0.30.1.ebuild index 8c18be9acdcb..cc3295d43e04 100644 --- a/app-crypt/sequoia-sq/sequoia-sq-0.30.1.ebuild +++ b/app-crypt/sequoia-sq/sequoia-sq-0.30.1.ebuild @@ -453,7 +453,7 @@ DESCRIPTION="CLI of the Sequoia OpenPGP implementation" HOMEPAGE="https://sequoia-pgp.org/ https://gitlab.com/sequoia-pgp/sequoia-sq" SRC_URI=" https://gitlab.com/sequoia-pgp/sequoia-sq/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 - $(cargo_crate_uris) + ${CARGO_CRATE_URIS} " S="${WORKDIR}"/${PN}-v${PV}