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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D69CF158042 for ; Tue, 29 Oct 2024 22:08:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D004E0805; Tue, 29 Oct 2024 22:08:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1708BE0805 for ; Tue, 29 Oct 2024 22:08:20 +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 59C1D340813 for ; Tue, 29 Oct 2024 22:08:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E28BF1626 for ; Tue, 29 Oct 2024 22:08:17 +0000 (UTC) From: "Arsen Arsenović" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arsen Arsenović" Message-ID: <1730239616.9ddf204ce04250e9ca679a2f2a43fdfd949aa2f3.arsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/guile/guile-2.2.7-r102.ebuild X-VCS-Directories: dev-scheme/guile/ X-VCS-Committer: arsen X-VCS-Committer-Name: Arsen Arsenović X-VCS-Revision: 9ddf204ce04250e9ca679a2f2a43fdfd949aa2f3 X-VCS-Branch: master Date: Tue, 29 Oct 2024 22:08:17 +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: 9b8baa8b-b1be-4b19-9630-823c144837d8 X-Archives-Hash: 37dd75544631800254e0a9659679f535 commit: 9ddf204ce04250e9ca679a2f2a43fdfd949aa2f3 Author: Arsen Arsenović gentoo org> AuthorDate: Tue Oct 29 22:05:42 2024 +0000 Commit: Arsen Arsenović gentoo org> CommitDate: Tue Oct 29 22:06:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ddf204c dev-scheme/guile: remove ${pcdir}/guile-2.2.pc sanity check It isn't really needed, yet it had false-positives, so remove it. Closes: https://bugs.gentoo.org/941767 Thanks-to: Chris Hall gmail.com> Signed-off-by: Arsen Arsenović gentoo.org> dev-scheme/guile/guile-2.2.7-r102.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-scheme/guile/guile-2.2.7-r102.ebuild b/dev-scheme/guile/guile-2.2.7-r102.ebuild index 1d15e85cfa4c..def2050c96aa 100644 --- a/dev-scheme/guile/guile-2.2.7-r102.ebuild +++ b/dev-scheme/guile/guile-2.2.7-r102.ebuild @@ -105,9 +105,6 @@ src_install() { mv "${ED}"/usr/$(get_libdir)/pkgconfig/ \ "${ED}/${pcdir}" || die - [[ -f "${pcdir}"/guile-2.2.pc ]] - assert "failed to install .pc file?" - guile_slot_info local major="$(ver_cut 1 "${SLOT}")"