From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1224724-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 80473138359 for <garchives@archives.gentoo.org>; Tue, 24 Nov 2020 00:41:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D1DBE0817; Tue, 24 Nov 2020 00:41:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53FB2E0817 for <gentoo-commits@lists.gentoo.org>; Tue, 24 Nov 2020 00:41:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12EB8340F00 for <gentoo-commits@lists.gentoo.org>; Tue, 24 Nov 2020 00:41:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79EF346A for <gentoo-commits@lists.gentoo.org>; Tue, 24 Nov 2020 00:41:12 +0000 (UTC) From: "Georgy Yakovlev" <gyakovlev@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" <gyakovlev@gentoo.org> Message-ID: <1606178351.eecb3b87c592e1cc9f790f9ad6531e0c349b9618.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/rust-bin/rust-bin-1.45.2.ebuild dev-lang/rust-bin/rust-bin-1.46.0.ebuild dev-lang/rust-bin/rust-bin-1.47.0-r1.ebuild dev-lang/rust-bin/rust-bin-1.48.0.ebuild X-VCS-Directories: dev-lang/rust-bin/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: eecb3b87c592e1cc9f790f9ad6531e0c349b9618 X-VCS-Branch: master Date: Tue, 24 Nov 2020 00:41:12 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2ecc9e16-eec3-41eb-b8eb-42fc4f9638b9 X-Archives-Hash: ef9aa62d6b4ae155f18f8d3767f0946e 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},"