virtual/libudev - 251-r1 (KBrown-pub)

Search

Virtual Group Dependencies

This virtual package provides the following dependencies:

Install

Install this version:

emerge -a =virtual/libudev-251-r1

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

autounmask =virtual/libudev-251-r1

Or alternatively:

emerge --autounmask-write -a =virtual/libudev-251-r1

Package Information

Description:
Virtual for libudev providers

Ebuild Details

Version EAPI Keywords Slot
251-r1 8 ~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
IUSE="systemd"

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

Inherited Eclasses

Dependencies

RDEPEND

	!systemd? ( || (
		sys-fs/eudev[]
		sys-fs/udev[]
		sys-fs/libudev-zero
		>=sys-apps/systemd-utils-251[udev,]
	) )
	systemd? ( >=sys-apps/systemd-251:0/2[] )