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 D2D6913835B for ; Mon, 29 Mar 2021 14:50:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBD5BE0878; Mon, 29 Mar 2021 14:50:24 +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 272F1E0875 for ; Mon, 29 Mar 2021 14:50:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 43E05340C35 for ; Mon, 29 Mar 2021 14:50:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3920642 for ; Mon, 29 Mar 2021 14:50:18 +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: <1617028298.3cab2a926ca4e13f1fb027ada60315ff0f32745f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/crossguid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/crossguid/crossguid-0_pre20150817.ebuild X-VCS-Directories: dev-libs/crossguid/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3cab2a926ca4e13f1fb027ada60315ff0f32745f X-VCS-Branch: master Date: Mon, 29 Mar 2021 14:50:18 +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: 8ee67952-97cc-460d-a9ae-c9310d0c1822 X-Archives-Hash: 292438d54c3faac7ac6192fdd14aae12 commit: 3cab2a926ca4e13f1fb027ada60315ff0f32745f Author: Sam James gentoo org> AuthorDate: Mon Mar 29 14:31:38 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 29 14:31:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cab2a92 dev-libs/crossguid: Stabilize 0_pre20150817 arm64, #778446 Signed-off-by: Sam James gentoo.org> dev-libs/crossguid/crossguid-0_pre20150817.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/crossguid/crossguid-0_pre20150817.ebuild b/dev-libs/crossguid/crossguid-0_pre20150817.ebuild index cf3fcbb5016..0f2a8a6e2dc 100644 --- a/dev-libs/crossguid/crossguid-0_pre20150817.ebuild +++ b/dev-libs/crossguid/crossguid-0_pre20150817.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/graeme-hill/crossguid" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" +KEYWORDS="amd64 ~arm arm64 x86" IUSE="" # We use libuuid from util-linux.