commit: dfac39adb859df0e3f86c7b1fc939e3500e6f398
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 05:17:17 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 05:26:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfac39ad
sys-apps/pciutils: add note re emerge -v1 binutils
Was pointed out on IRC that you may indeed just not have a newer
Binutils if upgrading an older system.
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/pciutils/pciutils-3.8.0-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys-apps/pciutils/pciutils-3.8.0-r1.ebuild
b/sys-apps/pciutils/pciutils-3.8.0-r1.ebuild
index 59f4aa0192a4..1bf858cd8fbf 100644
--- a/sys-apps/pciutils/pciutils-3.8.0-r1.ebuild
+++ b/sys-apps/pciutils/pciutils-3.8.0-r1.ebuild
@@ -81,6 +81,7 @@ check_binutils_version() {
eerror "Old version of binutils activated! ${P} cannot
be built with an old version."
eerror "Please follow these steps:"
eerror "1. Select a newer binutils (>= 2.37) using
binutils-config"
+ eerror " (If no such version is installed, run emerge
-v1 sys-devel/binutils)"
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."