commit: e54fc7a48af676aa72aed1fbfaa25ab3aad71ce1
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 21 14:17:24 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> 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 <ulm <AT> 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