Skip to content

Commit

Permalink
sys-apps/pcsc-lite: replace udev with libudev (virtual)
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/735188
Closes: https://bugs.gentoo.org/747079
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: #17797
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
  • Loading branch information
vaukai authored and Zlogene committed Mar 7, 2021
1 parent 4e78322 commit de7603b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sys-apps/pcsc-lite/metadata.xml
Expand Up @@ -15,7 +15,7 @@
</flag>

<flag name="udev">
Use <pkg>sys-fs/udev</pkg> rules to handle devices' permissions
Use <pkg>virtual/libudev</pkg> rules to handle devices' permissions
and hotplug support. Unless you know what you're doing do not
disable this flag on Linux kernels. This is provided as an
option for completeness.
Expand Down
2 changes: 1 addition & 1 deletion sys-apps/pcsc-lite/pcsc-lite-1.8.25-r1.ebuild
Expand Up @@ -28,7 +28,7 @@ REQUIRED_USE="^^ ( udev libusb ) ${PYTHON_REQUIRED_USE}"
# No dependencies need the MULTILIB_DEPS because the libraries are actually
# standalone, the deps are only needed for the daemon itself.
DEPEND="libusb? ( virtual/libusb:1 )
udev? ( virtual/udev )
udev? ( virtual/libudev:= )
policykit? ( >=sys-auth/polkit-0.111 )
acct-group/openct
acct-group/pcscd
Expand Down
2 changes: 1 addition & 1 deletion sys-apps/pcsc-lite/pcsc-lite-1.8.26.ebuild
Expand Up @@ -28,7 +28,7 @@ REQUIRED_USE="^^ ( udev libusb ) ${PYTHON_REQUIRED_USE}"
# No dependencies need the MULTILIB_DEPS because the libraries are actually
# standalone, the deps are only needed for the daemon itself.
DEPEND="libusb? ( virtual/libusb:1 )
udev? ( virtual/udev )
udev? ( virtual/libudev:= )
policykit? ( >=sys-auth/polkit-0.111 )
acct-group/openct
acct-group/pcscd
Expand Down
2 changes: 1 addition & 1 deletion sys-apps/pcsc-lite/pcsc-lite-1.9.0.ebuild
Expand Up @@ -28,7 +28,7 @@ REQUIRED_USE="^^ ( udev libusb ) ${PYTHON_REQUIRED_USE}"
# No dependencies need the MULTILIB_DEPS because the libraries are actually
# standalone, the deps are only needed for the daemon itself.
DEPEND="libusb? ( virtual/libusb:1 )
udev? ( virtual/udev )
udev? ( virtual/libudev:= )
policykit? ( >=sys-auth/polkit-0.111 )
acct-group/openct
acct-group/pcscd
Expand Down

0 comments on commit de7603b

Please sign in to comment.