diff options
author | Wolfgang E. Sanyer <ezzieyguywuf@gmail.com> | 2021-05-03 15:34:20 -0400 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-05-16 21:28:49 +0200 |
commit | 5a9c068b8c01c4806f2592527ec3465b403431ac (patch) | |
tree | 326745dd0bff57603255902ea2d1a28ae585d4dd | |
parent | profiles/package.mask: dev-java/freemarker last-rite (diff) | |
download | gentoo-5a9c068b8c01c4806f2592527ec3465b403431ac.tar.gz gentoo-5a9c068b8c01c4806f2592527ec3465b403431ac.tar.bz2 gentoo-5a9c068b8c01c4806f2592527ec3465b403431ac.zip |
dev-java/swt: update java dependencies
Bug 766102 seems to be fixed with the latest stable openjdk-bin-8,
however I think the bug remains open until the older open-jdk is removed
from the tree.
Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf@gmail.com>
Bug: https://bugs.gentoo.org/766102
Closes: https://github.com/gentoo/gentoo/pull/20608/commits/a3aa8f14d78b836333dbf2fc6ea8a983d296afcb
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
-rw-r--r-- | dev-java/swt/swt-4.10-r1.ebuild (renamed from dev-java/swt/swt-4.10.ebuild) | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/dev-java/swt/swt-4.10.ebuild b/dev-java/swt/swt-4.10-r1.ebuild index 13b1abd63b38..527f20631194 100644 --- a/dev-java/swt/swt-4.10.ebuild +++ b/dev-java/swt/swt-4.10-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit flag-o-matic java-pkg-2 java-ant-2 toolchain-funcs java-osgi @@ -34,16 +34,18 @@ COMMON_DEP=" net-libs/webkit-gtk:4 )" DEPEND="${COMMON_DEP} - >=virtual/jdk-1.8 - app-arch/unzip - virtual/pkgconfig + >=virtual/jdk-1.8:* x11-base/xorg-proto x11-libs/libX11 x11-libs/libXrender x11-libs/libXt >=x11-libs/libXtst-1.1.0" RDEPEND="${COMMON_DEP} - >=virtual/jre-1.8" + >=virtual/jre-1.8:*" +BDEPEND=" + app-arch/unzip + virtual/pkgconfig +" S="${WORKDIR}" |