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 402C2139083 for ; Mon, 11 Dec 2017 00:45:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD154E0F6D; Mon, 11 Dec 2017 00:45:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9C2E8E0F6D for ; Mon, 11 Dec 2017 00:45:10 +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 676E433BF3C for ; Mon, 11 Dec 2017 00:45:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E84A3AE7E for ; Mon, 11 Dec 2017 00:45:07 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1512952950.bf7588ca0926242b50a34eda3a12c9f97eb2dd4d.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild X-VCS-Directories: lxqt-base/liblxqt/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: bf7588ca0926242b50a34eda3a12c9f97eb2dd4d X-VCS-Branch: master Date: Mon, 11 Dec 2017 00:45:07 +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: 7ea6bfc5-b9ed-474f-83e4-1d7be085cfdb X-Archives-Hash: 19e756cef63ad4ce3ca047174d1147b1 commit: bf7588ca0926242b50a34eda3a12c9f97eb2dd4d Author: Anthony G. Basile gentoo org> AuthorDate: Mon Dec 11 00:03:40 2017 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Dec 11 00:42:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf7588ca lxqt-base/liblxqt: stable on amd64 and x86 Package-Manager: Portage-2.3.13, Repoman-2.3.3 lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild b/lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild index 68c0e3be6ff..29f05538289 100644 --- a/lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild +++ b/lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,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 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="GPL-2 LGPL-2.1+"