public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/cglib/
Date: Wed, 23 Feb 2022 09:18:08 +0000 (UTC)	[thread overview]
Message-ID: <1645607866.5bd9d4fc7fe0af7ce53545fd234bc329b2e32ebf.fordfrog@gentoo> (raw)

commit:     5bd9d4fc7fe0af7ce53545fd234bc329b2e32ebf
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Tue Feb 22 18:04:06 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Feb 23 09:17:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd9d4fc

dev-java/cglib: Fix syntax error

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-java/cglib/cglib-3.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/cglib/cglib-3.3.0-r1.ebuild b/dev-java/cglib/cglib-3.3.0-r1.ebuild
index d82a7f3a7d4a..26ae3e989c16 100644
--- a/dev-java/cglib/cglib-3.3.0-r1.ebuild
+++ b/dev-java/cglib/cglib-3.3.0-r1.ebuild
@@ -57,7 +57,7 @@ src_test() {
 	# throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @42bb2aee
 
 	local vm_version="$(java-config -g PROVIDES_VERSION)"
-	if [[ "${vm_version}" -ge "17" ]] ; then
+	if ver_test "${vm_version}" -ge "17" ; then
 		JAVA_TEST_EXTRA_ARGS+=( --add-opens=java.base/java.lang=ALL-UNNAMED )
 	fi
 


             reply	other threads:[~2022-02-23  9:18 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-23  9:18 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-06 18:25 [gentoo-commits] repo/gentoo:master commit in: dev-java/cglib/ Miroslav Šulc
2025-02-05 12:15 Sam James
2025-02-04 16:54 Sam James
2025-02-04 15:47 Sam James
2025-01-06 10:32 Miroslav Šulc
2024-04-15 10:24 Miroslav Šulc
2022-03-27  6:07 Miroslav Šulc
2022-03-26 16:51 Arthur Zamarin
2022-03-25  7:47 Agostino Sarubbo
2022-03-24  8:01 Jakov Smolić
2022-03-24  8:01 Jakov Smolić
2022-02-22  7:45 Miroslav Šulc
2021-04-07  6:21 Sam James
2021-04-05 16:45 Sam James
2021-04-05 16:43 Sam James
2021-04-04 21:21 Sergei Trofimovich
2021-03-27  8:55 Miroslav Šulc
2021-03-27  8:55 Miroslav Šulc
2017-07-13 12:13 Alexis Ballier
2016-01-16 21:01 James Le Cuirot
2015-10-08  7:58 Patrice Clement

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=1645607866.5bd9d4fc7fe0af7ce53545fd234bc329b2e32ebf.fordfrog@gentoo \
    --to=fordfrog@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