mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-08 00:10:15 +03:00
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:
committed by
Miroslav Šulc
parent
f76dc88903
commit
8ed105100f
@@ -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 )"
|
||||
|
||||
Reference in New Issue
Block a user