virtual/libudev - 257-r1 (gardenhouse)

Search

Virtual Group Dependencies

This virtual package provides the following dependencies:

Install

Install this version:

emerge -a =virtual/libudev-257-r1

Package Information

Description:
Virtual for libudev providers

Ebuild Details

Version EAPI Keywords Slot
257-r1 8 ~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 0/1
View Raw Ebuild
# Copyright 1999-2026 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="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
IUSE="systemd"

RDEPEND="
	!systemd? ( sys-libs/libudev-garden[${MULTILIB_USEDEP}] )
	systemd? ( >=sys-apps/systemd-${PV}:0/2[${MULTILIB_USEDEP}] )
"

USE Flags

Manage flags for this package: euse -i <flag> -p virtual/libudev | euse -E <flag> -p virtual/libudev | euse -D <flag> -p virtual/libudev

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

	!systemd? ( sys-libs/libudev-garden[] )
	systemd? ( >=sys-apps/systemd-257-r1:0/2[] )