pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

abcl: should support openjdk17 now



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin%sked.life@localhost>
Pushed By:	nuclearkev
Date:		Tue Mar 26 15:32:36 2024 -0400
Changeset:	d11c8f7fd85cc6adcfd1c90a110e4c3e8c007ca8

Modified Files:
	abcl/Makefile

Log Message:
abcl: should support openjdk17 now

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d11c8f7fd85cc6adcfd1c90a110e4c3e8c007ca8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 abcl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/abcl/Makefile b/abcl/Makefile
index 62e386df91..3759d6700b 100644
--- a/abcl/Makefile
+++ b/abcl/Makefile
@@ -9,7 +9,7 @@ MAINTAINER=	asau%inbox.ru@localhost
 HOMEPAGE=	https://abcl.org/
 COMMENT=	Armed Bear Common Lisp
 
-PKG_JVMS_ACCEPTED=	openjdk11 openjdk8 oracle-jdk8 sun-jdk7 jdk16 jdk15 kaffe
+PKG_JVMS_ACCEPTED=	openjdk17 openjdk11 openjdk8 oracle-jdk8 sun-jdk7 jdk16 jdk15 kaffe
 
 TOOL_DEPENDS=	apache-ant>=1.7.1:../../devel/apache-ant
 


Home | Main Index | Thread Index | Old Index