diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-08-09 15:43:26 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-08-09 15:43:41 +0200 |
commit | 77cdc06bb527a72c14c4df7b8738ead567330431 (patch) | |
tree | 5b5c28aa7e6ff204f61c27e5e7fdd2134b81a766 /app-shells | |
parent | net-analyzer/notus-scanner: disable FORCE_PRINT_ELOG (diff) | |
download | gentoo-77cdc06bb527a72c14c4df7b8738ead567330431.tar.gz gentoo-77cdc06bb527a72c14c4df7b8738ead567330431.tar.bz2 gentoo-77cdc06bb527a72c14c4df7b8738ead567330431.zip |
app-shells/atuin: tests require all features enabled
Closes: https://bugs.gentoo.org/911972
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/atuin/atuin-16.0.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-shells/atuin/atuin-16.0.0.ebuild b/app-shells/atuin/atuin-16.0.0.ebuild index 0bf3cff6081f..e008f01496d6 100644 --- a/app-shells/atuin/atuin-16.0.0.ebuild +++ b/app-shells/atuin/atuin-16.0.0.ebuild @@ -368,10 +368,12 @@ LICENSE="MIT" LICENSE+=" Apache-2.0 BSD ISC MIT MPL-2.0 Unicode-DFS-2016" SLOT="0" KEYWORDS="~amd64" -IUSE="+client server +sync" +IUSE="+client server test +sync" +RESTRICT="!test? ( test )" REQUIRED_USE=" || ( client server ) sync? ( client ) + test? ( client server sync ) " BDEPEND=">=virtual/rust-1.71.0" |