summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-08-07 04:12:55 -0400
committerIonen Wolkens <ionen@gentoo.org>2021-08-07 04:24:51 -0400
commit69875152acd55101bdbb7219a9eb925971a6ebbc (patch)
treeab7c83943548114be703deab59fc37718fc50dc7 /sys-auth/seatd
parentsys-auth/seatd: Add builtin and server IUSE flags (diff)
downloadgentoo-69875152acd55101bdbb7219a9eb925971a6ebbc.tar.gz
gentoo-69875152acd55101bdbb7219a9eb925971a6ebbc.tar.bz2
gentoo-69875152acd55101bdbb7219a9eb925971a6ebbc.zip
sys-auth/seatd: fix keywords for new 0.5.0-r1
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'sys-auth/seatd')
-rw-r--r--sys-auth/seatd/seatd-0.5.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/seatd/seatd-0.5.0-r1.ebuild b/sys-auth/seatd/seatd-0.5.0-r1.ebuild
index ea510f9db2af..4e1943599a35 100644
--- a/sys-auth/seatd/seatd-0.5.0-r1.ebuild
+++ b/sys-auth/seatd/seatd-0.5.0-r1.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 ~ppc64 ~riscv ~x86"
SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> ${P}.tar.gz"
fi
LICENSE="MIT"