From 692477967d510d0a6ce0d5754bcfa031c00dc7fc Mon Sep 17 00:00:00 2001 From: Lucio Sauer Date: Wed, 12 Jun 2024 16:49:24 +0200 Subject: [PATCH] dev-libs/dmd_core: speed up cargo SRC_URI generation ac817be5fd5756bcd017e41321cf5731cd291c54 introduced the @ separator for crates and ${CARGO_CRATE_URIS} to speed up SRC_URI generation. Signed-off-by: Lucio Sauer --- dev-libs/dmd_core/dmd_core-0.6.2.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-libs/dmd_core/dmd_core-0.6.2.ebuild b/dev-libs/dmd_core/dmd_core-0.6.2.ebuild index 88f107017c..6ce331a76e 100644 --- a/dev-libs/dmd_core/dmd_core-0.6.2.ebuild +++ b/dev-libs/dmd_core/dmd_core-0.6.2.ebuild @@ -4,8 +4,8 @@ EAPI=8 CRATES=" -lazy_static-1.4.0 -libc-0.2.103 +lazy_static@1.4.0 +libc@0.2.103 " inherit cargo toolchain-funcs @@ -13,7 +13,8 @@ inherit cargo toolchain-funcs DESCRIPTION="Core logic for an AT&T / Teletype DMD 5620 terminal emulator" HOMEPAGE="https://github.com/sethm/dmd_core" SRC_URI="https://github.com/sethm/dmd_core/archive/v${PV}.tar.gz -> ${P}.tar.gz - $(cargo_crate_uris ${CRATES})" + ${CARGO_CRATE_URIS} +" LICENSE="MIT" SLOT="0"