diff options
author | Davide Pesavento <pesa@gentoo.org> | 2016-05-04 21:58:50 +0200 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2016-05-04 21:58:50 +0200 |
commit | 7255875e59602ac8762349be9c840f471fbe2ecb (patch) | |
tree | 405a7abed093f4059e4488c376b3fcce3141ad8c /dev-python | |
parent | app-admin/setools: bump to 4.0.0 and drop keywords for testing (diff) | |
download | gentoo-7255875e59602ac8762349be9c840f471fbe2ecb.tar.gz gentoo-7255875e59602ac8762349be9c840f471fbe2ecb.tar.bz2 gentoo-7255875e59602ac8762349be9c840f471fbe2ecb.zip |
dev-python/sip: streamline docs installation
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/sip/sip-4.18.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/sip/sip-4.18.ebuild b/dev-python/sip/sip-4.18.ebuild index 799bd72a42cc..e68fba8bf349 100644 --- a/dev-python/sip/sip-4.18.ebuild +++ b/dev-python/sip/sip-4.18.ebuild @@ -26,7 +26,6 @@ REQUIRED_USE=" " PATCHES=( "${FILESDIR}"/${PN}-4.18-darwin.patch ) -DOCS=( "${S}"/{ChangeLog,NEWS} ) src_prepare() { # Sub-slot sanity check @@ -41,7 +40,7 @@ src_prepare() { die "sub-slot sanity check failed" fi - # Fix out-of-source installation of sip.pyi + # Fix out-of-source installation of sip.pyi (reported upstream) sed -i -e '/installs.*sip\.pyi/ s/build_dir/src_dir/' configure.py || die default @@ -82,10 +81,11 @@ src_compile() { src_install() { installation() { - default + emake DESTDIR="${D}" install python_optimize } python_foreach_impl run_in_build_dir installation + einstalldocs use doc && dodoc -r doc/html } |