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 1572B13800E for ; Fri, 4 Mar 2016 03:59:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E3C221C00E; Fri, 4 Mar 2016 03:59:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4D0621C00E for ; Fri, 4 Mar 2016 03:59:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19A32340A61 for ; Fri, 4 Mar 2016 03:59:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 968C3208D for ; Fri, 4 Mar 2016 03:59:09 +0000 (UTC) From: "Stephen Klimaszewski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stephen Klimaszewski" Message-ID: <1457063818.c526d36c5015e9a74c2b60631aaa49b5e20d4554.steev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/lightdm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/lightdm/lightdm-1.16.6.ebuild X-VCS-Directories: x11-misc/lightdm/ X-VCS-Committer: steev X-VCS-Committer-Name: Stephen Klimaszewski X-VCS-Revision: c526d36c5015e9a74c2b60631aaa49b5e20d4554 X-VCS-Branch: master Date: Fri, 4 Mar 2016 03:59:09 +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: a7ee4814-3086-4138-bd58-00c5229efd6f X-Archives-Hash: 004b5ecf9012725d033b89efa6c8e8e7 commit: c526d36c5015e9a74c2b60631aaa49b5e20d4554 Author: Steev Klimaszewski gentoo org> AuthorDate: Fri Mar 4 03:56:58 2016 +0000 Commit: Stephen Klimaszewski gentoo org> CommitDate: Fri Mar 4 03:56:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c526d36c x11-misc/lightdm: Keyword 1.16.6 for ~arm64 Tested on Cortex-A53 Package-Manager: portage-2.2.27 x11-misc/lightdm/lightdm-1.16.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/lightdm/lightdm-1.16.6.ebuild b/x11-misc/lightdm/lightdm-1.16.6.ebuild index aaee53f..ce3a12a 100644 --- a/x11-misc/lightdm/lightdm-1.16.6.ebuild +++ b/x11-misc/lightdm/lightdm-1.16.6.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$ @@ -13,7 +13,7 @@ SRC_URI="https://launchpad.net/${PN}/${TRUNK_VERSION}/${PV}/+download/${P}.tar.x LICENSE="GPL-3 LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" IUSE="audit +gtk +introspection kde qt4 qt5 +gnome" REQUIRED_USE="|| ( gtk kde )"