commit: 12adb8665cbb05a091c5b4a580aa9f7ba30cfe3f Author: lch361 <lch361 <AT> skiff <DOT> com> AuthorDate: Sun Jan 21 08:26:20 2024 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Mon Jan 22 23:01:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12adb866
dev-cpp/sdbus-c++: Support sys-libs/basu in place of elogind or systemd Closes: https://github.com/gentoo/gentoo/pull/34936 Signed-off-by: lch361 <lch361 <AT> skiff.com> Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> dev-cpp/sdbus-c++/sdbus-c++-1.4.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-cpp/sdbus-c++/sdbus-c++-1.4.0.ebuild b/dev-cpp/sdbus-c++/sdbus-c++-1.4.0.ebuild index 287759bdb75c..1a1fadc23426 100644 --- a/dev-cpp/sdbus-c++/sdbus-c++-1.4.0.ebuild +++ b/dev-cpp/sdbus-c++/sdbus-c++-1.4.0.ebuild @@ -12,12 +12,13 @@ LICENSE="LGPL-2.1+ Nokia-Qt-LGPL-Exception-1.1" # Nothing to do with Qt but exce SLOT="0/1" KEYWORDS="~amd64" IUSE="doc +elogind systemd test tools" -REQUIRED_USE="^^ ( elogind systemd )" +REQUIRED_USE="?? ( elogind systemd )" RESTRICT="!test? ( test )" RDEPEND=" elogind? ( >=sys-auth/elogind-236 ) systemd? ( >=sys-apps/systemd-236:= ) + !elogind? ( !systemd? ( >=sys-libs/basu-0.2.1 ) ) tools? ( dev-libs/expat ) "
