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 EA26713835A for ; Thu, 18 Feb 2021 08:50:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42256E08FC; Thu, 18 Feb 2021 08:50:59 +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 2C420E08FC for ; Thu, 18 Feb 2021 08:50:59 +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 9AC9D340C8D for ; Thu, 18 Feb 2021 08:50:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04E424C7 for ; Thu, 18 Feb 2021 08:50:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1613638249.f3260dec250aa2c8d9eeb894e1b0e544608891c8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/weston/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/weston/weston-9.0.0.ebuild X-VCS-Directories: dev-libs/weston/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f3260dec250aa2c8d9eeb894e1b0e544608891c8 X-VCS-Branch: master Date: Thu, 18 Feb 2021 08:50:56 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a02e8f73-4e2e-4c13-a766-96a99eb72372 X-Archives-Hash: d4d82603fc269afadeb7a33c717e7a2e commit: f3260dec250aa2c8d9eeb894e1b0e544608891c8 Author: Sam James gentoo org> AuthorDate: Thu Feb 18 08:50:49 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 18 08:50:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3260dec dev-libs/weston: Stabilize 9.0.0 arm, #757378 Signed-off-by: Sam James gentoo.org> dev-libs/weston/weston-9.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/weston/weston-9.0.0.ebuild b/dev-libs/weston/weston-9.0.0.ebuild index 4f98f5bcab6..d9ca85977e5 100644 --- a/dev-libs/weston/weston-9.0.0.ebuild +++ b/dev-libs/weston/weston-9.0.0.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} = *9999* ]]; then SRC_URI="${SRC_PATCHES}" else SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 x86" + KEYWORDS="amd64 arm ~arm64 x86" fi LICENSE="MIT CC-BY-SA-3.0"