diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-12 15:55:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-12 15:58:42 +0100 |
commit | 09e1566785957641626f361a337e947b8f2dd687 (patch) | |
tree | ee856d25f7241916fa4c468612a339d9af31a5e3 /net-misc | |
parent | net-mail/cyrus-imapd: Fix MissingTestRestrict (diff) | |
download | gentoo-09e1566785957641626f361a337e947b8f2dd687.tar.gz gentoo-09e1566785957641626f361a337e947b8f2dd687.tar.bz2 gentoo-09e1566785957641626f361a337e947b8f2dd687.zip |
net-misc/eventd: Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/eventd/eventd-0.27.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-misc/eventd/eventd-0.27.0.ebuild b/net-misc/eventd/eventd-0.27.0.ebuild index f4197d8b68a3..3ddb82d0f980 100644 --- a/net-misc/eventd/eventd-0.27.0.ebuild +++ b/net-misc/eventd/eventd-0.27.0.ebuild @@ -16,6 +16,7 @@ IUSE="debug fbcon +introspection ipv6 libcanberra libnotify +notification pulseaudio purple speech systemd test upnp wayland webhook websocket +X zeroconf" +RESTRICT="!test? ( test )" REQUIRED_USE=" X? ( notification ) fbcon? ( notification ) |