diff options
author | 2023-07-18 18:54:10 -0400 | |
---|---|---|
committer | 2023-07-20 15:12:17 -0400 | |
commit | 04a137e8ed2c29610b1872b76e0b1b8d8b8f4546 (patch) | |
tree | 9456f4b1598dcfe4e64f81af6684f9ecbe7b628c /virtual | |
parent | net-misc/r8125: migrate to linux-mod-r1.eclass (diff) | |
download | gentoo-04a137e8ed2c29610b1872b76e0b1b8d8b8f4546.tar.gz gentoo-04a137e8ed2c29610b1872b76e0b1b8d8b8f4546.tar.bz2 gentoo-04a137e8ed2c29610b1872b76e0b1b8d8b8f4546.zip |
virtual/libudev: Version bump to 251
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/libudev/libudev-251.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/virtual/libudev/libudev-251.ebuild b/virtual/libudev/libudev-251.ebuild new file mode 100644 index 000000000000..feae96ea89ed --- /dev/null +++ b/virtual/libudev/libudev-251.ebuild @@ -0,0 +1,19 @@ +# 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-apps/systemd-utils-251[udev,${MULTILIB_USEDEP}] ) + systemd? ( >=sys-apps/systemd-251:0/2[${MULTILIB_USEDEP}] ) +" |