mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
dev-vcs/*: fix variable order
I manually went through some entries for `pkgcheck scan -c VariableOrderCheck`. Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -17,11 +17,11 @@ SRC_URI="
|
||||
https://github.com/francescmm/${GQ}/releases/download/v${GQ_PV}/${GQ_PN}_${GQ_PV}.tar.gz -> ${GQ_PN}-${GQ_PV}.tar.gz
|
||||
"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
PDEPEND=">=dev-vcs/gitqlient-1.6.1"
|
||||
RDEPEND="
|
||||
@@ -29,7 +29,6 @@ RDEPEND="
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtwebengine:5[widgets]
|
||||
"
|
||||
DEPEND="${DEPEND}"
|
||||
|
||||
# No need SONAME for runtime plugin
|
||||
QA_SONAME="usr/lib.*/lib${MY_PN}.so"
|
||||
|
||||
Reference in New Issue
Block a user