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 EF4F415800A for ; Sat, 22 Jul 2023 23:06:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61EC5E0817; Sat, 22 Jul 2023 23:06:08 +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 4854CE0817 for ; Sat, 22 Jul 2023 23:06:08 +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 513E3335D3B for ; Sat, 22 Jul 2023 23:06:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21CB5BF8 for ; Sat, 22 Jul 2023 23:06:04 +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: <1690046986.bcc7513b14e8e4be58e71383a8737f6df9c0902d.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/mtxclient/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/mtxclient/mtxclient-0.9.2.ebuild X-VCS-Directories: dev-libs/mtxclient/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: bcc7513b14e8e4be58e71383a8737f6df9c0902d X-VCS-Branch: master Date: Sat, 22 Jul 2023 23:06:04 +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: 59ad3081-3bd1-4b94-bb43-e4484d27fb81 X-Archives-Hash: caf63818a5f91b3b1ab3d94d58a6b3c9 commit: bcc7513b14e8e4be58e71383a8737f6df9c0902d Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sat Jul 22 17:03:28 2023 +0000 Commit: David Roman gmail com> CommitDate: Sat Jul 22 17:29:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bcc7513b dev-libs/mtxclient: remove pic use flag Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-libs/mtxclient/mtxclient-0.9.2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-libs/mtxclient/mtxclient-0.9.2.ebuild b/dev-libs/mtxclient/mtxclient-0.9.2.ebuild index a1a040656..e8c8b143b 100644 --- a/dev-libs/mtxclient/mtxclient-0.9.2.ebuild +++ b/dev-libs/mtxclient/mtxclient-0.9.2.ebuild @@ -13,16 +13,16 @@ LICENSE="MIT" SLOT="0/${PV}" # ABI may break even on patch version changes KEYWORDS="~amd64" -IUSE="+pie test" +IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" + >=dev-cpp/coeurl-0.3.0:=[ssl] dev-libs/libfmt:= dev-libs/olm >=dev-libs/openssl-1.1.0:= >=dev-libs/re2-0.2022.04.01:= dev-libs/spdlog:= - >=dev-cpp/coeurl-0.3.0:=[ssl] " DEPEND=" ${RDEPEND} @@ -38,7 +38,6 @@ src_configure() { local -a mycmakeargs=( -DBUILD_LIB_TESTS="$(usex test)" -DBUILD_LIB_EXAMPLES=OFF - -DCMAKE_POSITION_INDEPENDENT_CODE=$(usex pie) ) cmake_src_configure