diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-21 14:00:07 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-21 14:00:07 +0300 |
commit | 2831d2181ecc23f10d8d63ad42e7d18ee28e1dd7 (patch) | |
tree | 2ff4227ae4eb70f9aafcc69070422baf4010001d /sys-auth | |
parent | sys-auth/seatd: drop 0.7.0-r1 (diff) | |
download | gentoo-2831d2181ecc23f10d8d63ad42e7d18ee28e1dd7.tar.gz gentoo-2831d2181ecc23f10d8d63ad42e7d18ee28e1dd7.tar.bz2 gentoo-2831d2181ecc23f10d8d63ad42e7d18ee28e1dd7.zip |
sys-auth/seatd: sync live
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/seatd/seatd-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/seatd/seatd-9999.ebuild b/sys-auth/seatd/seatd-9999.ebuild index 568f20ede190..a9bfcfa000ff 100644 --- a/sys-auth/seatd/seatd-9999.ebuild +++ b/sys-auth/seatd/seatd-9999.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/seatd" else - KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> ${P}.tar.gz" fi LICENSE="MIT" @@ -21,7 +21,7 @@ REQUIRED_USE="?? ( elogind systemd )" DEPEND=" elogind? ( sys-auth/elogind ) - systemd? ( sys-apps/systemd ) + systemd? ( sys-apps/systemd:= ) " RDEPEND="${DEPEND} server? ( acct-group/seat ) |