dev-lang/rust-bin: 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:18:02 +01:00
parent e54fc7a48a
commit 7e5785e626
4 changed files with 4 additions and 4 deletions

View File

@@ -144,7 +144,7 @@ pkg_postinst() {
elog "Rust installs a helper script for calling GDB now,"
elog "for your convenience it is installed under /usr/bin/rust-gdb-bin-${PV},"
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

@@ -144,7 +144,7 @@ pkg_postinst() {
elog "Rust installs a helper script for calling GDB now,"
elog "for your convenience it is installed under /usr/bin/rust-gdb-bin-${PV},"
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

@@ -144,7 +144,7 @@ pkg_postinst() {
elog "Rust installs a helper script for calling GDB now,"
elog "for your convenience it is installed under /usr/bin/rust-gdb-bin-${PV},"
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

@@ -144,7 +144,7 @@ pkg_postinst() {
elog "Rust installs a helper script for calling GDB now,"
elog "for your convenience it is installed under /usr/bin/rust-gdb-bin-${PV},"
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