summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-09-30 12:10:03 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-09-30 12:10:09 +0200
commitbc1312e96cc802d29752794079de9e120d179fe9 (patch)
treece40cbf8b0fcf0cd7e36f6b4ad096a04cdd373f0
parentsys-kernel/vanilla-sources: Automated version bump to {4.4.23,4.7.6} - remove... (diff)
downloadgentoo-bc1312e96cc802d29752794079de9e120d179fe9.tar.gz
gentoo-bc1312e96cc802d29752794079de9e120d179fe9.tar.bz2
gentoo-bc1312e96cc802d29752794079de9e120d179fe9.zip
x11-libs/libxcb: use proper phase for removing man pages.
Removing files from $D has nothing to do with pkg_preinst and moreover it breaks with FEATURES=noman... Package-Manager: portage-2.3.1
-rw-r--r--x11-libs/libxcb/libxcb-1.12-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-libs/libxcb/libxcb-1.12-r1.ebuild b/x11-libs/libxcb/libxcb-1.12-r1.ebuild
index 772464b044f7..bd74866996f0 100644
--- a/x11-libs/libxcb/libxcb-1.12-r1.ebuild
+++ b/x11-libs/libxcb/libxcb-1.12-r1.ebuild
@@ -57,7 +57,8 @@ src_configure() {
xorg-2_src_configure
}
-pkg_preinst() {
+src_install() {
+ xorg-2_src_install
if ! use doc; then
rm -r "${D}"/usr/share/man || die
fi