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 712AC1581F3 for ; Tue, 26 Nov 2024 07:14:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E0EDE07F1; Tue, 26 Nov 2024 07:14:09 +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 6328CE07F1 for ; Tue, 26 Nov 2024 07:14: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2536033FDEE for ; Tue, 26 Nov 2024 07:14:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85B4718B9 for ; Tue, 26 Nov 2024 07:14:05 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1732605219.30ef97d38ace43ac95d4b27218bcbcb5c8d99977.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/geda/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/geda/geda-1.10.2-r101.ebuild sci-electronics/geda/geda-1.10.2-r102.ebuild X-VCS-Directories: sci-electronics/geda/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 30ef97d38ace43ac95d4b27218bcbcb5c8d99977 X-VCS-Branch: master Date: Tue, 26 Nov 2024 07:14:05 +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: 5430ffcf-c8a4-49db-b3d3-5304b688f7c6 X-Archives-Hash: 82fb0d18c29c859469169e61d1c8d002 commit: 30ef97d38ace43ac95d4b27218bcbcb5c8d99977 Author: Sam James gentoo org> AuthorDate: Tue Nov 26 07:11:55 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 26 07:13:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ef97d3 sci-electronics/geda: fix src_install Noticed via: ``` sci-electronics/geda MissingInherits: version 1.10.2-r101: guile: missing inherit usage: 'guile_src_install', line 92 ``` Signed-off-by: Sam James gentoo.org> .../geda/{geda-1.10.2-r101.ebuild => geda-1.10.2-r102.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-electronics/geda/geda-1.10.2-r101.ebuild b/sci-electronics/geda/geda-1.10.2-r102.ebuild similarity index 98% rename from sci-electronics/geda/geda-1.10.2-r101.ebuild rename to sci-electronics/geda/geda-1.10.2-r102.ebuild index 97f1d6d065b4..1f72ce4fd60b 100644 --- a/sci-electronics/geda/geda-1.10.2-r101.ebuild +++ b/sci-electronics/geda/geda-1.10.2-r102.ebuild @@ -89,7 +89,7 @@ src_configure() { } src_install() { - guile_src_install + guile-single_src_install find "${D}" -name '*.la' -delete || die }