commit: 154ff887dc54668233b5f9c811e4ecdc6a2a6b76
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sat Sep 26 00:11:32 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sat Sep 26 00:11:32 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=154ff887
dev-python/Forthon: remove dohtml
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-python/Forthon/Forthon-0.8.49.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/Forthon/Forthon-0.8.49.ebuild
b/dev-python/Forthon/Forthon-0.8.49.ebuild
index 8208e0381..63c487ed8 100644
--- a/dev-python/Forthon/Forthon-0.8.49.ebuild
+++ b/dev-python/Forthon/Forthon-0.8.49.ebuild
@@ -15,8 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
python_install_all() {
- dodoc -r {example,simpleexample}
- dohtml docs/index.html
+ dodoc -r example simpleexample docs
distutils-r1_python_install_all
}