From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 29F2C15808A for ; Mon, 28 Jul 2025 07:14:56 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 13E19341FCC for ; Mon, 28 Jul 2025 07:14:56 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A65F4110561; Mon, 28 Jul 2025 07:14:47 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 99ACB110561 for ; Mon, 28 Jul 2025 07:14:47 +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 54761341FBA for ; Mon, 28 Jul 2025 07:14:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 157263235 for ; Mon, 28 Jul 2025 07:14:45 +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: <1753686509.55dc41ba63c6052e1deedcd44ab4d58acdeaa9a4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeakup/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-accessibility/espeakup/espeakup-0.90-r2.ebuild app-accessibility/espeakup/espeakup-0.90-r3.ebuild app-accessibility/espeakup/espeakup-9999.ebuild X-VCS-Directories: app-accessibility/espeakup/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 55dc41ba63c6052e1deedcd44ab4d58acdeaa9a4 X-VCS-Branch: master Date: Mon, 28 Jul 2025 07:14: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: a38c7136-1cf9-491a-84bd-758c11b74778 X-Archives-Hash: 848bad5fc933e3b82d2762c730f8f308 commit: 55dc41ba63c6052e1deedcd44ab4d58acdeaa9a4 Author: Ian Jordan gmail com> AuthorDate: Sun Jul 27 20:32:17 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 28 07:08:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55dc41ba app-accessibility/espeakup: module load fixup I don't the difference between modprobe.d and modules-load.d and incorrectly made the fix in the wrong place in -r2. Will rememeber these packages need extra care in future. Signed-off-by: Ian Jordan gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43199 Signed-off-by: Sam James gentoo.org> .../espeakup/{espeakup-0.90-r2.ebuild => espeakup-0.90-r3.ebuild} | 2 +- app-accessibility/espeakup/espeakup-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-accessibility/espeakup/espeakup-0.90-r2.ebuild b/app-accessibility/espeakup/espeakup-0.90-r3.ebuild similarity index 98% rename from app-accessibility/espeakup/espeakup-0.90-r2.ebuild rename to app-accessibility/espeakup/espeakup-0.90-r3.ebuild index 30061f2f1470..e5fdfabc71a5 100644 --- a/app-accessibility/espeakup/espeakup-0.90-r2.ebuild +++ b/app-accessibility/espeakup/espeakup-0.90-r3.ebuild @@ -44,7 +44,7 @@ src_install() { einstalldocs newconfd "${FILESDIR}"/espeakup.confd espeakup newinitd "${FILESDIR}"/espeakup.initd espeakup - insinto /etc/modprobe.d + insinto /etc/modules-load.d/ newins "${FILESDIR}/modules.espeakup" espeakup.conf } diff --git a/app-accessibility/espeakup/espeakup-9999.ebuild b/app-accessibility/espeakup/espeakup-9999.ebuild index 745f48752b47..0aeb493ce780 100644 --- a/app-accessibility/espeakup/espeakup-9999.ebuild +++ b/app-accessibility/espeakup/espeakup-9999.ebuild @@ -42,7 +42,7 @@ src_install() { einstalldocs newconfd "${FILESDIR}"/espeakup.confd espeakup newinitd "${FILESDIR}"/espeakup.initd espeakup - insinto /etc/modprobe.d + insinto /etc/modules-load.d/ newins "${FILESDIR}/modules.espeakup" espeakup.conf }