media-gfx/*: fix variable order

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Closes: https://github.com/gentoo/guru/pull/170
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Lucio Sauer
2024-05-08 04:59:10 +02:00
committed by Julien Roy
parent b502be31fe
commit 159c89758f
8 changed files with 25 additions and 26 deletions

View File

@@ -12,14 +12,13 @@ DESCRIPTION="Web based tool to extract data from plots, images, and maps"
HOMEPAGE="https://automeris.io/WebPlotDigitizer/"
SRC_URI="https://automeris.io/downloads/${MY_PN}-${PV}-linux-x64.zip"
S="${WORKDIR}/${MY_PN}-${PV}-linux-x64"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64"
#RESTRICT="strip"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
QA_PREBUILT="*"
## RDEPEND is still required to be filled with actual runtime-deps:
## python is just assumed runtime-dependency.
RDEPEND="
@@ -29,9 +28,8 @@ RDEPEND="
"
BDEPEND="app-arch/unzip"
S="${WORKDIR}/${MY_PN}-${PV}-linux-x64"
QA_FLAGS_IGNORED="*"
QA_PREBUILT="*"
## It seems media-libs/alsa-lib is required by chrome-sandbox.
## Actually this library isn't required to work.