dev-java/icedtea-web: fix some build issues in 1.8.4

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
Georgy Yakovlev
2020-09-05 11:36:48 -07:00
parent 88fdc81eb1
commit c81b8de000

View File

@@ -6,7 +6,7 @@ EAPI=7
README_GENTOO_SUFFIX="-r2"
CRATES="dunce-0.1.1"
inherit autotools cargo readme.gentoo-r1
inherit autotools bash-completion-r1 cargo readme.gentoo-r1
DESCRIPTION="FOSS Java browser plugin and Web Start implementation"
HOMEPAGE="https://github.com/AdoptOpenJDK/IcedTea-Web"
@@ -59,6 +59,8 @@ src_configure() {
--without-tagsoup
$(use_enable doc docs)
)
unset _JAVA_OPTIONS
export bashcompdir="$(get_bashcompdir)" # defaults to /etc if not found in pkg-config
export CARGO_HOME="${ECARGO_HOME}"
CONFIG_SHELL="${EPREFIX}/bin/bash" econf "${myconf[@]}"
}