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 D16A2138350 for ; Mon, 6 Apr 2020 19:52:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA67EE0FB7; Mon, 6 Apr 2020 19:52:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D5A79E0FB7 for ; Mon, 6 Apr 2020 19:52:05 +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 E02E134EF3E for ; Mon, 6 Apr 2020 19:52:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62B311AC for ; Mon, 6 Apr 2020 19:52:02 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1586202712.6253c9258f3bced24f405b21a3626dab15f4d6af.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cbindgen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cbindgen/cbindgen-0.13.2.ebuild X-VCS-Directories: dev-util/cbindgen/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 6253c9258f3bced24f405b21a3626dab15f4d6af X-VCS-Branch: master Date: Mon, 6 Apr 2020 19:52:02 +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: 0b454c32-859b-440b-924c-d28368168489 X-Archives-Hash: 064a50e7b19c8dad7c1b803e94c6510f commit: 6253c9258f3bced24f405b21a3626dab15f4d6af Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Apr 6 19:51:19 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Apr 6 19:51:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6253c925 dev-util/cbindgen: move stable keywords Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann gentoo.org> dev-util/cbindgen/cbindgen-0.13.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cbindgen/cbindgen-0.13.2.ebuild b/dev-util/cbindgen/cbindgen-0.13.2.ebuild index f53ffd30e41..6daa05025f4 100644 --- a/dev-util/cbindgen/cbindgen-0.13.2.ebuild +++ b/dev-util/cbindgen/cbindgen-0.13.2.ebuild @@ -49,4 +49,4 @@ HOMEPAGE="https://github.com/eqrion/cbindgen/" SRC_URI="$(cargo_crate_uris ${CRATES})" LICENSE="MIT MPL-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 arm64 ~ppc64 x86"