dev-python/sip: sync live ebuild
authorDavide Pesavento <pesa@gentoo.org>
Thu, 16 Jun 2016 12:24:08 +0000 (14:24 +0200)
committerDavide Pesavento <pesa@gentoo.org>
Thu, 16 Jun 2016 12:24:08 +0000 (14:24 +0200)
Package-Manager: portage-2.3.0_rc1

dev-python/sip/sip-4.9999.ebuild

index aa6c00622cea88e92133a0c9dbb69a97c7e4d50b..3961b99329c89284ad0959af8e08ce88aea7fea1 100644 (file)
@@ -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
 }