From 093b4815b10a6bbe80bd0bef12b56ebd91e741dc Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Thu, 20 Jun 2024 09:00:05 +0200 Subject: app-shells/atuin: add IUSE=daemon Bug: https://bugs.gentoo.org/934563 Signed-off-by: Florian Schmaus --- app-shells/atuin/atuin-18.3.0.ebuild | 3 ++- app-shells/atuin/metadata.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app-shells/atuin/atuin-18.3.0.ebuild b/app-shells/atuin/atuin-18.3.0.ebuild index 94ea5c432867..b787c1505e91 100644 --- a/app-shells/atuin/atuin-18.3.0.ebuild +++ b/app-shells/atuin/atuin-18.3.0.ebuild @@ -469,7 +469,7 @@ LICENSE="MIT" LICENSE+=" Apache-2.0 BSD Boost-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 openssl" SLOT="0" KEYWORDS="~amd64 ~arm64" -IUSE="+client server test +sync" +IUSE="+client +daemon server test +sync" RESTRICT="!test? ( test )" REQUIRED_USE=" || ( client server ) @@ -496,6 +496,7 @@ DOCS=( src_configure() { local myfeatures=( $(usev client) + $(usev daemon) $(usev server) $(usev sync) ) diff --git a/app-shells/atuin/metadata.xml b/app-shells/atuin/metadata.xml index 60336a277862..5271e50033b0 100644 --- a/app-shells/atuin/metadata.xml +++ b/app-shells/atuin/metadata.xml @@ -15,6 +15,7 @@ Enable the autin client + Enable the autin background daemon on the client Enable the autin server Enable the server-sync feature in the autin client -- cgit v1.2.3-65-gdbad