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 5A2581382C5 for ; Mon, 22 Jan 2018 18:29:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9229E09B6; Mon, 22 Jan 2018 18:29:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69512E09B6 for ; Mon, 22 Jan 2018 18:29:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42B56335C3E for ; Mon, 22 Jan 2018 18:29:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 135F61C9 for ; Mon, 22 Jan 2018 18:29:45 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1516645747.f6c3be0fd2f30b140b870dfc7f03b7f1c2a27404.maekke@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.11.0.ebuild X-VCS-Directories: lxqt-base/lxqt-meta/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: f6c3be0fd2f30b140b870dfc7f03b7f1c2a27404 X-VCS-Branch: master Date: Mon, 22 Jan 2018 18:29:45 +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: ec568113-efda-4d27-9a1e-22743f25de28 X-Archives-Hash: 546ddb6de3fcd4dc84aeefe8d987afd4 commit: f6c3be0fd2f30b140b870dfc7f03b7f1c2a27404 Author: Markus Meier gentoo org> AuthorDate: Mon Jan 22 18:29:07 2018 +0000 Commit: Markus Meier gentoo org> CommitDate: Mon Jan 22 18:29:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c3be0f lxqt-base/lxqt-meta: add ~arm, bug #627270 Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="arm" lxqt-base/lxqt-meta/lxqt-meta-0.11.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lxqt-base/lxqt-meta/lxqt-meta-0.11.0.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-0.11.0.ebuild index a57aaa0c787..2544b117b8e 100644 --- a/lxqt-base/lxqt-meta/lxqt-meta-0.11.0.ebuild +++ b/lxqt-base/lxqt-meta/lxqt-meta-0.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ HOMEPAGE="http://lxqt.org/" LICENSE="metapackage" SLOT="0" -KEYWORDS="amd64 ~arm64 x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="+about admin +filemanager +icons lightdm lximage minimal +oxygen +policykit powermanagement sddm ssh-askpass sudo" REQUIRED_USE="oxygen? ( icons )"