diff options
author | 2022-06-24 06:17:17 +0100 | |
---|---|---|
committer | 2022-06-24 06:26:09 +0100 | |
commit | dfac39adb859df0e3f86c7b1fc939e3500e6f398 (patch) | |
tree | ca162a2244653babff7178b1aa81bb2adf53dd0d /sys-apps/pciutils | |
parent | net-fs/cifs-utils: fix build on musl (diff) | |
download | gentoo-dfac39adb859df0e3f86c7b1fc939e3500e6f398.tar.gz gentoo-dfac39adb859df0e3f86c7b1fc939e3500e6f398.tar.bz2 gentoo-dfac39adb859df0e3f86c7b1fc939e3500e6f398.zip |
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@gentoo.org>
Diffstat (limited to 'sys-apps/pciutils')
-rw-r--r-- | sys-apps/pciutils/pciutils-3.8.0-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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." |