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 2F5FD1384AF for ; Sat, 12 Sep 2015 09:07:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 132BFE0866; Sat, 12 Sep 2015 09:07:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D330E0866 for ; Sat, 12 Sep 2015 09:07:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9542340ADB for ; Sat, 12 Sep 2015 09:07:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4720B18F for ; Sat, 12 Sep 2015 09:07:00 +0000 (UTC) From: "Markos Chandras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markos Chandras" Message-ID: <1442048673.3b0d5a3b0c9e8a2f6a322b32e88e420bf82d473c.hwoarang@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.10.5.ebuild X-VCS-Directories: x11-misc/lightdm/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: 3b0d5a3b0c9e8a2f6a322b32e88e420bf82d473c X-VCS-Branch: master Date: Sat, 12 Sep 2015 09:07:00 +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: efac9ed1-ae94-4459-a0ec-80ee95753827 X-Archives-Hash: 4ec99e3819c95f5754a014ff51fcf52a commit: 3b0d5a3b0c9e8a2f6a322b32e88e420bf82d473c Author: Markos Chandras gentoo org> AuthorDate: Sat Sep 12 09:04:33 2015 +0000 Commit: Markos Chandras gentoo org> CommitDate: Sat Sep 12 09:04:33 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b0d5a3b x11-misc/lightdm: Mark latest 1.10.X release as stable everywhere Package-Manager: portage-2.2.20.1 x11-misc/lightdm/lightdm-1.10.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/lightdm/lightdm-1.10.5.ebuild b/x11-misc/lightdm/lightdm-1.10.5.ebuild index ce8cb6b..4480fdd 100644 --- a/x11-misc/lightdm/lightdm-1.10.5.ebuild +++ b/x11-misc/lightdm/lightdm-1.10.5.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 ~ppc ~x86" +KEYWORDS="amd64 arm ~ppc x86" IUSE="+gtk +introspection kde qt4" REQUIRED_USE="|| ( gtk kde )"