summaryrefslogtreecommitdiff
path: root/dev-java
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/icedtea-web/icedtea-web-1.8.8-r2.ebuild (renamed from dev-java/icedtea-web/icedtea-web-1.8.8-r1.ebuild)14
1 files changed, 9 insertions, 5 deletions
diff --git a/dev-java/icedtea-web/icedtea-web-1.8.8-r1.ebuild b/dev-java/icedtea-web/icedtea-web-1.8.8-r2.ebuild
index 73754338cb33..ff395edab946 100644
--- a/dev-java/icedtea-web/icedtea-web-1.8.8-r1.ebuild
+++ b/dev-java/icedtea-web/icedtea-web-1.8.8-r2.ebuild
@@ -4,14 +4,16 @@
EAPI=8
README_GENTOO_SUFFIX="-r3"
-CRATES="dunce-0.1.1"
+CRATES="dunce@0.1.1"
inherit autotools bash-completion-r1 cargo java-pkg-2 readme.gentoo-r1 xdg-utils
DESCRIPTION="FOSS Java browser plugin and Web Start implementation"
HOMEPAGE="https://github.com/AdoptOpenJDK/IcedTea-Web"
SRC_URI="https://github.com/AdoptOpenJDK/${PN}/archive/${P}.tar.gz
- $(cargo_crate_uris ${CRATES})"
+ ${CARGO_CRATE_URIS}"
+S="${WORKDIR}/IcedTea-Web-${P}"
+
LICENSE="GPL-2 GPL-2-with-linking-exception LGPL-2"
SLOT="0"
KEYWORDS="amd64 arm64 ppc64"
@@ -25,7 +27,6 @@ BDEPEND="
app-arch/zip
app-alternatives/bc
virtual/pkgconfig
- virtual/rust
doc? ( app-alternatives/bc )
"
@@ -58,10 +59,13 @@ RDEPEND="
>=virtual/jre-1.8:*
"
-S="${WORKDIR}/IcedTea-Web-${P}"
-
QA_FLAGS_IGNORED="usr/bin/.*"
+pkg_setup() {
+ java-pkg-2_pkg_setup
+ rust_pkg_setup
+}
+
src_prepare() {
eapply_user
sed -i 's/JAVADOC_OPTS=/\0-Xdoclint:none /g' Makefile.am || die