diff options
author | 2021-09-13 03:00:04 +0200 | |
---|---|---|
committer | 2021-09-13 09:40:59 +0300 | |
commit | 25bd48291cdc23496b89e835bdffc69f0dfb8397 (patch) | |
tree | e0b494620df55a9ca174e552d7c6c322e89be5e1 /sys-auth/seatd/seatd-9999.ebuild | |
parent | app-crypt/swtpm: keyword 0.6.0-r1 for ~x86 (diff) | |
download | gentoo-25bd48291cdc23496b89e835bdffc69f0dfb8397.tar.gz gentoo-25bd48291cdc23496b89e835bdffc69f0dfb8397.tar.bz2 gentoo-25bd48291cdc23496b89e835bdffc69f0dfb8397.zip |
sys-auth/seatd: Version bump, 0.6.0
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Closes: https://github.com/gentoo/gentoo/pull/22279
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-auth/seatd/seatd-9999.ebuild')
-rw-r--r-- | sys-auth/seatd/seatd-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-auth/seatd/seatd-9999.ebuild b/sys-auth/seatd/seatd-9999.ebuild index c826e115f27c..5631c945732b 100644 --- a/sys-auth/seatd/seatd-9999.ebuild +++ b/sys-auth/seatd/seatd-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit meson systemd @@ -35,9 +35,9 @@ src_configure() { ) if use elogind || use systemd; then - emesonargs+=( -Dlogind=enabled ) + emesonargs+=( -Dlibseat-logind=enabled ) else - emesonargs+=( -Dlogind=disabled ) + emesonargs+=( -Dlibseat-logind=disabled ) fi meson_src_configure |