public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/javassist/
Date: Tue,  5 Jul 2022 11:41:33 +0000 (UTC)	[thread overview]
Message-ID: <1657021290.8a1f6a090df1f64290e73f5b1f3da49c90927dbf.flow@gentoo> (raw)

commit:     8a1f6a090df1f64290e73f5b1f3da49c90927dbf
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  5 11:41:02 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Jul  5 11:41:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1f6a09

dev-java/javassist: DEPEND jdk 8 if not test, if otherwise jdk 11

Also minor style fixes.

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-java/javassist/javassist-3.29.0.ebuild | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/dev-java/javassist/javassist-3.29.0.ebuild b/dev-java/javassist/javassist-3.29.0.ebuild
index ad9f9e436cac..712141e86f6e 100644
--- a/dev-java/javassist/javassist-3.29.0.ebuild
+++ b/dev-java/javassist/javassist-3.29.0.ebuild
@@ -20,9 +20,10 @@ LICENSE="Apache-2.0 LGPL-2.1 MPL-1.1"
 SLOT="3"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 
-#	Tests run: 431,  Failures: 6
+# Tests run: 431,  Failures: 6
 # Cannot solve those test failures. Using "mvn test" they all pass.
-RESTRICT="test" # https://bugs.gentoo.org/856364
+# https://bugs.gentoo.org/856364
+RESTRICT="test"
 
 # Compile dependencies
 # POM: pom.xml
@@ -30,16 +31,17 @@ RESTRICT="test" # https://bugs.gentoo.org/856364
 # test? org.hamcrest:hamcrest-all:1.3 -> !!!artifactId-not-found!!!
 
 DEPEND="
-	>=virtual/jdk-11:*
+	!test? (
+		>=virtual/jdk-8:*
+	)
 	test? (
+		>=virtual/jdk-11:*
 		dev-java/hamcrest-library:1.3
 	)
 "
 
 # https://github.com/jboss-javassist/javassist/blob/rel_3_29_0_ga/pom.xml#L156-L157
-RDEPEND="
-	>=virtual/jre-11:*
-"
+RDEPEND=">=virtual/jre-8:*"
 
 S="${WORKDIR}/${PN}-rel_${PV//./_}_ga"
 


             reply	other threads:[~2022-07-05 11:41 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-05 11:41 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-11  7:58 [gentoo-commits] repo/gentoo:master commit in: dev-java/javassist/ Miroslav Šulc
2022-12-10 17:38 Sam James
2022-12-10 14:59 Arthur Zamarin
2022-12-10 14:33 Arthur Zamarin
2022-12-10 14:33 Arthur Zamarin
2022-11-10  9:26 Florian Schmaus
2022-10-14  7:23 Arthur Zamarin
2022-10-13 23:39 Sam James
2022-10-12 19:22 Sam James
2022-10-12 19:22 Sam James
2022-10-12 18:56 Arthur Zamarin
2022-09-12  9:48 Florian Schmaus
2022-08-20  4:02 Miroslav Šulc
2022-08-19 16:54 Sam James
2022-08-19 16:54 Sam James
2022-08-19  6:16 Arthur Zamarin
2022-08-19  5:54 Arthur Zamarin
2022-07-19 19:26 Florian Schmaus
2022-07-19 19:26 Florian Schmaus
2022-07-16 14:46 Florian Schmaus
2022-07-16 14:46 Florian Schmaus
2022-07-09 17:42 Florian Schmaus
2022-07-05 11:41 Florian Schmaus
2022-01-13 16:36 Florian Schmaus
2021-12-01 18:56 Sam James
2021-12-01  7:16 Arthur Zamarin
2021-11-25  4:15 Sam James
2021-11-25  4:14 Sam James
2021-11-25  4:11 Sam James
2021-11-13  8:29 Sam James
2021-10-10 23:50 Sam James
2021-04-05 10:35 Miroslav Šulc
2017-07-13 20:42 Alexis Ballier
2015-08-29 22:01 Patrice Clement
2015-08-29 22:01 Patrice Clement
2015-08-29 22:01 Patrice Clement
2015-08-28 13:53 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1657021290.8a1f6a090df1f64290e73f5b1f3da49c90927dbf.flow@gentoo \
    --to=flow@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox