commit: 5484f4a67662cb5a5310957f70b8ff9a5555c5b7
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 16 12:24:08 2016 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu Jun 16 12:24:08 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5484f4a6
dev-python/sip: sync live ebuild
Package-Manager: portage-2.3.0_rc1
dev-python/sip/sip-4.9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/sip/sip-4.9999.ebuild b/dev-python/sip/sip-4.9999.ebuild
index aa6c006..3961b99 100644
--- a/dev-python/sip/sip-4.9999.ebuild
+++ b/dev-python/sip/sip-4.9999.ebuild
@@ -31,7 +31,6 @@ REQUIRED_USE="
"
PATCHES=( "${FILESDIR}"/${PN}-4.18-darwin.patch )
-DOCS=( "${S}"/{ChangeLog,NEWS} )
src_prepare() {
python_setup 'python2*'
@@ -90,10 +89,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
}