diff options
author | Mike Gilbert <floppym@gentoo.org> | 2022-04-12 11:18:31 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2022-04-16 19:10:12 -0400 |
commit | 9c2f93abf2338d3bf898986410197bb4238c873c (patch) | |
tree | 212d58a1064c1880b7936b1c2c3a6fba83f70cfc /virtual/libudev | |
parent | virtual/udev: add systemd-utils, drop sys-fs/udev (diff) | |
download | gentoo-9c2f93abf2338d3bf898986410197bb4238c873c.tar.gz gentoo-9c2f93abf2338d3bf898986410197bb4238c873c.tar.bz2 gentoo-9c2f93abf2338d3bf898986410197bb4238c873c.zip |
virtual/libudev: add systemd-utils, drop sys-fs/udev
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'virtual/libudev')
-rw-r--r-- | virtual/libudev/libudev-232-r6.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/virtual/libudev/libudev-232-r6.ebuild b/virtual/libudev/libudev-232-r6.ebuild new file mode 100644 index 000000000000..aed453196d9b --- /dev/null +++ b/virtual/libudev/libudev-232-r6.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit multilib-build + +DESCRIPTION="Virtual for libudev providers" + +SLOT="0/1" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +IUSE="systemd" + +RDEPEND=" + !systemd? ( || ( + sys-apps/systemd-utils[udev,${MULTILIB_USEDEP}] + >=sys-fs/eudev-3.2.9:0/0[${MULTILIB_USEDEP}] + ) ) + systemd? ( >=sys-apps/systemd-232:0/2[${MULTILIB_USEDEP}] ) +" |