commit: c985f631ac947bd97f69670f4dd3b229c4a1ceca Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Mon Aug 12 17:18:35 2024 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Aug 12 17:19:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c985f631
sys-apps/gentoo-systemd-integration: drop empty IUSE assignment Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> .../gentoo-systemd-integration/gentoo-systemd-integration-9.ebuild | 3 +-- 1 file changed, 1 insertion(+), 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 0023f2d5ed9d..7f0b220760d5 100644 --- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9.ebuild +++ b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9.ebuild @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Gentoo Authors +# Copyright 2013-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,6 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Systemd" LICENSE="BSD" SLOT="0" -IUSE="" RDEPEND="acct-group/floppy acct-group/usb
