summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-13 11:08:49 +0000
committerSam James <sam@gentoo.org>2021-06-13 11:08:49 +0000
commit5a4bb29ab78b444bf2e59af9f7b71428bd68efc6 (patch)
tree655bdd29cb33d7cc687846aa3d31078494ba6464 /sys-auth
parentmedia-libs/glfw: Stabilize 3.3.4 x86, #795741 (diff)
downloadgentoo-5a4bb29ab78b444bf2e59af9f7b71428bd68efc6.tar.gz
gentoo-5a4bb29ab78b444bf2e59af9f7b71428bd68efc6.tar.bz2
gentoo-5a4bb29ab78b444bf2e59af9f7b71428bd68efc6.zip
sys-auth/seatd: Stabilize 0.5.0 amd64, #795723
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/seatd/seatd-0.5.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/seatd/seatd-0.5.0.ebuild b/sys-auth/seatd/seatd-0.5.0.ebuild
index 0457197efb26..399ae87423b6 100644
--- a/sys-auth/seatd/seatd-0.5.0.ebuild
+++ b/sys-auth/seatd/seatd-0.5.0.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 x86"
+ KEYWORDS="amd64 ~arm64 ~ppc64 x86"
SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> ${P}.tar.gz"
fi
LICENSE="MIT"