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 8EF8C15801B for ; Sat, 22 Jul 2023 17:29:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3A86E0856; Sat, 22 Jul 2023 17:29:53 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88B73E0856 for ; Sat, 22 Jul 2023 17:29:53 +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 75E62335CB9 for ; Sat, 22 Jul 2023 17:29:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00B21B8C for ; Sat, 22 Jul 2023 17:29:50 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1690046986.bcc7513b14e8e4be58e71383a8737f6df9c0902d.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: bcc7513b14e8e4be58e71383a8737f6df9c0902d X-VCS-Branch: dev Date: Sat, 22 Jul 2023 17:29:50 +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: 17ad7d0b-1e8b-4983-bf9c-30df65b806e2 X-Archives-Hash: 26b8ed4511b55b96e937c711a05da631 commit: bcc7513b14e8e4be58e71383a8737f6df9c0902d Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sat Jul 22 17:03:28 2023 +0000 Commit: Anna Vyalkova sysrq in> 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