app-misc/lirc: fix dev-libs/libftdi dependency

... which was the last reverse dependency of dev-embedded/libftdi:0.

Bug: https://bugs.gentoo.org/952289
Closes: https://bugs.gentoo.org/904690
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-05-05 16:14:54 +01:00
parent 754095cedf
commit 12fd415720
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -45,7 +45,7 @@ COMMON_DEPEND="
$(python_gen_cond_dep '
dev-python/pyyaml[${PYTHON_USEDEP}]
')
ftdi? ( dev-embedded/libftdi:0 )
ftdi? ( dev-embedded/libftdi:1 )
systemd? ( sys-apps/systemd )
usb? ( virtual/libusb:0 )
X? (

View File

@ -45,7 +45,7 @@ COMMON_DEPEND="
$(python_gen_cond_dep '
dev-python/pyyaml[${PYTHON_USEDEP}]
')
ftdi? ( dev-embedded/libftdi:0 )
ftdi? ( dev-embedded/libftdi:1 )
systemd? ( sys-apps/systemd )
usb? ( virtual/libusb:0 )
X? (