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 B8840138334 for ; Mon, 23 Dec 2019 06:54:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2D4EE0C3A; Mon, 23 Dec 2019 06:54:50 +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 CAC6AE0C3A for ; Mon, 23 Dec 2019 06:54:50 +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 E18D934DACC for ; Mon, 23 Dec 2019 06:54:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F171F1FE5D for ; Mon, 23 Dec 2019 06:54:47 +0000 (UTC) From: "Mikhail Pukhlikov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikhail Pukhlikov" Message-ID: <1577084077.eecfd9de44031fce3cead16e7577eab08f9bff35.cynede@gentoo> Subject: [gentoo-commits] repo/proj/rust:master commit in: dev-lang/rust/ X-VCS-Repository: repo/proj/rust X-VCS-Files: dev-lang/rust/rust-999.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: cynede X-VCS-Committer-Name: Mikhail Pukhlikov X-VCS-Revision: eecfd9de44031fce3cead16e7577eab08f9bff35 X-VCS-Branch: master Date: Mon, 23 Dec 2019 06:54:47 +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: 5b8dcd48-e53d-448e-837f-781084662c7c X-Archives-Hash: 30964116c2f3e317b1a5c9242f67063d commit: eecfd9de44031fce3cead16e7577eab08f9bff35 Author: stefson yahoo de> AuthorDate: Fri Dec 20 18:28:09 2019 +0000 Commit: Mikhail Pukhlikov gentoo org> CommitDate: Mon Dec 23 06:54:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/rust.git/commit/?id=eecfd9de dev-lang/rust-999: remove stale patches Signed-off-by: Steffen Kuhn yandex.com> Closes: https://github.com/gentoo/gentoo-rust/pull/471 Signed-off-by: Mikhail Pukhlikov gentoo.org> dev-lang/rust/rust-999.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dev-lang/rust/rust-999.ebuild b/dev-lang/rust/rust-999.ebuild index 5d2a3a6..3cbbeeb 100644 --- a/dev-lang/rust/rust-999.ebuild +++ b/dev-lang/rust/rust-999.ebuild @@ -88,13 +88,7 @@ REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} ) ?? ( system-llvm sanitize ) " -PATCHES=( - # upstream issue: https://github.com/rust-lang/rust/issues/65757 - "${FILESDIR}"/pr65932.patch - - # this adds a thumbv7neon-musl target for neon support on musl with armv7 - "${FILESDIR}"/pr66103.patch - ) +#PATCHES=( ) S="${WORKDIR}/${MY_P}-src"