From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 912281382C5 for ; Fri, 11 Dec 2020 18:02:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDF50E08F1; Fri, 11 Dec 2020 18:02:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6635E08F1 for ; Fri, 11 Dec 2020 18:02:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C327340C36 for ; Fri, 11 Dec 2020 18:02:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF3AA485 for ; Fri, 11 Dec 2020 18:02:47 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1607709761.3c7d2da009735b862210d8d3aa7b9a7cbc969bfe.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/seatd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/seatd/seatd-0.4.0-r1.ebuild X-VCS-Directories: sys-auth/seatd/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 3c7d2da009735b862210d8d3aa7b9a7cbc969bfe X-VCS-Branch: master Date: Fri, 11 Dec 2020 18:02:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e3142539-605b-49f8-a965-e2f36d8654dc X-Archives-Hash: d5ed1820011a6d8099868152047dc213 commit: 3c7d2da009735b862210d8d3aa7b9a7cbc969bfe Author: Matthew Thode gentoo org> AuthorDate: Fri Dec 11 17:54:57 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Fri Dec 11 18:02:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c7d2da0 sys-auth/seatd: stable amd64/x86/arm64 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Matthew Thode gentoo.org> sys-auth/seatd/seatd-0.4.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/seatd/seatd-0.4.0-r1.ebuild b/sys-auth/seatd/seatd-0.4.0-r1.ebuild index ab311a6c598..88d98cef8d3 100644 --- a/sys-auth/seatd/seatd-0.4.0-r1.ebuild +++ b/sys-auth/seatd/seatd-0.4.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 ~x86" + KEYWORDS="amd64 arm64 ~ppc64 x86" SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> ${P}.tar.gz" fi LICENSE="MIT"