From d7ec92995a37d00bcd7827660854db80bacb3da9 Mon Sep 17 00:00:00 2001 From: Mason Rocha Date: Mon, 13 Oct 2025 16:52:15 -0500 Subject: [PATCH] app-crypt/ccid: fix udev rules install in 1.7.0 upstream installs udev rules in this version, but they install the file with underscores instead of hyphens. let's keep it our way in-line with the rest of the udev rules. Signed-off-by: Mason Rocha Part-of: https://github.com/gentoo/gentoo/pull/44169 Closes: https://github.com/gentoo/gentoo/pull/44169 Signed-off-by: Sam James --- app-crypt/ccid/ccid-1.7.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-crypt/ccid/ccid-1.7.0.ebuild b/app-crypt/ccid/ccid-1.7.0.ebuild index b34a1055b2aec..e7ffd56f40ae2 100644 --- a/app-crypt/ccid/ccid-1.7.0.ebuild +++ b/app-crypt/ccid/ccid-1.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,6 +26,7 @@ BDEPEND=" src_configure() { local emesonargs=( + -Dudev-rules=false $(meson_use twinserial serial) ) meson_src_configure