dev-libs/boost: Remove ancient boost debris

Bug: https://bugs.gentoo.org/show_bug.cgi?id=607734
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4152
This commit is contained in:
David Seifert
2017-03-08 11:11:56 +01:00
parent 2c3dcd55b9
commit 02d271c94b
2 changed files with 10 additions and 0 deletions

View File

@@ -436,4 +436,9 @@ pkg_preinst() {
rm -f "${symlink}" || die
fi
done
# some ancient installs still have boost cruft lying around
# for unknown reasons, causing havoc for reverse dependencies
# Bug: 607734
rm -rf "${EROOT%/}"/usr/include/boost-1_[3-5]? || die
}

View File

@@ -432,4 +432,9 @@ pkg_preinst() {
rm -f "${symlink}" || die
fi
done
# some ancient installs still have boost cruft lying around
# for unknown reasons, causing havoc for reverse dependencies
# Bug: 607734
rm -rf "${EROOT%/}"/usr/include/boost-1_[3-5]? || die
}