diff options
author | INODE64 <ffelix@inode64.com> | 2023-02-10 14:53:09 +0100 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2023-02-12 13:04:00 -0500 |
commit | 1b563c6b9c12ea7478a12effcb0c70a7f4416ebc (patch) | |
tree | 4a4a537f491da713051b260fd379ab19a8f1fe93 /sys-apps/gentoo-systemd-integration | |
parent | acct-group/floppy: new package, add 0 (diff) | |
download | gentoo-1b563c6b9c12ea7478a12effcb0c70a7f4416ebc.tar.gz gentoo-1b563c6b9c12ea7478a12effcb0c70a7f4416ebc.tar.bz2 gentoo-1b563c6b9c12ea7478a12effcb0c70a7f4416ebc.zip |
sys-apps/gentoo-systemd-integration: depend on floppy and usb groups
Used in 40-gentoo.rules.
Signed-off-by: INODE64 <ffelix@inode64.com>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps/gentoo-systemd-integration')
-rw-r--r-- | sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9.ebuild b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9.ebuild index ff0712f83a44..4da6c8d21f2f 100644 --- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9.ebuild +++ b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9.ebuild @@ -20,7 +20,9 @@ LICENSE="BSD" SLOT="0" IUSE="" -RDEPEND=">=sys-apps/systemd-207 +RDEPEND="acct-group/floppy + acct-group/usb + >=sys-apps/systemd-207 !sys-fs/eudev !sys-fs/udev" DEPEND=">=sys-apps/systemd-207" 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 0332820fef8a..e26fe7bd9539 100644 --- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild +++ b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild @@ -20,7 +20,9 @@ LICENSE="BSD" SLOT="0" IUSE="" -RDEPEND=">=sys-apps/systemd-207 +RDEPEND="acct-group/floppy + acct-group/usb + >=sys-apps/systemd-207 !sys-fs/eudev !sys-fs/udev" DEPEND=">=sys-apps/systemd-207" |