mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user