app-portage/gentoolkit: keep revdep-rebuild for Prefix.
authorBenda Xu <heroxbd@gentoo.org>
Mon, 5 Jun 2017 02:00:12 +0000 (11:00 +0900)
committerBenda Xu <heroxbd@gentoo.org>
Mon, 5 Jun 2017 02:01:39 +0000 (11:01 +0900)
  revdep-rebuild has been rewritten in python and works on Prefix.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

app-portage/gentoolkit/gentoolkit-0.4.0.ebuild

index 75a2edcd90599f8472fda7fe421197c5227c3c04..871d8dcb64ded199c8df9ac77127184077f6f4ec 100644 (file)
@@ -33,16 +33,6 @@ python_prepare_all() {
 
 python_install_all() {
        distutils-r1_python_install_all
-
-       # remove on Gentoo Prefix platforms where it's broken anyway
-       if use prefix; then
-               elog "The revdep-rebuild command is removed, the preserve-libs"
-               elog "feature of portage will handle issues."
-               rm "${ED}"/usr/bin/revdep-rebuild*
-               rm "${ED}"/usr/share/man/man1/revdep-rebuild.1
-               rm -rf "${ED}"/etc/revdep-rebuild
-               rm -rf "${ED}"/var
-       fi
 }
 
 pkg_postinst() {