From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 11C70138334 for ; Sat, 26 Oct 2019 09:55:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BF14E0963; Sat, 26 Oct 2019 09:55:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1971E0963 for ; Sat, 26 Oct 2019 09:55:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89D3634C461 for ; Sat, 26 Oct 2019 09:55:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE25C7FD for ; Sat, 26 Oct 2019 09:54:58 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1572083564.8dd9b7f826ee7624f061fe2f6579bb175a7f52f8.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/eventd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/eventd/eventd-0.27.0.ebuild X-VCS-Directories: net-misc/eventd/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 8dd9b7f826ee7624f061fe2f6579bb175a7f52f8 X-VCS-Branch: master Date: Sat, 26 Oct 2019 09:54:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3d7cf86e-5c22-41bc-a766-c182bec43a0d X-Archives-Hash: 63abc3c7901ddd368f644fa3b73be814 commit: 8dd9b7f826ee7624f061fe2f6579bb175a7f52f8 Author: Joonas Niilola gentoo org> AuthorDate: Sat Oct 26 09:52:44 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Oct 26 09:52:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dd9b7f8 net-misc/eventd: correctly configure 'wayland' support Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Joonas Niilola gentoo.org> net-misc/eventd/eventd-0.27.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/eventd/eventd-0.27.0.ebuild b/net-misc/eventd/eventd-0.27.0.ebuild index e1077cdceb1..af04553dd7b 100644 --- a/net-misc/eventd/eventd-0.27.0.ebuild +++ b/net-misc/eventd/eventd-0.27.0.ebuild @@ -84,7 +84,7 @@ src_configure() { $(meson_use ipv6) $(meson_use systemd) $(meson_use notification notification-daemon) - $(meson_use wayland) + $(meson_use wayland nd-wayland) $(meson_use X nd-xcb) $(meson_use fbcon nd-fbdev) $(meson_use purple im)