mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
java-osgi.eclass: drop EAPI 7
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/36819 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
committed by
Miroslav Šulc
parent
4c660eda0f
commit
bfe9319b5d
@@ -1,4 +1,4 @@
|
||||
# Copyright 2007-2022 Gentoo Authors
|
||||
# Copyright 2007-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# @ECLASS: java-osgi.eclass
|
||||
@@ -6,7 +6,7 @@
|
||||
# java@gentoo.org
|
||||
# @AUTHOR:
|
||||
# Java maintainers <java@gentoo.org>
|
||||
# @SUPPORTED_EAPIS: 7 8
|
||||
# @SUPPORTED_EAPIS: 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} in
|
||||
7|8) ;;
|
||||
8) ;;
|
||||
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user