Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/eventd/
Date: Thu, 28 May 2020 12:01:04
Message-Id: 1590667091.c79dc83abcca018e4d42af61e755ab5e24359f76.juippis@gentoo
1 commit: c79dc83abcca018e4d42af61e755ab5e24359f76
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 28 11:57:57 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu May 28 11:58:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c79dc83a
7
8 net-misc/eventd: disable wayland support due to missing dep
9
10 Closes: https://bugs.gentoo.org/702820
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 net-misc/eventd/eventd-0.27.0-r1.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/net-misc/eventd/eventd-0.27.0-r1.ebuild b/net-misc/eventd/eventd-0.27.0-r1.ebuild
17 index 5805963615d..e533b5124a7 100644
18 --- a/net-misc/eventd/eventd-0.27.0-r1.ebuild
19 +++ b/net-misc/eventd/eventd-0.27.0-r1.ebuild
20 @@ -13,8 +13,7 @@ LICENSE="GPL-3+ LGPL-3+ ISC MIT"
21 SLOT="0"
22 KEYWORDS="~amd64 ~x86"
23 IUSE="debug fbcon +introspection ipv6 libcanberra libnotify +notification
24 - pulseaudio purple speech systemd test upnp wayland webhook websocket
25 - +X zeroconf"
26 + pulseaudio purple speech systemd test upnp webhook websocket +X zeroconf"
27
28 RESTRICT="!test? ( test )"
29 REQUIRED_USE="
30 @@ -51,7 +50,6 @@ COMMON_DEPEND="
31 speech? ( app-accessibility/speech-dispatcher )
32 systemd? ( sys-apps/systemd:= )
33 upnp? ( >=net-libs/gssdp-1.2:0= )
34 - wayland? ( dev-libs/wayland )
35 webhook? ( net-libs/libsoup:2.4 )
36 websocket? ( net-libs/libsoup:2.4 )
37 zeroconf? ( net-dns/avahi[dbus] )
38 @@ -78,17 +76,18 @@ pkg_setup() {
39 }
40
41 src_configure() {
42 + # wayland disabled due to missing dep in ::gentoo, wayland-wall
43 local emesonargs=(
44 -Dsystemduserunitdir="$(systemd_get_userunitdir)"
45 -Dsystemdsystemunitdir="$(systemd_get_systemunitdir)"
46 -Ddbussessionservicedir="${EPREFIX}/usr/share/dbus-1/services"
47 + -Dnd-wayland=false
48 $(meson_feature websocket)
49 $(meson_feature zeroconf dns-sd)
50 $(meson_feature upnp ssdp)
51 $(meson_use ipv6)
52 $(meson_use systemd)
53 $(meson_use notification notification-daemon)
54 - $(meson_use wayland nd-wayland)
55 $(meson_use X nd-xcb)
56 $(meson_use fbcon nd-fbdev)
57 $(meson_use purple im)