From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AADE5138263 for ; Sat, 21 May 2016 05:01:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4996521C04E; Sat, 21 May 2016 05:01:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0AE321C028 for ; Sat, 21 May 2016 05:01:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C2AF340C01 for ; Sat, 21 May 2016 05:01:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5667D97B for ; Sat, 21 May 2016 05:01:47 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1463806897.db4d55839812cc09f9eeded3939012d69a5cb161.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/wlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/wlc/wlc-9999.ebuild X-VCS-Directories: dev-libs/wlc/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: db4d55839812cc09f9eeded3939012d69a5cb161 X-VCS-Branch: master Date: Sat, 21 May 2016 05:01:47 +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-Archives-Salt: 58c2a219-98eb-4ab2-9882-5032d5427130 X-Archives-Hash: 7ff886bef22b92519f5d84c0ee90abfc commit: db4d55839812cc09f9eeded3939012d69a5cb161 Author: Jasen Borisov gmail com> AuthorDate: Fri May 20 16:01:59 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Sat May 21 05:01:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db4d5583 dev-libs/wlc: use new X configure option in live ebuild Upstream changed the way how to configure X11 support. Package-Manager: portage-2.3.0_rc1 Closes: https://github.com/gentoo/gentoo/pull/1499 Signed-off-by: Ian Delaney gentoo.org> dev-libs/wlc/wlc-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/wlc/wlc-9999.ebuild b/dev-libs/wlc/wlc-9999.ebuild index 55443ba..a25e855 100644 --- a/dev-libs/wlc/wlc-9999.ebuild +++ b/dev-libs/wlc/wlc-9999.ebuild @@ -40,10 +40,10 @@ src_configure() { -DWLC_BUILD_STATIC=$(usex static-libs) + -DWLC_X11_SUPPORT=$(usex X) + $(cmake-utils_use_find_package systemd Systemd) $(cmake-utils_use_find_package systemd Dbus) - $(cmake-utils_use_find_package X X11) - $(cmake-utils_use_find_package X XCB) ) cmake-utils_src_configure