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 14D04138359 for ; Wed, 25 Nov 2020 11:40:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53981E0829; Wed, 25 Nov 2020 11:40:10 +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 A9461E0829 for ; Wed, 25 Nov 2020 11:40:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 43639341237 for ; Wed, 25 Nov 2020 11:40:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAF643FB for ; Wed, 25 Nov 2020 11:40:06 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1606304401.f025dcc968fa174adca5d9071898bdce9fb373ac.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/libqb/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/libqb/libqb-2.0.1-r1.ebuild sys-cluster/libqb/libqb-2.0.1.ebuild X-VCS-Directories: sys-cluster/libqb/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: f025dcc968fa174adca5d9071898bdce9fb373ac X-VCS-Branch: master Date: Wed, 25 Nov 2020 11:40:06 +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: 447e75de-c2f0-4a11-b265-367845984473 X-Archives-Hash: fe103f42d15fed4bca031efb91045dcd commit: f025dcc968fa174adca5d9071898bdce9fb373ac Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Nov 25 11:39:47 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Nov 25 11:40:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f025dcc9 sys-cluster/libqb: set socket dir to /run Closes: https://bugs.gentoo.org/756694 Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann gentoo.org> sys-cluster/libqb/{libqb-2.0.1.ebuild => libqb-2.0.1-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-cluster/libqb/libqb-2.0.1.ebuild b/sys-cluster/libqb/libqb-2.0.1-r1.ebuild similarity index 97% rename from sys-cluster/libqb/libqb-2.0.1.ebuild rename to sys-cluster/libqb/libqb-2.0.1-r1.ebuild index 661baf49bdb..22311b86bfc 100644 --- a/sys-cluster/libqb/libqb-2.0.1.ebuild +++ b/sys-cluster/libqb/libqb-2.0.1-r1.ebuild @@ -41,6 +41,7 @@ src_prepare() { src_configure() { econf \ --disable-static \ + --with-socket-dir=/run \ $(use_enable systemd systemd-journal) \ $(use_enable debug) }