Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sys-apps/pcsc-lite: https://bugs.gentoo.org/735188 #17797

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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:0= )
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:0= )
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:0= )
policykit? ( >=sys-auth/polkit-0.111 )
acct-group/openct
acct-group/pcscd
Expand Down