commit: a3273abca62776b6f6859d30922934c024fb2cbe Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Tue Mar 17 19:35:39 2020 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Tue Mar 17 19:36:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3273abc
dev-java/openjfx: fix slotting Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> dev-java/openjfx/openjfx-11.0.6_p2.ebuild | 1 - dev-java/openjfx/openjfx-11.0.7_p0.ebuild | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-java/openjfx/openjfx-11.0.6_p2.ebuild b/dev-java/openjfx/openjfx-11.0.6_p2.ebuild index 9d0a5cf0546..49791b2a62a 100644 --- a/dev-java/openjfx/openjfx-11.0.6_p2.ebuild +++ b/dev-java/openjfx/openjfx-11.0.6_p2.ebuild @@ -25,7 +25,6 @@ SRC_URI="https://hg.openjdk.java.net/${PN}/${SLOT}-dev/rt/archive/${MY_PV}.tar.b " LICENSE="GPL-2-with-classpath-exception" -SLOT="$(ver_cut 1)" KEYWORDS="-* ~amd64" IUSE="cpu_flags_x86_sse2 debug doc source +media" diff --git a/dev-java/openjfx/openjfx-11.0.7_p0.ebuild b/dev-java/openjfx/openjfx-11.0.7_p0.ebuild index 6c8ea0f688d..3a331f16e21 100644 --- a/dev-java/openjfx/openjfx-11.0.7_p0.ebuild +++ b/dev-java/openjfx/openjfx-11.0.7_p0.ebuild @@ -4,7 +4,7 @@ EAPI=6 MY_PV="${PV/_p/+}" -SLOT="${MY_PV%%[.+]*}/${PV}" +SLOT="${MY_PV%%[.+]*}" EGRADLE_VER="4.8" inherit java-pkg-2 multiprocessing @@ -25,7 +25,6 @@ SRC_URI="https://hg.openjdk.java.net/${PN}/${SLOT}-dev/rt/archive/${MY_PV}.tar.b " LICENSE="GPL-2-with-classpath-exception" -SLOT="$(ver_cut 1)" KEYWORDS="-* ~amd64" IUSE="cpu_flags_x86_sse2 debug doc source +media"
