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 B2C87138334 for ; Sun, 17 Jun 2018 23:29:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87EEAE09B8; Sun, 17 Jun 2018 23:29:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CD27EE09B4 for ; Sun, 17 Jun 2018 23:29:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 618A2335C7F for ; Sun, 17 Jun 2018 23:29:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE38333C for ; Sun, 17 Jun 2018 23:29:09 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1529278141.ef0da6bc69512ee7d2947e64e0fd62cf89112ebe.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sddm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/sddm/sddm-0.17.0-r4.ebuild X-VCS-Directories: x11-misc/sddm/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: ef0da6bc69512ee7d2947e64e0fd62cf89112ebe X-VCS-Branch: master Date: Sun, 17 Jun 2018 23:29:09 +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-Archives-Salt: 70d8142b-7caa-428c-927e-c8d4c384ddae X-Archives-Hash: 61ebf264e46aa52d9bd66bafad78eef9 commit: ef0da6bc69512ee7d2947e64e0fd62cf89112ebe Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Jun 17 23:27:33 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Jun 17 23:29:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef0da6bc x11-misc/sddm: x86 stable (bug #658238) Package-Manager: Portage-2.3.40, Repoman-2.3.9 x11-misc/sddm/sddm-0.17.0-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/sddm/sddm-0.17.0-r4.ebuild b/x11-misc/sddm/sddm-0.17.0-r4.ebuild index 090a03ea4de..9afc12bd4a4 100644 --- a/x11-misc/sddm/sddm-0.17.0-r4.ebuild +++ b/x11-misc/sddm/sddm-0.17.0-r4.ebuild @@ -9,7 +9,7 @@ inherit cmake-utils l10n systemd user DESCRIPTION="Simple Desktop Display Manager" HOMEPAGE="https://github.com/sddm/sddm" SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 x86" LICENSE="GPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0 public-domain" SLOT="0"