From 1ff4965c293e6b91218968c23ddc09d51d4da89c Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Fri, 13 Aug 2021 17:00:58 +0200 Subject: [PATCH] Update --- gnome-extra/authenticator/authenticator-4.0.3.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnome-extra/authenticator/authenticator-4.0.3.ebuild b/gnome-extra/authenticator/authenticator-4.0.3.ebuild index 9c5aa4c..bf78e1e 100644 --- a/gnome-extra/authenticator/authenticator-4.0.3.ebuild +++ b/gnome-extra/authenticator/authenticator-4.0.3.ebuild @@ -44,6 +44,9 @@ BDEPEND=" S="${WORKDIR}/Authenticator-${PV}-${COMMIT}" src_install() { + local emesonargs=( + live + ) meson_src_install }