From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8C5E8158094 for ; Fri, 16 Sep 2022 07:54:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71D02E0869; Fri, 16 Sep 2022 07:54:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 583D0E0869 for ; Fri, 16 Sep 2022 07:54:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48C93340EEC for ; Fri, 16 Sep 2022 07:54:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B5675CD for ; Fri, 16 Sep 2022 07:54:44 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1663314845.1ebddce44856176c380d0f5599cea82b00e8a542.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/mingw64-toolchain/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0-r1.ebuild dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0_p1.ebuild X-VCS-Directories: dev-util/mingw64-toolchain/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 1ebddce44856176c380d0f5599cea82b00e8a542 X-VCS-Branch: master Date: Fri, 16 Sep 2022 07:54:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3b954620-e960-41e9-9591-422772402d6d X-Archives-Hash: 1c0409eaf0c2e46a76280111ee217efd commit: 1ebddce44856176c380d0f5599cea82b00e8a542 Author: Ionen Wolkens gentoo org> AuthorDate: Fri Sep 16 07:52:46 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Sep 16 07:54:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ebddce4 dev-util/mingw64-toolchain: adjust postinst elog Sounded a bit like doing this was recommended rather than only for a as-needed basis. Signed-off-by: Ionen Wolkens gentoo.org> dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0-r1.ebuild | 2 +- dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0_p1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0-r1.ebuild b/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0-r1.ebuild index 59a0022ee10b..e88628a96cfb 100644 --- a/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0-r1.ebuild +++ b/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0-r1.ebuild @@ -288,7 +288,7 @@ pkg_postinst() { elog "packages to depend on without needing a manual crossdev setup." elog elog "Settings are oriented only for what these need and simplicity." - elog "Please use sys-devel/crossdev for full toolchain/customization:" + elog "Use sys-devel/crossdev if need full toolchain/customization:" elog " https://wiki.gentoo.org/wiki/Mingw" elog " https://wiki.gentoo.org/wiki/Crossdev" fi diff --git a/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0_p1.ebuild b/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0_p1.ebuild index 19bd919bebec..d5ea4cc5118d 100644 --- a/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0_p1.ebuild +++ b/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0_p1.ebuild @@ -289,7 +289,7 @@ pkg_postinst() { elog "packages to depend on without needing a manual crossdev setup." elog elog "Settings are oriented only for what these need and simplicity." - elog "Please use sys-devel/crossdev for full toolchain/customization:" + elog "Use sys-devel/crossdev if need full toolchain/customization:" elog " https://wiki.gentoo.org/wiki/Mingw" elog " https://wiki.gentoo.org/wiki/Crossdev" fi