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 A98751396D9 for ; Thu, 19 Oct 2017 12:57:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 060E7E0E47; Thu, 19 Oct 2017 12:57:26 +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 D746AE0E47 for ; Thu, 19 Oct 2017 12:57:25 +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 E080F33BF55 for ; Thu, 19 Oct 2017 12:57:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81176310 for ; Thu, 19 Oct 2017 12:57:23 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1508417823.3752bc0f8b8022e3ce2d4b1ac418859f4ccdb265.mrueg@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.15.0.ebuild X-VCS-Directories: x11-misc/sddm/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 3752bc0f8b8022e3ce2d4b1ac418859f4ccdb265 X-VCS-Branch: master Date: Thu, 19 Oct 2017 12:57:23 +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: dec55626-b0b1-4ec8-b6f4-5c97b3763aec X-Archives-Hash: b84f204a81a5fda380ae02466d7b85bb commit: 3752bc0f8b8022e3ce2d4b1ac418859f4ccdb265 Author: Manuel Rüger gentoo org> AuthorDate: Thu Oct 19 12:57:03 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Thu Oct 19 12:57:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3752bc0f x11-misc/sddm: Stable on amd64 Package-Manager: Portage-2.3.11, Repoman-2.3.3 x11-misc/sddm/sddm-0.15.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/sddm/sddm-0.15.0.ebuild b/x11-misc/sddm/sddm-0.15.0.ebuild index acd5a8fc755..cc14c6f7411 100644 --- a/x11-misc/sddm/sddm-0.15.0.ebuild +++ b/x11-misc/sddm/sddm-0.15.0.ebuild @@ -8,7 +8,7 @@ inherit cmake-utils 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"