commit:     d7ec92995a37d00bcd7827660854db80bacb3da9
Author:     Mason Rocha <turret <AT> turret <DOT> cyou>
AuthorDate: Mon Oct 13 21:52:15 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 21 15:10:39 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7ec9299

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 <turret <AT> turret.cyou>
Part-of: https://github.com/gentoo/gentoo/pull/44169
Closes: https://github.com/gentoo/gentoo/pull/44169
Signed-off-by: Sam James <sam <AT> gentoo.org>

 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 b34a1055b2ae..e7ffd56f40ae 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

Reply via email to