diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-05-17 16:17:25 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-05-17 16:36:46 +0800 |
commit | 7cdd2b5c7041f9c181628f746dde83eced9d15e6 (patch) | |
tree | fb15634dd41f29b15fd1804201adbd5b5d003985 /sys-auth | |
parent | sys-auth/seatd: keyword 0.6.4 for ~loong (diff) | |
download | gentoo-7cdd2b5c7041f9c181628f746dde83eced9d15e6.tar.gz gentoo-7cdd2b5c7041f9c181628f746dde83eced9d15e6.tar.bz2 gentoo-7cdd2b5c7041f9c181628f746dde83eced9d15e6.zip |
sys-auth/seatd: forward ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/seatd/seatd-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/seatd/seatd-9999.ebuild b/sys-auth/seatd/seatd-9999.ebuild index 081e3f83179e..47d46e2a3ab2 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="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> ${P}.tar.gz" fi LICENSE="MIT" |