diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-10-04 22:55:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-10-04 23:17:13 +0200 |
commit | c789c4f7beb6eb5ade12bb6e352999c5bc7aec87 (patch) | |
tree | 2b379bf1c85494d4e32106b7c0eea115930d6f41 /virtual | |
parent | dev-python/pypy3-exe-bin: Rebuild with sethostname() patch (diff) | |
download | gentoo-c789c4f7beb6eb5ade12bb6e352999c5bc7aec87.tar.gz gentoo-c789c4f7beb6eb5ade12bb6e352999c5bc7aec87.tar.bz2 gentoo-c789c4f7beb6eb5ade12bb6e352999c5bc7aec87.zip |
virtual/udev: Remove USE=systemd
The 'systemd' USE flag has been introduced in 2014 to workaround an old
bug in Portage. Over 6 years later, even if somebody still used Portage
this old, it will not be able to upgrade because of new EAPI. Let's
remove it and let people use whichever udev provider they like,
including genuine systemd-udevd on top of OpenRC.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/17776
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/udev/udev-217-r1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/virtual/udev/udev-217-r1.ebuild b/virtual/udev/udev-217-r1.ebuild new file mode 100644 index 000000000000..afec47f87dd3 --- /dev/null +++ b/virtual/udev/udev-217-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Virtual to select between different udev daemon providers" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +IUSE="systemd" + +RDEPEND=" + || ( + >=sys-fs/eudev-2.1.1 + >=sys-fs/udev-217 + >=sys-apps/systemd-217 + ) +" |