summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-03-08 11:11:56 +0100
committerDavid Seifert <soap@gentoo.org>2017-03-08 11:13:24 +0100
commit02d271c94b3ea70df66ecd31eea89ac7dc21eafc (patch)
tree9f95db19faf182c14b61d838dcf073071e0389ea /dev-libs/boost
parentapp-misc/ca-certificates: Removed old. (diff)
downloadgentoo-02d271c94b3ea70df66ecd31eea89ac7dc21eafc.tar.gz
gentoo-02d271c94b3ea70df66ecd31eea89ac7dc21eafc.tar.bz2
gentoo-02d271c94b3ea70df66ecd31eea89ac7dc21eafc.zip
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
Diffstat (limited to 'dev-libs/boost')
-rw-r--r--dev-libs/boost/boost-1.62.0-r1.ebuild5
-rw-r--r--dev-libs/boost/boost-1.63.0.ebuild5
2 files changed, 10 insertions, 0 deletions
diff --git a/dev-libs/boost/boost-1.62.0-r1.ebuild b/dev-libs/boost/boost-1.62.0-r1.ebuild
index b790dfb98cbf..bd81e637a78b 100644
--- a/dev-libs/boost/boost-1.62.0-r1.ebuild
+++ b/dev-libs/boost/boost-1.62.0-r1.ebuild
@@ -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
}
diff --git a/dev-libs/boost/boost-1.63.0.ebuild b/dev-libs/boost/boost-1.63.0.ebuild
index 87c13c70ffa6..14b9384bb16c 100644
--- a/dev-libs/boost/boost-1.63.0.ebuild
+++ b/dev-libs/boost/boost-1.63.0.ebuild
@@ -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
}