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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7CAF7158099 for ; Mon, 20 Nov 2023 14:14:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F09B42BC031; Mon, 20 Nov 2023 14:14:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5EF92BC031 for ; Mon, 20 Nov 2023 14:14:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED800335D45 for ; Mon, 20 Nov 2023 14:14:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E08013AA for ; Mon, 20 Nov 2023 14:14:32 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1700452247.3dbe549acad8a4d64ee4b97cbadce7992f926da6.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-client/telescope/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-client/telescope/telescope-0.8.1.ebuild X-VCS-Directories: net-client/telescope/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 3dbe549acad8a4d64ee4b97cbadce7992f926da6 X-VCS-Branch: master Date: Mon, 20 Nov 2023 14:14:32 +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: 82a653f8-5985-43f8-a314-445d68adb573 X-Archives-Hash: d8b841291a8786138c4036da1ce4703c commit: 3dbe549acad8a4d64ee4b97cbadce7992f926da6 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Nov 20 03:50:39 2023 +0000 Commit: David Roman gmail com> CommitDate: Mon Nov 20 03:50:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3dbe549a net-client/telescope: force libbsd use Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> net-client/telescope/telescope-0.8.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-client/telescope/telescope-0.8.1.ebuild b/net-client/telescope/telescope-0.8.1.ebuild index ab583a6597..5980fc19e0 100644 --- a/net-client/telescope/telescope-0.8.1.ebuild +++ b/net-client/telescope/telescope-0.8.1.ebuild @@ -18,10 +18,10 @@ IUSE="+libbsd" DEPEND=" dev-libs/imsg-compat + dev-libs/libbsd dev-libs/libevent:= dev-libs/libretls:= sys-libs/ncurses:= - libbsd? ( dev-libs/libbsd ) " RDEPEND="${DEPEND}" BDEPEND=" @@ -47,7 +47,7 @@ src_configure() { local econf_args=( HOSTCC="${BUILD_CC}" HOSTCFLAGS="${BUILD_CFLAGS}" - $(use_with libbsd) + --with-libbsd --with-libimsg )