This virtual package provides the following dependencies:
Install this version:
emerge -a =virtual/libudev-251-r3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =virtual/libudev-251-r3
Or alternatively:
emerge --autounmask-write -a =virtual/libudev-251-r3
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 251-r3 | 8 | ~amd64 | 0/1 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit multilib-build
DESCRIPTION="Virtual for libudev providers"
SLOT="0/1"
KEYWORDS="~amd64"
IUSE="systemd"
RDEPEND="
!systemd? ( sys-libs/libudev-garden[${MULTILIB_USEDEP}] )
systemd? ( >=sys-apps/systemd-251:0/2[${MULTILIB_USEDEP}] )
"
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-libs/libudev-garden[] ) systemd? ( >=sys-apps/systemd-251:0/2[] )