This virtual package provides the following dependencies:
Install this version:
emerge -a =virtual/libudev-232-r7
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =virtual/libudev-232-r7
Or alternatively:
emerge --autounmask-write -a =virtual/libudev-232-r7
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 232-r7 | 7 | ~amd64 | 0/1 |
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit multilib-build
DESCRIPTION="Virtual for libudev providers"
SLOT="0/1"
KEYWORDS="~amd64"
IUSE="static-libs systemd"
RDEPEND="
!systemd? ( || (
sys-apps/systemd-utils[udev,${MULTILIB_USEDEP},static-libs(-)?]
sys-fs/udev[${MULTILIB_USEDEP},static-libs(-)?]
>=sys-fs/eudev-3.2.9:0/0[${MULTILIB_USEDEP},static-libs(-)?]
) )
systemd? ( >=sys-apps/systemd-232:0/2[${MULTILIB_USEDEP},static-libs(-)?] )
"
Manage flags for this package:
euse -i <flag> -p virtual/libudev |
euse -E <flag> -p virtual/libudev |
euse -D <flag> -p virtual/libudev
!systemd? ( || ( sys-apps/systemd-utils[udev,,static-libs(-)?] sys-fs/udev[,static-libs(-)?] >=sys-fs/eudev-3.2.9:0/0[,static-libs(-)?] ) ) systemd? ( >=sys-apps/systemd-232:0/2[,static-libs(-)?] )