commit: eecb3b87c592e1cc9f790f9ad6531e0c349b9618
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 23 23:13:34 2020 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Nov 24 00:39:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eecb3b87
dev-lang/rust-bin: always eselect newest rust
this is needed for system-bootstrap
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
dev-lang/rust-bin/rust-bin-1.45.2.ebuild | 2 +-
dev-lang/rust-bin/rust-bin-1.46.0.ebuild | 2 +-
dev-lang/rust-bin/rust-bin-1.47.0-r1.ebuild | 2 +-
dev-lang/rust-bin/rust-bin-1.48.0.ebuild | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-lang/rust-bin/rust-bin-1.45.2.ebuild
b/dev-lang/rust-bin/rust-bin-1.45.2.ebuild
index 83070baf70e..6f954fe44c5 100644
--- a/dev-lang/rust-bin/rust-bin-1.45.2.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.45.2.ebuild
@@ -159,7 +159,7 @@ multilib_src_install() {
}
pkg_postinst() {
- eselect rust update --if-unset
+ eselect rust update
elog "Rust installs a helper script for calling GDB now,"
elog "for your convenience it is installed under
/usr/bin/rust-gdb-bin-${PV},"
diff --git a/dev-lang/rust-bin/rust-bin-1.46.0.ebuild
b/dev-lang/rust-bin/rust-bin-1.46.0.ebuild
index 83070baf70e..6f954fe44c5 100644
--- a/dev-lang/rust-bin/rust-bin-1.46.0.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.46.0.ebuild
@@ -159,7 +159,7 @@ multilib_src_install() {
}
pkg_postinst() {
- eselect rust update --if-unset
+ eselect rust update
elog "Rust installs a helper script for calling GDB now,"
elog "for your convenience it is installed under
/usr/bin/rust-gdb-bin-${PV},"
diff --git a/dev-lang/rust-bin/rust-bin-1.47.0-r1.ebuild
b/dev-lang/rust-bin/rust-bin-1.47.0-r1.ebuild
index 1dfce793c3b..a49baee30e3 100644
--- a/dev-lang/rust-bin/rust-bin-1.47.0-r1.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.47.0-r1.ebuild
@@ -137,7 +137,7 @@ multilib_src_install() {
}
pkg_postinst() {
- eselect rust update --if-unset
+ eselect rust update
elog "Rust installs a helper script for calling GDB now,"
elog "for your convenience it is installed under
/usr/bin/rust-gdb-bin-${PV},"
diff --git a/dev-lang/rust-bin/rust-bin-1.48.0.ebuild
b/dev-lang/rust-bin/rust-bin-1.48.0.ebuild
index 35f73db67e3..6e85b97e872 100644
--- a/dev-lang/rust-bin/rust-bin-1.48.0.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.48.0.ebuild
@@ -136,7 +136,7 @@ multilib_src_install() {
}
pkg_postinst() {
- eselect rust update --if-unset
+ eselect rust update
elog "Rust installs a helper script for calling GDB now,"
elog "for your convenience it is installed under
/usr/bin/rust-gdb-bin-${PV},"