Skip to content

Commit

Permalink
dev-libs/boost: Remove ancient boost debris
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/show_bug.cgi?id=607734
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Closes: gentoo#4152
  • Loading branch information
SoapGentoo committed Mar 8, 2017
1 parent 2c3dcd5 commit 02d271c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev-libs/boost/boost-1.62.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
5 changes: 5 additions & 0 deletions dev-libs/boost/boost-1.63.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 02d271c

Please sign in to comment.