commit: 8ed105100f02a3e0e4b5be632658a682046eb139 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Sat Sep 27 08:34:45 2025 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Sun Sep 28 09:05:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed10510
dev-java/openjfx: sort variables Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> 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 <AT> gentoo.org> dev-java/openjfx/openjfx-11.0.11_p1-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/openjfx/openjfx-11.0.11_p1-r5.ebuild b/dev-java/openjfx/openjfx-11.0.11_p1-r5.ebuild index 5d1ea0666f87..1186e000724a 100644 --- a/dev-java/openjfx/openjfx-11.0.11_p1-r5.ebuild +++ b/dev-java/openjfx/openjfx-11.0.11_p1-r5.ebuild @@ -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 )"
