Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sddm/
Date: Tue, 28 May 2019 02:35:51
Message-Id: 1559010916.7024d8c88d018ae1df7a53b69d095b0ab5988429.bman@gentoo
1 commit: 7024d8c88d018ae1df7a53b69d095b0ab5988429
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 28 02:27:46 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue May 28 02:35:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7024d8c8
7
8 x11-misc/sddm: arm64 stable
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.12
12 RepoMan-Options: --include-arches="arm64"
13
14 x11-misc/sddm/sddm-0.18.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/x11-misc/sddm/sddm-0.18.0.ebuild b/x11-misc/sddm/sddm-0.18.0.ebuild
18 index 4763b8f4f54..11c784821bb 100644
19 --- a/x11-misc/sddm/sddm-0.18.0.ebuild
20 +++ b/x11-misc/sddm/sddm-0.18.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -9,7 +9,7 @@ inherit cmake-utils l10n systemd user
28 DESCRIPTION="Simple Desktop Display Manager"
29 HOMEPAGE="https://github.com/sddm/sddm"
30 SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz"
31 -KEYWORDS="amd64 ~arm ~arm64 x86"
32 +KEYWORDS="amd64 ~arm arm64 x86"
33
34 LICENSE="GPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0 public-domain"
35 SLOT="0"