summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-02-22 00:20:37 +0100
committerPatrice Clement <monsieurp@gentoo.org>2017-02-22 23:17:17 +0100
commit225641306851ae7d035dcadad342b110ce76f32a (patch)
tree43440df224b207579f6a71c03c2c0d9e05a4c60c /eclass
parentnet-misc/dahdi: Add ~ppc ~ppc64 keyword (bug 447648). (diff)
downloadgentoo-225641306851ae7d035dcadad342b110ce76f32a.tar.gz
gentoo-225641306851ae7d035dcadad342b110ce76f32a.tar.bz2
gentoo-225641306851ae7d035dcadad342b110ce76f32a.zip
eclass/java-utils-2.eclass: Convert the few remaining bits to EAPI 6.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/java-utils-2.eclass10
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass
index d2af9f292a37..503aae35cab8 100644
--- a/eclass/java-utils-2.eclass
+++ b/eclass/java-utils-2.eclass
@@ -590,13 +590,13 @@ java-pkg_sointo() {
java-pkg_dohtml() {
debug-print-function ${FUNCNAME} $*
- [[ ${#} -lt 1 ]] && die "At least one argument required for ${FUNCNAME}"
+ [[ ${#} -lt 1 ]] && die "At least one argument required for ${FUNCNAME}"
- # from /usr/lib/portage/bin/dohtml -h
- # -f Set list of allowed extensionless file names.
- dohtml -f package-list "$@"
+ # Do away with dohtml and rely on dodoc instead to do the deed.
+ docinto html
+ dodoc "$@"
- # this probably shouldn't be here but it provides
+ # This probably shouldn't be here but it provides
# a reasonable way to catch # docs for all of the
# old ebuilds.
java-pkg_recordjavadoc