diff options
author | Sam James <sam@gentoo.org> | 2023-06-15 03:00:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-15 03:03:39 +0100 |
commit | b7f1ae063a1d4c6dc1d483586e718b4c12653e27 (patch) | |
tree | 2a3a304f726b37e58928631ada48889698efcad9 /virtual | |
parent | virtual/udev: drop 217-r3 (diff) | |
download | gentoo-b7f1ae063a1d4c6dc1d483586e718b4c12653e27.tar.gz gentoo-b7f1ae063a1d4c6dc1d483586e718b4c12653e27.tar.bz2 gentoo-b7f1ae063a1d4c6dc1d483586e718b4c12653e27.zip |
virtual/libudev: drop sys-fs/udev as a provider
We don't want Portage to try cling to this obsolete meta which just
depends on systemd-utils[udev] anyway.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/libudev/libudev-232-r8.ebuild (renamed from virtual/libudev/libudev-232-r7.ebuild) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/virtual/libudev/libudev-232-r7.ebuild b/virtual/libudev/libudev-232-r8.ebuild index a9ab38b6a4d1..2bf61cd4815c 100644 --- a/virtual/libudev/libudev-232-r7.ebuild +++ b/virtual/libudev/libudev-232-r8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,6 @@ IUSE="systemd" RDEPEND=" !systemd? ( || ( sys-apps/systemd-utils[udev,${MULTILIB_USEDEP}] - sys-fs/udev[${MULTILIB_USEDEP}] >=sys-fs/eudev-3.2.9:0/0[${MULTILIB_USEDEP}] ) ) systemd? ( >=sys-apps/systemd-232:0/2[${MULTILIB_USEDEP}] ) |