From 893b68fcf6945ab377032229718e3bdaf4aa8129 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Mon, 6 Dec 2021 15:11:20 +0100 Subject: [PATCH] Trying to download the cargo earlier --- gnome-extra/authenticator/authenticator-4.0.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/gnome-extra/authenticator/authenticator-4.0.3.ebuild b/gnome-extra/authenticator/authenticator-4.0.3.ebuild index 7bad0d6..157a14a 100644 --- a/gnome-extra/authenticator/authenticator-4.0.3.ebuild +++ b/gnome-extra/authenticator/authenticator-4.0.3.ebuild @@ -41,6 +41,7 @@ BDEPEND=" S="${WORKDIR}/Authenticator-${COMMIT}" src_prepare() { + cargo update eapply "${FILESDIR}"/767.patch }