virtual/libudev - 232 (peec)

Search

Virtual Group Dependencies

This virtual package provides the following dependencies:

Install

Install this version:

emerge -a =virtual/libudev-232

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =virtual/libudev-232

Or alternatively:

emerge --autounmask-write -a =virtual/libudev-232

Package Information

Description:
Virtual for libudev providers

Ebuild Details

Version EAPI Keywords Slot
232 8 amd64 arm arm64 x86 0/1
View Raw Ebuild
# Copyright 1999-2023 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 arm arm64 x86"
IUSE="eudev +sticky-tags systemd"
REQUIRED_USE="
	?? ( eudev systemd )
	eudev? ( !sticky-tags )
"

# eudev does not provide v251 APIs, see
# https://github.com/eudev-project/eudev/issues/249
RDEPEND="
	!systemd? (
		eudev? ( sys-fs/eudev[${MULTILIB_USEDEP}] )
	)
	systemd? ( >=sys-apps/systemd-251: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

sticky-tags
Default: Enabled (+)

Inherited Eclasses

Dependencies

RDEPEND

	!systemd? (
		eudev? ( sys-fs/eudev[] )
	)
	systemd? ( >=sys-apps/systemd-251:0/2[] )