diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-09-06 00:48:08 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-09-06 00:48:08 +0000 |
| commit | bafaae9ab73201c37cf877db04aa984977711ff5 (patch) | |
| tree | 5a1502b55e91f1fae28350778e6705eaedd48e95 /dev-java | |
| parent | 0f3d5695baa80d4dd65cbd5a5159df1969d06724 (diff) | |
| download | baldeagleos-repo-bafaae9ab73201c37cf877db04aa984977711ff5.tar.gz baldeagleos-repo-bafaae9ab73201c37cf877db04aa984977711ff5.tar.xz baldeagleos-repo-bafaae9ab73201c37cf877db04aa984977711ff5.zip | |
Updating liguros repo
Diffstat (limited to 'dev-java')
| -rw-r--r-- | dev-java/icedtea-web/icedtea-web-1.8.4-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-java/icedtea-web/icedtea-web-1.8.4-r1.ebuild b/dev-java/icedtea-web/icedtea-web-1.8.4-r1.ebuild index 56974b9a4136..297c3d95ea68 100644 --- a/dev-java/icedtea-web/icedtea-web-1.8.4-r1.ebuild +++ b/dev-java/icedtea-web/icedtea-web-1.8.4-r1.ebuild @@ -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[@]}" } |
