From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8735958973 for ; Sat, 30 Jan 2016 13:56:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D60A2E0864; Sat, 30 Jan 2016 13:56:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A2B5E0864 for ; Sat, 30 Jan 2016 13:56:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 806B2340A85 for ; Sat, 30 Jan 2016 13:56:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEC99C0 for ; Sat, 30 Jan 2016 13:56:37 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1454162187.64b90121fb8effe3e0f0af94af2bf92f34c4bac3.kensington@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.12.0-r1.ebuild x11-misc/sddm/sddm-0.13.0-r1.ebuild X-VCS-Directories: x11-misc/sddm/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 64b90121fb8effe3e0f0af94af2bf92f34c4bac3 X-VCS-Branch: master Date: Sat, 30 Jan 2016 13:56:37 +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: 4143281a-12e0-4f7a-bd1a-038c14aa7bcd X-Archives-Hash: b5d098a6b4f646a6f3a2280f329f423a commit: 64b90121fb8effe3e0f0af94af2bf92f34c4bac3 Author: Michael Palimaka gentoo org> AuthorDate: Sat Jan 30 13:55:27 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Jan 30 13:56:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64b90121 x11-misc/sddm: restore ~arm It was dropped in 0.12.0 due to unkeyworded dependencies, but that has since been resolved. Gentoo-bug: 563308 Package-Manager: portage-2.2.27 x11-misc/sddm/sddm-0.12.0-r1.ebuild | 4 ++-- x11-misc/sddm/sddm-0.13.0-r1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-misc/sddm/sddm-0.12.0-r1.ebuild b/x11-misc/sddm/sddm-0.12.0-r1.ebuild index 0acdabc..2b31915 100644 --- a/x11-misc/sddm/sddm-0.12.0-r1.ebuild +++ b/x11-misc/sddm/sddm-0.12.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ inherit cmake-utils 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.xz" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" LICENSE="GPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0 public-domain" SLOT="0" diff --git a/x11-misc/sddm/sddm-0.13.0-r1.ebuild b/x11-misc/sddm/sddm-0.13.0-r1.ebuild index ba4f5e4..7c61eb0 100644 --- a/x11-misc/sddm/sddm-0.13.0-r1.ebuild +++ b/x11-misc/sddm/sddm-0.13.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ inherit cmake-utils 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.xz" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" LICENSE="GPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0 public-domain" SLOT="0"