commit: 9a32d2213da9b2a67ae566ffac5cb6311c84b80e Author: Ian Jordan <immoloism <AT> gmail <DOT> com> AuthorDate: Sat Jun 15 13:09:24 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun Jun 16 06:04:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a32d221
mate-extra/mate-power-manager: Remove forced systemd/elogind We patch out the requirements for either of these two services in Gentoo so this gives the user full choice over how they want to run MATE now. Signed-off-by: Ian Jordan <immoloism <AT> gmail.com> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> mate-extra/mate-power-manager/mate-power-manager-1.28.1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/mate-extra/mate-power-manager/mate-power-manager-1.28.1.ebuild b/mate-extra/mate-power-manager/mate-power-manager-1.28.1.ebuild index 8e0c9ce9aae6..47b00e951da7 100644 --- a/mate-extra/mate-power-manager/mate-power-manager-1.28.1.ebuild +++ b/mate-extra/mate-power-manager/mate-power-manager-1.28.1.ebuild @@ -16,8 +16,6 @@ LICENSE="FDL-1.1+ GPL-2+ LGPL-2+" SLOT="0" IUSE="+applet +elogind keyring policykit systemd test" -REQUIRED_USE="^^ ( elogind systemd )" - # Interactive testsuite. RESTRICT="test"
