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 F2D8113997D for ; Sat, 16 Nov 2019 00:49:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EC17E0815; Sat, 16 Nov 2019 00:49:06 +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 12505E0815 for ; Sat, 16 Nov 2019 00:49:06 +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 C02A634CE9B for ; Sat, 16 Nov 2019 00:49:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A51989C for ; Sat, 16 Nov 2019 00:49:02 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1573864965.e5bed22a5e3e1c47f85fc18e66dd86e2e052f1bf.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cargo-ebuild/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cargo-ebuild/cargo-ebuild-0.2.0.ebuild X-VCS-Directories: dev-util/cargo-ebuild/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: e5bed22a5e3e1c47f85fc18e66dd86e2e052f1bf X-VCS-Branch: master Date: Sat, 16 Nov 2019 00:49: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: 2b50accb-4c33-4ae0-9ba4-e6b94bb3a955 X-Archives-Hash: 12d4f5b8cc4336877815546b5839120a commit: e5bed22a5e3e1c47f85fc18e66dd86e2e052f1bf Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Nov 16 00:42:45 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Nov 16 00:42:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5bed22a dev-util/cargo-ebuild: add ~ppc64 keyword Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Georgy Yakovlev gentoo.org> dev-util/cargo-ebuild/cargo-ebuild-0.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cargo-ebuild/cargo-ebuild-0.2.0.ebuild b/dev-util/cargo-ebuild/cargo-ebuild-0.2.0.ebuild index 2fedb507b4a..aa0e59b2b1e 100644 --- a/dev-util/cargo-ebuild/cargo-ebuild-0.2.0.ebuild +++ b/dev-util/cargo-ebuild/cargo-ebuild-0.2.0.ebuild @@ -154,7 +154,7 @@ SRC_URI="$(cargo_crate_uris ${CRATES})" RESTRICT="mirror" LICENSE="|| ( MIT Apache-2.0 )" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~ppc64" IUSE="" DEPEND=""