commit: fe0d66d051a0a3f6547fd400484539fd3be4f350 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Tue May 14 20:39:46 2019 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Tue May 14 20:40:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe0d66d0
app-text/pdftk: install man page. Closes: https://bugs.gentoo.org/672344 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 app-text/pdftk/pdftk-3.0.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-text/pdftk/pdftk-3.0.0.ebuild b/app-text/pdftk/pdftk-3.0.0.ebuild index 013ab53a1b0..1f8c20acf72 100644 --- a/app-text/pdftk/pdftk-3.0.0.ebuild +++ b/app-text/pdftk/pdftk-3.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -39,4 +39,5 @@ DEPEND=" src_install() { java-pkg_newjar "build/jar/pdftk.jar" java-pkg_dolauncher ${PN} --main com.gitlab.pdftk_java.pdftk + doman "${PN}.1" }
