commit: 5a9c068b8c01c4806f2592527ec3465b403431ac Author: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail <DOT> com> AuthorDate: Mon May 3 19:34:20 2021 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Sun May 16 19:28:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a9c068b
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 <AT> gmail.com> Bug: https://bugs.gentoo.org/766102 Closes: https://github.com/gentoo/gentoo/pull/20608/commits/a3aa8f14d78b836333dbf2fc6ea8a983d296afcb Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> dev-java/swt/{swt-4.10.ebuild => swt-4.10-r1.ebuild} | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/dev-java/swt/swt-4.10.ebuild b/dev-java/swt/swt-4.10-r1.ebuild similarity index 98% rename from dev-java/swt/swt-4.10.ebuild rename to dev-java/swt/swt-4.10-r1.ebuild index 13b1abd63b3..527f2063119 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}"
