commit: 04a137e8ed2c29610b1872b76e0b1b8d8b8f4546 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Tue Jul 18 22:54:10 2023 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Thu Jul 20 19:12:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04a137e8
virtual/libudev: Version bump to 251 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> virtual/libudev/libudev-251.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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}] ) +"
