summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/lightdm/ChangeLog5
-rw-r--r--x11-misc/lightdm/lightdm-1.12.2.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-misc/lightdm/ChangeLog b/x11-misc/lightdm/ChangeLog
index 54cea92d258f..d59fe7c73e6d 100644
--- a/x11-misc/lightdm/ChangeLog
+++ b/x11-misc/lightdm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/lightdm
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.107 2015/01/19 20:33:44 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.108 2015/03/03 12:05:18 dlan Exp $
+
+ 03 Mar 2015; Yixun Lan <dlan@gentoo.org> lightdm-1.12.2.ebuild:
+ add arm64 support, tested on A53 board
*lightdm-1.13.1 (19 Jan 2015)
diff --git a/x11-misc/lightdm/lightdm-1.12.2.ebuild b/x11-misc/lightdm/lightdm-1.12.2.ebuild
index 1d8948ca48ab..4f8661c33cb7 100644
--- a/x11-misc/lightdm/lightdm-1.12.2.ebuild
+++ b/x11-misc/lightdm/lightdm-1.12.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.12.2.ebuild,v 1.1 2014/11/16 18:27:27 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.12.2.ebuild,v 1.2 2015/03/03 12:05:18 dlan Exp $
EAPI=5
inherit autotools eutils pam readme.gentoo systemd versionator
@@ -13,7 +13,7 @@ SRC_URI="http://launchpad.net/${PN}/${TRUNK_VERSION}/${PV}/+download/${P}.tar.xz
LICENSE="GPL-3 LGPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
IUSE="+gtk +introspection kde qt4"
REQUIRED_USE="|| ( gtk kde )"