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 C2A2A59CA3 for ; Tue, 8 Mar 2016 20:57:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F3A421C02E; Tue, 8 Mar 2016 20:57:45 +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 349DB21C02E for ; Tue, 8 Mar 2016 20:57:45 +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 569BF340C54 for ; Tue, 8 Mar 2016 20:57:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2610E1BA1 for ; Tue, 8 Mar 2016 20:57:41 +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: <1457470652.4b2e7ab1e3cd4b2500a27cbca145af15155b49ed.steev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/lxqt-meta/lxqt-meta-0.10.0.ebuild X-VCS-Directories: lxqt-base/lxqt-meta/ X-VCS-Committer: steev X-VCS-Committer-Name: Stephen Klimaszewski X-VCS-Revision: 4b2e7ab1e3cd4b2500a27cbca145af15155b49ed X-VCS-Branch: master Date: Tue, 8 Mar 2016 20:57:41 +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: 0c162eb4-86d1-44e1-a757-099fa5b618c0 X-Archives-Hash: b0c8612d549736c696404cf81faa7c94 commit: 4b2e7ab1e3cd4b2500a27cbca145af15155b49ed Author: Steev Klimaszewski gentoo org> AuthorDate: Tue Mar 8 20:55:48 2016 +0000 Commit: Stephen Klimaszewski gentoo org> CommitDate: Tue Mar 8 20:57:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2e7ab1 lxqt-base/lxqt-meta: Keyword 0.10.0 for ~arm64 Package-Manager: portage-2.2.27 lxqt-base/lxqt-meta/lxqt-meta-0.10.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lxqt-base/lxqt-meta/lxqt-meta-0.10.0.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-0.10.0.ebuild index 9e9aa5a..19289da 100644 --- a/lxqt-base/lxqt-meta/lxqt-meta-0.10.0.ebuild +++ b/lxqt-base/lxqt-meta/lxqt-meta-0.10.0.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$ @@ -9,7 +9,7 @@ HOMEPAGE="http://lxqt.org/" LICENSE="metapackage" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="+about admin +filemanager +icons lightdm lximage minimal +oxygen +policykit powermanagement sddm ssh-askpass sudo" REQUIRED_USE="oxygen? ( icons )"