mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
*/*: fix variable order
Manually went through some entries for `pkgcheck scan -c VariableOrderCheck`. Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
@@ -12,6 +12,8 @@ SRC_URI="
|
||||
arm64? ( https://typora.io/linux/typora_${PV}_arm64.deb )
|
||||
"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="Typora-EULA"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* ~amd64 ~arm64"
|
||||
@@ -43,7 +45,6 @@ RDEPEND="
|
||||
${DEPEND}"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
mv "${S}"/* "${ED}" || die
|
||||
|
||||
Reference in New Issue
Block a user