Skip to content

Commit

Permalink
dev-ada/gnatcoll: Fix documentation and skip test
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
atupone committed Apr 5, 2017
1 parent 43bd3a4 commit f1b8e83
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dev-ada/gnatcoll/gnatcoll-2016.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,11 @@ src_install() {
fi
emake DESTDIR="${D}" install_gps_plugin
einstalldocs
dodoc -r features-* known-problems-* examples
mv "${D}"/usr/share/doc/${PN}/GNATColl.pdf "${D}"/usr/share/doc/${PF}/
mv "${D}"/usr/share/doc/${PN}/html/html "${D}"/usr/share/doc/${PF}/
}

src_test() {
true
}

0 comments on commit f1b8e83

Please sign in to comment.