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 7FA2259CA3 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 9A5A521C02D; 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 2F08B21C02D for ; Tue, 8 Mar 2016 20:57:45 +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 D2A22340C40 for ; Tue, 8 Mar 2016 20:57:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 136901BA0 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: <1457470643.2ee0b06e0ccc3f9897df5d162a542c2fb1dea847.steev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/lxqt-sudo/lxqt-sudo-0.10.0.ebuild X-VCS-Directories: lxqt-base/lxqt-sudo/ X-VCS-Committer: steev X-VCS-Committer-Name: Stephen Klimaszewski X-VCS-Revision: 2ee0b06e0ccc3f9897df5d162a542c2fb1dea847 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: 64e4fd5c-1d07-4097-aa56-231012d8e45e X-Archives-Hash: afcf16d44e76d390ffc0f0cb31a01c02 commit: 2ee0b06e0ccc3f9897df5d162a542c2fb1dea847 Author: Steev Klimaszewski gentoo org> AuthorDate: Tue Mar 8 20:51:00 2016 +0000 Commit: Stephen Klimaszewski gentoo org> CommitDate: Tue Mar 8 20:57:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee0b06e lxqt-base/lxqt-sudo: Keyword 0.10.0 for ~arm64 Package-Manager: portage-2.2.27 lxqt-base/lxqt-sudo/lxqt-sudo-0.10.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.10.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.10.0.ebuild index 368c0c0..d19538e 100644 --- a/lxqt-base/lxqt-sudo/lxqt-sudo-0.10.0.ebuild +++ b/lxqt-base/lxqt-sudo/lxqt-sudo-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$ @@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" else SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" fi LICENSE="LGPL-2.1+"