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 DBB1C138334 for ; Mon, 13 May 2019 08:50:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2038E086A; Mon, 13 May 2019 08:50:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A3959E086A for ; Mon, 13 May 2019 08:50:28 +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 62CBE3441CA for ; Mon, 13 May 2019 08:50:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 534832A5 for ; Mon, 13 May 2019 08:50:25 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1557737421.f3475aeb8577a6e80792ff8e3b7c5ccf886bc7ff.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineak-xosdplugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0-r2.ebuild X-VCS-Directories: x11-misc/lineak-xosdplugin/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: f3475aeb8577a6e80792ff8e3b7c5ccf886bc7ff X-VCS-Branch: master Date: Mon, 13 May 2019 08:50:25 +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: b7b78644-928a-45d8-a446-e2ab24d0688f X-Archives-Hash: d68d3f59fabb7b38739e0c1a85b58e57 commit: f3475aeb8577a6e80792ff8e3b7c5ccf886bc7ff Author: Jeroen Roovers gentoo org> AuthorDate: Mon May 13 08:49:54 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Mon May 13 08:50:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3475aeb x11-misc/lineak-xosdplugin: Set --with-lineak-plugindir Package-Manager: Portage-2.3.66, Repoman-2.3.12 Fixes: https://bugs.gentoo.org/683110 Signed-off-by: Jeroen Roovers gentoo.org> x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0-r2.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0-r2.ebuild b/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0-r2.ebuild index aea5af6276d..78d709a7519 100644 --- a/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0-r2.ebuild +++ b/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0-r2.ebuild @@ -29,7 +29,10 @@ PATCHES=( ) src_configure() { - econf $(use_enable debug) --with-x + econf \ + $(use_enable debug) \ + --with-lineak-plugindir="${EROOT}/usr/$(get_libdir)/lineakd" \ + --with-x } src_compile() {