From 66ab9e94efaadc3c7853be1f01a070c76e5e0ce7 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Fri, 13 Aug 2021 16:50:44 +0200 Subject: [PATCH] Update --- gnome-extra/authenticator/authenticator-4.0.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnome-extra/authenticator/authenticator-4.0.3.ebuild b/gnome-extra/authenticator/authenticator-4.0.3.ebuild index b1401df..854aa5e 100644 --- a/gnome-extra/authenticator/authenticator-4.0.3.ebuild +++ b/gnome-extra/authenticator/authenticator-4.0.3.ebuild @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="~arm64 ~amd64" IUSE="+introspection +vala" REQUIRED_USE="vala? ( introspection )" -ECARGO_OFFLINE="false" + DEPEND=" gnome-base/gnome-common @@ -41,6 +41,7 @@ BDEPEND=" S="${WORKDIR}/Authenticator-${PV}-${COMMIT}" src_install() { + ECARGO_OFFLINE=false meson_src_install }