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 3EA51158090 for ; Wed, 11 May 2022 16:12:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B422E0824; Wed, 11 May 2022 16:12:49 +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 E24D6E0824 for ; Wed, 11 May 2022 16:12:48 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBCC334193F for ; Wed, 11 May 2022 16:12:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAAD3287 for ; Wed, 11 May 2022 16:12:45 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1652285546.d71507fa9a414dc56ffe5d3056bedfa171a2ffe3.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libedit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libedit/libedit-20210419.3.1.ebuild X-VCS-Directories: dev-libs/libedit/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: d71507fa9a414dc56ffe5d3056bedfa171a2ffe3 X-VCS-Branch: master Date: Wed, 11 May 2022 16:12:45 +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: 483d1dd0-7128-4791-9560-e16c2a45edbe X-Archives-Hash: 14b6177bbe028c6829a58d21d7be0c3c commit: d71507fa9a414dc56ffe5d3056bedfa171a2ffe3 Author: Mike Gilbert gentoo org> AuthorDate: Wed May 11 16:12:26 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed May 11 16:12:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d71507fa dev-libs/libedit: set QA_PKGCONFIG_VERSION Signed-off-by: Mike Gilbert gentoo.org> dev-libs/libedit/libedit-20210419.3.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-libs/libedit/libedit-20210419.3.1.ebuild b/dev-libs/libedit/libedit-20210419.3.1.ebuild index 319a1a9c3fed..8831b8c10b57 100644 --- a/dev-libs/libedit/libedit-20210419.3.1.ebuild +++ b/dev-libs/libedit/libedit-20210419.3.1.ebuild @@ -20,6 +20,8 @@ IUSE="static-libs" RDEPEND=">=sys-libs/ncurses-5.9-r3[static-libs?,${MULTILIB_USEDEP}]" DEPEND=${RDEPEND} +QA_PKGCONFIG_VERSION=$(ver_cut 2-3) + multilib_src_configure() { local myconf=( $(use_enable static-libs static)