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 25E08138334 for ; Sat, 21 Dec 2019 15:09:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AB83E0837; Sat, 21 Dec 2019 15:09:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4DEC8E0837 for ; Sat, 21 Dec 2019 15:09:23 +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 4D58634DA5B for ; Sat, 21 Dec 2019 15:09:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0727F30C for ; Sat, 21 Dec 2019 15:09:20 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1576940933.e54fc7a48af676aa72aed1fbfaa25ab3aad71ce1.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/rust/rust-1.37.0.ebuild dev-lang/rust/rust-1.38.0.ebuild dev-lang/rust/rust-1.39.0.ebuild dev-lang/rust/rust-1.40.0.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: e54fc7a48af676aa72aed1fbfaa25ab3aad71ce1 X-VCS-Branch: master Date: Sat, 21 Dec 2019 15:09:20 +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: 0841950f-ed08-4c23-9ac8-8dabc3dcdac2 X-Archives-Hash: 8eaf0932de600500daf1635ccda06d92 commit: e54fc7a48af676aa72aed1fbfaa25ab3aad71ce1 Author: Ulrich Müller gentoo org> AuthorDate: Sat Dec 21 14:17:24 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Dec 21 15:08:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e54fc7a4 dev-lang/rust: Don't query for last-rited app-editors/emacs-vcs. Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Ulrich Müller gentoo.org> dev-lang/rust/rust-1.37.0.ebuild | 2 +- dev-lang/rust/rust-1.38.0.ebuild | 2 +- dev-lang/rust/rust-1.39.0.ebuild | 2 +- dev-lang/rust/rust-1.40.0.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-lang/rust/rust-1.37.0.ebuild b/dev-lang/rust/rust-1.37.0.ebuild index 5ef4c15bfdb..e3a96e80453 100644 --- a/dev-lang/rust/rust-1.37.0.ebuild +++ b/dev-lang/rust/rust-1.37.0.ebuild @@ -312,7 +312,7 @@ pkg_postinst() { ewarn "This might have resulted in a dangling symlink for /usr/bin/cargo on some" ewarn "systems. This can be resolved by calling 'sudo eselect rust set ${P}'." - if has_version app-editors/emacs || has_version app-editors/emacs-vcs; then + if has_version app-editors/emacs; then elog "install app-emacs/rust-mode to get emacs support for rust." fi diff --git a/dev-lang/rust/rust-1.38.0.ebuild b/dev-lang/rust/rust-1.38.0.ebuild index 306dede9d39..2a0aff11ee5 100644 --- a/dev-lang/rust/rust-1.38.0.ebuild +++ b/dev-lang/rust/rust-1.38.0.ebuild @@ -312,7 +312,7 @@ pkg_postinst() { ewarn "This might have resulted in a dangling symlink for /usr/bin/cargo on some" ewarn "systems. This can be resolved by calling 'sudo eselect rust set ${P}'." - if has_version app-editors/emacs || has_version app-editors/emacs-vcs; then + if has_version app-editors/emacs; then elog "install app-emacs/rust-mode to get emacs support for rust." fi diff --git a/dev-lang/rust/rust-1.39.0.ebuild b/dev-lang/rust/rust-1.39.0.ebuild index 6f66984bd72..aba514ead68 100644 --- a/dev-lang/rust/rust-1.39.0.ebuild +++ b/dev-lang/rust/rust-1.39.0.ebuild @@ -317,7 +317,7 @@ pkg_postinst() { ewarn "This might have resulted in a dangling symlink for /usr/bin/cargo on some" ewarn "systems. This can be resolved by calling 'sudo eselect rust set ${P}'." - if has_version app-editors/emacs || has_version app-editors/emacs-vcs; then + if has_version app-editors/emacs; then elog "install app-emacs/rust-mode to get emacs support for rust." fi diff --git a/dev-lang/rust/rust-1.40.0.ebuild b/dev-lang/rust/rust-1.40.0.ebuild index 9985a7e76ed..3f8171d3be6 100644 --- a/dev-lang/rust/rust-1.40.0.ebuild +++ b/dev-lang/rust/rust-1.40.0.ebuild @@ -315,7 +315,7 @@ pkg_postinst() { ewarn "This might have resulted in a dangling symlink for /usr/bin/cargo on some" ewarn "systems. This can be resolved by calling 'sudo eselect rust set ${P}'." - if has_version app-editors/emacs || has_version app-editors/emacs-vcs; then + if has_version app-editors/emacs; then elog "install app-emacs/rust-mode to get emacs support for rust." fi