Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sddm/
Date: Sat, 30 Jan 2016 13:56:43
Message-Id: 1454162187.64b90121fb8effe3e0f0af94af2bf92f34c4bac3.kensington@gentoo
1 commit: 64b90121fb8effe3e0f0af94af2bf92f34c4bac3
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 30 13:55:27 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 30 13:56:27 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64b90121
7
8 x11-misc/sddm: restore ~arm
9
10 It was dropped in 0.12.0 due to unkeyworded dependencies, but that has since
11 been resolved.
12
13 Gentoo-bug: 563308
14
15 Package-Manager: portage-2.2.27
16
17 x11-misc/sddm/sddm-0.12.0-r1.ebuild | 4 ++--
18 x11-misc/sddm/sddm-0.13.0-r1.ebuild | 4 ++--
19 2 files changed, 4 insertions(+), 4 deletions(-)
20
21 diff --git a/x11-misc/sddm/sddm-0.12.0-r1.ebuild b/x11-misc/sddm/sddm-0.12.0-r1.ebuild
22 index 0acdabc..2b31915 100644
23 --- a/x11-misc/sddm/sddm-0.12.0-r1.ebuild
24 +++ b/x11-misc/sddm/sddm-0.12.0-r1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2015 Gentoo Foundation
27 +# Copyright 1999-2016 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 # $Id$
30
31 @@ -8,7 +8,7 @@ inherit cmake-utils user
32 DESCRIPTION="Simple Desktop Display Manager"
33 HOMEPAGE="https://github.com/sddm/sddm"
34 SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz"
35 -KEYWORDS="~amd64 ~x86"
36 +KEYWORDS="~amd64 ~arm ~x86"
37
38 LICENSE="GPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0 public-domain"
39 SLOT="0"
40
41 diff --git a/x11-misc/sddm/sddm-0.13.0-r1.ebuild b/x11-misc/sddm/sddm-0.13.0-r1.ebuild
42 index ba4f5e4..7c61eb0 100644
43 --- a/x11-misc/sddm/sddm-0.13.0-r1.ebuild
44 +++ b/x11-misc/sddm/sddm-0.13.0-r1.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2015 Gentoo Foundation
47 +# Copyright 1999-2016 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Id$
50
51 @@ -8,7 +8,7 @@ inherit cmake-utils user
52 DESCRIPTION="Simple Desktop Display Manager"
53 HOMEPAGE="https://github.com/sddm/sddm"
54 SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz"
55 -KEYWORDS="~amd64 ~x86"
56 +KEYWORDS="~amd64 ~arm ~x86"
57
58 LICENSE="GPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0 public-domain"
59 SLOT="0"