From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 539EA138DB1 for ; Sat, 15 Oct 2016 05:34:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D13BEE0B1F; Sat, 15 Oct 2016 05:34:40 +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 74B46E0B1F for ; Sat, 15 Oct 2016 05:34:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 12616341059 for ; Sat, 15 Oct 2016 05:34:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A96CD305 for ; Sat, 15 Oct 2016 05:34:36 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1476509608.93e58ace65ee32d6c41390c83a71d101d23d5ac7.jer@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.7.ebuild x11-misc/lightdm/lightdm-1.17.6.ebuild x11-misc/lightdm/lightdm-1.18.1.ebuild x11-misc/lightdm/lightdm-1.18.2.ebuild x11-misc/lightdm/lightdm-1.19.3.ebuild x11-misc/lightdm/lightdm-1.19.4.ebuild X-VCS-Directories: x11-misc/lightdm/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 93e58ace65ee32d6c41390c83a71d101d23d5ac7 X-VCS-Branch: master Date: Sat, 15 Oct 2016 05:34:36 +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: 61e3aff5-a4e2-4014-9917-c131df91358b X-Archives-Hash: e4092c3b01ea99bd7fd249e5b799c7fe commit: 93e58ace65ee32d6c41390c83a71d101d23d5ac7 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Oct 15 05:33:28 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Oct 15 05:33:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e58ace x11-misc/lightdm: Mark ~ppc64 (bug #588202). Package-Manager: portage-2.3.2 RepoMan-Options: --ignore-arches x11-misc/lightdm/lightdm-1.16.7.ebuild | 2 +- x11-misc/lightdm/lightdm-1.17.6.ebuild | 2 +- x11-misc/lightdm/lightdm-1.18.1.ebuild | 2 +- x11-misc/lightdm/lightdm-1.18.2.ebuild | 2 +- x11-misc/lightdm/lightdm-1.19.3.ebuild | 2 +- x11-misc/lightdm/lightdm-1.19.4.ebuild | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11-misc/lightdm/lightdm-1.16.7.ebuild b/x11-misc/lightdm/lightdm-1.16.7.ebuild index 6f401dd..fa6f0da 100644 --- a/x11-misc/lightdm/lightdm-1.16.7.ebuild +++ b/x11-misc/lightdm/lightdm-1.16.7.ebuild @@ -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 ~arm64 ~ppc x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" IUSE="audit +gtk +introspection kde qt4 qt5 +gnome" REQUIRED_USE="|| ( gtk kde )" diff --git a/x11-misc/lightdm/lightdm-1.17.6.ebuild b/x11-misc/lightdm/lightdm-1.17.6.ebuild index 46c9b27..99abd4c 100644 --- a/x11-misc/lightdm/lightdm-1.17.6.ebuild +++ b/x11-misc/lightdm/lightdm-1.17.6.ebuild @@ -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 ~arm64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="audit +gtk +introspection kde qt4 qt5 +gnome" REQUIRED_USE="|| ( gtk kde )" diff --git a/x11-misc/lightdm/lightdm-1.18.1.ebuild b/x11-misc/lightdm/lightdm-1.18.1.ebuild index 46c9b27..99abd4c 100644 --- a/x11-misc/lightdm/lightdm-1.18.1.ebuild +++ b/x11-misc/lightdm/lightdm-1.18.1.ebuild @@ -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 ~arm64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="audit +gtk +introspection kde qt4 qt5 +gnome" REQUIRED_USE="|| ( gtk kde )" diff --git a/x11-misc/lightdm/lightdm-1.18.2.ebuild b/x11-misc/lightdm/lightdm-1.18.2.ebuild index cc4f0a8..22ff7e2 100644 --- a/x11-misc/lightdm/lightdm-1.18.2.ebuild +++ b/x11-misc/lightdm/lightdm-1.18.2.ebuild @@ -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 ~arm64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="audit +gtk +introspection kde qt4 qt5 +gnome" REQUIRED_USE="|| ( gtk kde )" diff --git a/x11-misc/lightdm/lightdm-1.19.3.ebuild b/x11-misc/lightdm/lightdm-1.19.3.ebuild index 46c9b27..99abd4c 100644 --- a/x11-misc/lightdm/lightdm-1.19.3.ebuild +++ b/x11-misc/lightdm/lightdm-1.19.3.ebuild @@ -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 ~arm64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="audit +gtk +introspection kde qt4 qt5 +gnome" REQUIRED_USE="|| ( gtk kde )" diff --git a/x11-misc/lightdm/lightdm-1.19.4.ebuild b/x11-misc/lightdm/lightdm-1.19.4.ebuild index cc4f0a8..22ff7e2 100644 --- a/x11-misc/lightdm/lightdm-1.19.4.ebuild +++ b/x11-misc/lightdm/lightdm-1.19.4.ebuild @@ -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 ~arm64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="audit +gtk +introspection kde qt4 qt5 +gnome" REQUIRED_USE="|| ( gtk kde )"