dev-java/openjfx: sort variables

Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Part-of: https://github.com/gentoo/gentoo/pull/43956
Closes: https://github.com/gentoo/gentoo/pull/43956
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Volkmar W. Pogatzki
2025-09-27 10:34:45 +02:00
committed by Miroslav Šulc
parent f76dc88903
commit 8ed105100f

View File

@@ -4,7 +4,6 @@
EAPI=8
MY_PV="${PV/_p/+}"
SLOT="${MY_PV%%[.+]*}"
EGRADLE_VER="4.10.3"
inherit flag-o-matic java-pkg-2 multiprocessing toolchain-funcs
@@ -28,6 +27,7 @@ SRC_URI="
S="${WORKDIR}/rt-${MY_PV}"
LICENSE="GPL-2-with-classpath-exception"
SLOT="${MY_PV%%[.+]*}"
KEYWORDS="-* ~amd64 ~ppc64"
IUSE="cpu_flags_x86_sse2 debug doc source +media"
REQUIRED_USE="amd64? ( cpu_flags_x86_sse2 )"