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@gentoo.org>
This commit is contained in:
Ulrich Müller
2019-12-21 15:17:24 +01:00
parent b4c7683c66
commit e54fc7a48a
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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