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@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@gentoo.org>
This commit is contained in:
Mason Rocha
2025-10-13 16:52:15 -05:00
committed by Sam James
parent 4a576598c7
commit d7ec92995a

View File

@@ -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