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 9222113835A for ; Thu, 17 Dec 2020 11:59:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8CE2E0898; Thu, 17 Dec 2020 11:59:13 +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 9107AE0898 for ; Thu, 17 Dec 2020 11:59:13 +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 3E59633D3C7 for ; Thu, 17 Dec 2020 11:59:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3C14BF for ; Thu, 17 Dec 2020 11:59:10 +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: <1608206330.6f3df262ed807da321c8ade702b5295614357864.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: 6f3df262ed807da321c8ade702b5295614357864 X-VCS-Branch: master Date: Thu, 17 Dec 2020 11:59:10 +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: 3b21a154-6316-4c41-92e3-14c1914a8f69 X-Archives-Hash: fbcf8b0a065b506d4013b9837090c10f commit: 6f3df262ed807da321c8ade702b5295614357864 Author: Sam James gentoo org> AuthorDate: Thu Dec 17 11:58:50 2020 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 17 11:58:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f3df262 dev-libs/weston: Stabilize 9.0.0 amd64, #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 c01d4eda03b..a65a36db98b 100644 --- a/dev-libs/weston/weston-9.0.0.ebuild +++ b/dev-libs/weston/weston-9.0.0.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/waylan if [[ $PV = 9999* ]]; then SRC_URI="${SRC_PATCHES}" - KEYWORDS="x86" + KEYWORDS="amd64 x86" else SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz" KEYWORDS="~amd64 ~arm x86"