mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 09:07:26 -08:00
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:
parent
754095cedf
commit
12fd415720
@ -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? (
|
||||
@ -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? (
|
||||
Loading…
x
Reference in New Issue
Block a user