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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BA2A3158095 for ; Thu, 7 Jul 2022 03:13:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCD23E0F51; Thu, 7 Jul 2022 03:13:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 622F6E0F51 for ; Thu, 7 Jul 2022 03:13:30 +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 427A8340E6F for ; Thu, 7 Jul 2022 03:13:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D211525 for ; Thu, 7 Jul 2022 03:13:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1657163595.a4e6a7adfa355e7537586231887db4c7dfb2b627.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pciutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/pciutils/pciutils-3.8.0-r1.ebuild X-VCS-Directories: sys-apps/pciutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a4e6a7adfa355e7537586231887db4c7dfb2b627 X-VCS-Branch: master Date: Thu, 7 Jul 2022 03:13:27 +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: bb25bf6e-6b7f-46f0-ad35-d6a33e6a5924 X-Archives-Hash: d2711e7324f9847674abeb728c3fb8d1 commit: a4e6a7adfa355e7537586231887db4c7dfb2b627 Author: Sam James gentoo org> AuthorDate: Thu Jul 7 03:13:05 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 7 03:13:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4e6a7ad sys-apps/pciutils: fix number of instructions Signed-off-by: Sam James gentoo.org> sys-apps/pciutils/pciutils-3.8.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/pciutils/pciutils-3.8.0-r1.ebuild b/sys-apps/pciutils/pciutils-3.8.0-r1.ebuild index 1bf858cd8fbf..29d646cac79f 100644 --- a/sys-apps/pciutils/pciutils-3.8.0-r1.ebuild +++ b/sys-apps/pciutils/pciutils-3.8.0-r1.ebuild @@ -85,7 +85,7 @@ check_binutils_version() { eerror "2. Run: . /etc/profile" eerror "3. Try emerging again with: emerge -v1 ${CATEGORY}/${P}" eerror "4. Complete your world upgrade if you were performing one." - eerror "4. Perform a depclean (emerge -acv)" + eerror "5. Perform a depclean (emerge -acv)" eerror "\tYou MUST depclean after every world upgrade in future!" die "Old binutils found! Change to a newer ld using binutils-config (bug #847133)." fi