diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-06-20 09:00:05 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-06-20 09:01:28 +0200 |
commit | 093b4815b10a6bbe80bd0bef12b56ebd91e741dc (patch) | |
tree | 00be7bcd6b024530dd992dbcd8f855125f9d7c02 | |
parent | net-analyzer/sslscan: add 2.1.4 (diff) | |
download | gentoo-093b4815b10a6bbe80bd0bef12b56ebd91e741dc.tar.gz gentoo-093b4815b10a6bbe80bd0bef12b56ebd91e741dc.tar.bz2 gentoo-093b4815b10a6bbe80bd0bef12b56ebd91e741dc.zip |
app-shells/atuin: add IUSE=daemon
Bug: https://bugs.gentoo.org/934563
Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rw-r--r-- | app-shells/atuin/atuin-18.3.0.ebuild | 3 | ||||
-rw-r--r-- | app-shells/atuin/metadata.xml | 1 |
2 files changed, 3 insertions, 1 deletions
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 @@ </maintainer> <use> <flag name="client">Enable the autin client</flag> + <flag name="daemon">Enable the autin background daemon on the client</flag> <flag name="server">Enable the autin server</flag> <flag name="sync">Enable the server-sync feature in the autin client</flag> </use> |