diff options
author | Sam James <sam@gentoo.org> | 2022-07-07 04:13:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-07 04:13:15 +0100 |
commit | a4e6a7adfa355e7537586231887db4c7dfb2b627 (patch) | |
tree | 907fccd8ba4ca8ba730cdfda69884e8f3dd1f8ba /sys-apps/pciutils | |
parent | app-forensics/aflplusplus: Respect AR, add missing LDFLAGS instance (diff) | |
download | gentoo-a4e6a7adfa355e7537586231887db4c7dfb2b627.tar.gz gentoo-a4e6a7adfa355e7537586231887db4c7dfb2b627.tar.bz2 gentoo-a4e6a7adfa355e7537586231887db4c7dfb2b627.zip |
sys-apps/pciutils: fix number of instructions
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 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |