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 }