commit:     d9a1e9efffe205d5f2ce18b02dee6dc97e9a4c10
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 01:07:09 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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}
 

Reply via email to