mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user