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 A4306138334 for ; Wed, 16 Oct 2019 13:47:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E805EE095A; Wed, 16 Oct 2019 13:47:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D1869E095A for ; Wed, 16 Oct 2019 13:47:05 +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 A969F34BDAC for ; Wed, 16 Oct 2019 13:47:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85981744 for ; Wed, 16 Oct 2019 13:47:02 +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: <1571233610.4e362d48bb61f72774c77ba996724bf2676c2529.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/efl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/efl/efl-1.23.1.ebuild X-VCS-Directories: dev-libs/efl/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 4e362d48bb61f72774c77ba996724bf2676c2529 X-VCS-Branch: master Date: Wed, 16 Oct 2019 13:47:02 +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: 873b67c7-09db-4776-9def-9e7f60c5d54c X-Archives-Hash: a46d3ae04cfe608bb9b538051decb9d3 commit: 4e362d48bb61f72774c77ba996724bf2676c2529 Author: Joonas Niilola gentoo org> AuthorDate: Wed Oct 16 13:46:21 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Oct 16 13:46:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e362d48 dev-libs/efl: add 'debug' functionality to 1.23.1 Bug: https://bugs.gentoo.org/696888 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Joonas Niilola gentoo.org> dev-libs/efl/efl-1.23.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/efl/efl-1.23.1.ebuild b/dev-libs/efl/efl-1.23.1.ebuild index 939c0e23823..d6be2cb09fb 100644 --- a/dev-libs/efl/efl-1.23.1.ebuild +++ b/dev-libs/efl/efl-1.23.1.ebuild @@ -152,6 +152,7 @@ src_configure() { -D xinput22=true $(meson_use X x11) + $(meson_use debug debug-threads) $(meson_use drm) $(meson_use elogind) $(meson_use examples build-examples)