From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1151713-garchives=archives.gentoo.org@lists.gentoo.org> 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 A0355138351 for <garchives@archives.gentoo.org>; Wed, 11 Mar 2020 21:47:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8762E0B11; Wed, 11 Mar 2020 21:47:31 +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 B6CC6E0B11 for <gentoo-commits@lists.gentoo.org>; Wed, 11 Mar 2020 21:47:31 +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 314F534F168 for <gentoo-commits@lists.gentoo.org>; Wed, 11 Mar 2020 21:47:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FA8F102 for <gentoo-commits@lists.gentoo.org>; Wed, 11 Mar 2020 21:47:28 +0000 (UTC) From: "Thomas Deutschmann" <whissi@gentoo.org> 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" <whissi@gentoo.org> Message-ID: <1583963226.ffadde819efba520f2f0d1825a66ecff89789ff0.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.1.ebuild X-VCS-Directories: dev-util/cbindgen/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: ffadde819efba520f2f0d1825a66ecff89789ff0 X-VCS-Branch: master Date: Wed, 11 Mar 2020 21:47:28 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 663eff9f-6dcd-44bb-a4e6-a2530f5cb51b X-Archives-Hash: 76b06b61b2e8120a1427f1d4a5d4e34b commit: ffadde819efba520f2f0d1825a66ecff89789ff0 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Wed Mar 11 20:35:56 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Wed Mar 11 21:47:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffadde81 dev-util/cbindgen: move stable keywords Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> dev-util/cbindgen/cbindgen-0.13.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cbindgen/cbindgen-0.13.1.ebuild b/dev-util/cbindgen/cbindgen-0.13.1.ebuild index 69455d588d1..9cec0082354 100644 --- a/dev-util/cbindgen/cbindgen-0.13.1.ebuild +++ b/dev-util/cbindgen/cbindgen-0.13.1.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"