diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-21 15:18:02 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-21 16:08:54 +0100 |
commit | 7e5785e62697af06e68fb825256768ea3e2579a2 (patch) | |
tree | 4fac91434f61ad989ef94e8a018056bd8ff37de8 | |
parent | dev-lang/rust: Don't query for last-rited app-editors/emacs-vcs. (diff) | |
download | gentoo-7e5785e62697af06e68fb825256768ea3e2579a2.tar.gz gentoo-7e5785e62697af06e68fb825256768ea3e2579a2.tar.bz2 gentoo-7e5785e62697af06e68fb825256768ea3e2579a2.zip |
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>
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.37.0.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.38.0.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.39.0.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.40.0.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.37.0.ebuild b/dev-lang/rust-bin/rust-bin-1.37.0.ebuild index 60afa54a0547..960639b6f749 100644 --- a/dev-lang/rust-bin/rust-bin-1.37.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.37.0.ebuild @@ -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 diff --git a/dev-lang/rust-bin/rust-bin-1.38.0.ebuild b/dev-lang/rust-bin/rust-bin-1.38.0.ebuild index 180b335fff90..692430f4eae8 100644 --- a/dev-lang/rust-bin/rust-bin-1.38.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.38.0.ebuild @@ -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 diff --git a/dev-lang/rust-bin/rust-bin-1.39.0.ebuild b/dev-lang/rust-bin/rust-bin-1.39.0.ebuild index 180b335fff90..692430f4eae8 100644 --- a/dev-lang/rust-bin/rust-bin-1.39.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.39.0.ebuild @@ -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 diff --git a/dev-lang/rust-bin/rust-bin-1.40.0.ebuild b/dev-lang/rust-bin/rust-bin-1.40.0.ebuild index 180b335fff90..692430f4eae8 100644 --- a/dev-lang/rust-bin/rust-bin-1.40.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.40.0.ebuild @@ -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 |