* [gentoo-dev] [PATCH] eclass/java-osgi.eclass: added eapi8 support
@ 2021-12-25 18:51 Miroslav Šulc
0 siblings, 0 replies; only message in thread
From: Miroslav Šulc @ 2021-12-25 18:51 UTC (permalink / raw
To: gentoo-dev; +Cc: Miroslav Šulc
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
---
eclass/java-osgi.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/java-osgi.eclass b/eclass/java-osgi.eclass
index 74c7c1a07f5c..f2f55772e873 100644
--- a/eclass/java-osgi.eclass
+++ b/eclass/java-osgi.eclass
@@ -6,7 +6,7 @@
# java@gentoo.org
# @AUTHOR:
# Java maintainers <java@gentoo.org>
-# @SUPPORTED_EAPIS: 5 6 7
+# @SUPPORTED_EAPIS: 5 6 7 8
# @PROVIDES: java-utils-2
# @BLURB: Java OSGi eclass
# @DESCRIPTION:
@@ -16,7 +16,7 @@
# could extend this so that Gentoo Java system would be fully OSGi compliant.
case ${EAPI:-0} in
- [567]) ;;
+ [5678]) ;;
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac
--
2.34.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-12-25 18:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-25 18:51 [gentoo-dev] [PATCH] eclass/java-osgi.eclass: added eapi8 support Miroslav Šulc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox