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 939C0138334 for ; Sun, 22 Sep 2019 23:18:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 777CBE0864; Sun, 22 Sep 2019 23:18:52 +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 57B8DE0864 for ; Sun, 22 Sep 2019 23:18:52 +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 EBFF434B2CE for ; Sun, 22 Sep 2019 23:18:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67F7E7EF for ; Sun, 22 Sep 2019 23:18:48 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1569193295.d052c5d1e364b8a98dad9c121683e60d22575cd7.bman@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.9.1.ebuild X-VCS-Directories: dev-util/cbindgen/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: d052c5d1e364b8a98dad9c121683e60d22575cd7 X-VCS-Branch: master Date: Sun, 22 Sep 2019 23:18:48 +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: c0844ec7-8cb8-4013-b91b-6246ce5680a9 X-Archives-Hash: 50b9ce6ba9c3b6aefc19456a3ca3a10f commit: d052c5d1e364b8a98dad9c121683e60d22575cd7 Author: Aaron Bauman gentoo org> AuthorDate: Sun Sep 22 23:01:35 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Sep 22 23:01:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d052c5d1 dev-util/cbindgen: arm64 stable (bug #693442) Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.76, Repoman-2.3.17 dev-util/cbindgen/cbindgen-0.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cbindgen/cbindgen-0.9.1.ebuild b/dev-util/cbindgen/cbindgen-0.9.1.ebuild index bab975edbd9..fa7d6c1634b 100644 --- a/dev-util/cbindgen/cbindgen-0.9.1.ebuild +++ b/dev-util/cbindgen/cbindgen-0.9.1.ebuild @@ -58,6 +58,6 @@ HOMEPAGE="https://github.com/eqrion/cbindgen/" SRC_URI="$(cargo_crate_uris ${CRATES})" LICENSE="MPL-2.0" SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc64 x86" +KEYWORDS="amd64 arm64 ~ppc64 x86" BDEPEND=">=virtual/cargo-1.30.0"