From a76c5e039a5bfe7dba09ec492271f3e130ee8c15 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Fri, 13 Aug 2021 17:11:17 +0200 Subject: [PATCH] Update --- gnome-extra/authenticator/authenticator-4.0.3.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/gnome-extra/authenticator/authenticator-4.0.3.ebuild b/gnome-extra/authenticator/authenticator-4.0.3.ebuild index bf78e1e..5f54f8f 100644 --- a/gnome-extra/authenticator/authenticator-4.0.3.ebuild +++ b/gnome-extra/authenticator/authenticator-4.0.3.ebuild @@ -8,20 +8,17 @@ VALA_USE_DEPEND="vapigen" inherit vala meson gnome2-utils xdg COMMIT="ba1894159358275be2765bc42ef89782a2d1d45d" -COMMIT_RS="6286be99f9021346ea5208e949d4e7bfe375cdfb" 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 -https://gitlab.gnome.org/World/Rust/libadwaita-rs/-/archive/${COMMIT_RS}/libadwaita-rs-${COMMIT_RS}.tar.gz -" +SRC_URI="https://gitlab.gnome.org/World/Authenticator/-/archive/${PV}/${PN}-${PV}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~arm64 ~amd64" IUSE="+introspection +vala" REQUIRED_USE="vala? ( introspection )" - +RESTRICT="network-sandbox" DEPEND=" gnome-base/gnome-common @@ -44,9 +41,6 @@ BDEPEND=" S="${WORKDIR}/Authenticator-${PV}-${COMMIT}" src_install() { - local emesonargs=( - live - ) meson_src_install }