From ff3d2bf44e30836704d7a81e8a00827b023ecd65 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Fri, 13 Aug 2021 16:15:16 +0200 Subject: [PATCH] Update --- gnome-extra/authenticator/authenticator-4.0.3.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/gnome-extra/authenticator/authenticator-4.0.3.ebuild b/gnome-extra/authenticator/authenticator-4.0.3.ebuild index 54e4e44..5a99f1f 100644 --- a/gnome-extra/authenticator/authenticator-4.0.3.ebuild +++ b/gnome-extra/authenticator/authenticator-4.0.3.ebuild @@ -3,20 +3,15 @@ EAPI=7 -CRATES=" - libadwaita-0.1.0-alpha-3 -" - VALA_USE_DEPEND="vapigen" -inherit cargo vala meson gnome2-utils xdg +inherit git vala meson gnome2-utils xdg COMMIT="ba1894159358275be2765bc42ef89782a2d1d45d" DESCRIPTION="Simple application for generating Two-Factor Authentication Codes." HOMEPAGE="https://gitlab.gnome.org/World/Authenticator" SRC_URI="https://gitlab.gnome.org/World/Authenticator/-/archive/${PV}/${PN}-${PV}.tar.gz" -SRC_URI+=" $(cargo_crate_uris ${CRATES})" LICENSE="GPL-3" SLOT="0" @@ -44,7 +39,6 @@ BDEPEND=" S="${WORKDIR}/Authenticator-${PV}-${COMMIT}" src_install() { - CC="$(tc-getCC)" meson_src_install }