commit: 2759b2373cc288f09a634982691c398460dd58ab Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Sat Aug 10 10:41:10 2024 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Aug 12 17:19:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2759b237
sys-apps/gentoo-systemd-integration: drop nonexistent blockers After taking a look at virtual/udev I think this would be good. Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Closes: https://github.com/gentoo/gentoo/pull/38052 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> .../gentoo-systemd-integration/gentoo-systemd-integration-9-r1.ebuild | 3 +-- .../gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9-r1.ebuild b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9-r1.ebuild index 0961e3cf6ebb..1c79af84dbd4 100644 --- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9-r1.ebuild +++ b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9-r1.ebuild @@ -22,8 +22,7 @@ SLOT="0" RDEPEND="acct-group/floppy acct-group/usb >=sys-apps/systemd-207 - !sys-fs/eudev - !sys-fs/udev" +" DEPEND=">=sys-apps/systemd-207" BDEPEND="virtual/pkgconfig" diff --git a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild index 1c92ed516365..64e5d83af27d 100644 --- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild +++ b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild @@ -22,8 +22,7 @@ SLOT="0" RDEPEND="acct-group/floppy acct-group/usb >=sys-apps/systemd-207 - !sys-fs/eudev - !sys-fs/udev" +" DEPEND=">=sys-apps/systemd-207" BDEPEND="virtual/pkgconfig"
