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 43887138359 for ; Sun, 4 Oct 2020 17:33:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0EF5E0863; Sun, 4 Oct 2020 17:33:37 +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 88CD5E0863 for ; Sun, 4 Oct 2020 17:33:37 +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 AAD27335C36 for ; Sun, 4 Oct 2020 17:33:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58A8C373 for ; Sun, 4 Oct 2020 17:33:35 +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: <1601832795.d84d8a72af71413d75ac356dc62910e27ead1ba3.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.14.6.ebuild X-VCS-Directories: dev-util/cbindgen/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: d84d8a72af71413d75ac356dc62910e27ead1ba3 X-VCS-Branch: master Date: Sun, 4 Oct 2020 17:33:35 +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: a2c38acb-6d75-4846-b028-92295ca13f79 X-Archives-Hash: 605b5dba46aa68f320f71e43f0e62d29 commit: d84d8a72af71413d75ac356dc62910e27ead1ba3 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Oct 4 17:33:15 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Oct 4 17:33:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d84d8a72 dev-util/cbindgen: rollover stable keywords Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann gentoo.org> dev-util/cbindgen/cbindgen-0.14.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cbindgen/cbindgen-0.14.6.ebuild b/dev-util/cbindgen/cbindgen-0.14.6.ebuild index bcf078abdef..4c5e62f3154 100644 --- a/dev-util/cbindgen/cbindgen-0.14.6.ebuild +++ b/dev-util/cbindgen/cbindgen-0.14.6.ebuild @@ -51,5 +51,5 @@ HOMEPAGE="https://github.com/eqrion/cbindgen/" SRC_URI="$(cargo_crate_uris ${CRATES})" LICENSE="MIT MPL-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" QA_FLAGS_IGNORED="usr/bin/cbindgen"