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 5FD5C138335 for ; Tue, 25 Dec 2018 19:44:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21198E0933; Tue, 25 Dec 2018 19:44:55 +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 F0DC3E0933 for ; Tue, 25 Dec 2018 19:44:54 +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 3F6E3335C3D for ; Tue, 25 Dec 2018 19:44:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 961254FB for ; Tue, 25 Dec 2018 19:44:51 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1545766780.0796608580d59ed3d8c944bed29064d69a4b75d0.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/rust/rust-1.30.1.ebuild X-VCS-Directories: virtual/rust/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 0796608580d59ed3d8c944bed29064d69a4b75d0 X-VCS-Branch: master Date: Tue, 25 Dec 2018 19:44:51 +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: 97de5b81-b085-45d8-bcf1-6c294c75a481 X-Archives-Hash: 76e1efb73f65d9e0ed6680e2ba01990b commit: 0796608580d59ed3d8c944bed29064d69a4b75d0 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Dec 25 19:39:40 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Dec 25 19:39:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07966085 virtual/rust: keyworded 1.30.1 for ppc64, bug #609654 Package-Manager: Portage-2.3.52, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich gentoo.org> virtual/rust/rust-1.30.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/rust/rust-1.30.1.ebuild b/virtual/rust/rust-1.30.1.ebuild index f0642556ce5..8b9a42f1d56 100644 --- a/virtual/rust/rust-1.30.1.ebuild +++ b/virtual/rust/rust-1.30.1.ebuild @@ -9,7 +9,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" BDEPEND="" RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"