diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-11-23 15:13:34 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-11-23 16:39:11 -0800 |
commit | eecb3b87c592e1cc9f790f9ad6531e0c349b9618 (patch) | |
tree | d00c0cd612bb5bcf88bddf9532d4baad4d78998d /dev-lang | |
parent | virtual/rust: bump to 1.48.0 (diff) | |
download | gentoo-eecb3b87c592e1cc9f790f9ad6531e0c349b9618.tar.gz gentoo-eecb3b87c592e1cc9f790f9ad6531e0c349b9618.tar.bz2 gentoo-eecb3b87c592e1cc9f790f9ad6531e0c349b9618.zip |
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@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.45.2.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.46.0.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.47.0-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 83070baf70e6..6f954fe44c5e 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 83070baf70e6..6f954fe44c5e 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 1dfce793c3b8..a49baee30e38 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 35f73db67e3d..6e85b97e8720 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}," |