dev-db/sqldeveloper: dedup S=, and reorder vars

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2024-08-11 21:54:07 +03:00
parent a214b65f33
commit 0dfe2639bd

View File

@@ -8,15 +8,13 @@ inherit desktop java-pkg-2
DESCRIPTION="Oracle SQL Developer is a graphical tool for database development"
HOMEPAGE="https://www.oracle.com/technetwork/developer-tools/sql-developer/overview/index.html"
SRC_URI="${P}-no-jre.zip"
S="${WORKDIR}/${PN}"
RESTRICT="bindist fetch"
S=${WORKDIR}/${PN}
LICENSE="OTN"
SLOT="0"
KEYWORDS="-* ~amd64"
IUSE="mssql mysql postgres sybase"
RESTRICT="bindist fetch"
RDEPEND="
dev-java/openjdk:11[javafx]
@@ -28,8 +26,6 @@ RDEPEND="
"
BDEPEND="app-arch/unzip"
S="${WORKDIR}/${PN}"
QA_PREBUILT="
opt/${PN}/netbeans/platform/modules/lib/amd64/linux/libjnidispatch-422.so
"