mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -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:
@@ -23,6 +23,8 @@ SRC_URI="
|
||||
https://raw.githubusercontent.com/ankitects/anki/${PV}/qt/bundle/lin/anki.xpm -> ${P}.xpm
|
||||
"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
# The program itself is licensed under AGPL-3+ with contributed portions licensed
|
||||
# under BSD-3.
|
||||
# The translation files are licensed under BSD-3 and public-domain.
|
||||
@@ -100,8 +102,6 @@ RDEPEND="
|
||||
"
|
||||
BDEPEND="app-arch/unzip"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
DOC_CONTENTS="Users with add-ons that still rely on Anki's Qt5 GUI can either switch
|
||||
to ${CATEGORY}/${PN}[-qt6], or temporarily set an environment variable
|
||||
ENABLE_QT5_COMPAT to 1 to have Anki install the previous compatibility code.
|
||||
|
||||
@@ -23,6 +23,8 @@ SRC_URI="
|
||||
https://raw.githubusercontent.com/ankitects/anki/${PV}/qt/bundle/lin/anki.xpm -> ${P}.xpm
|
||||
"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
# The program itself is licensed under AGPL-3+ with contributed portions licensed
|
||||
# under BSD-3.
|
||||
# The translation files are licensed under BSD-3 and public-domain.
|
||||
@@ -101,8 +103,6 @@ RDEPEND="
|
||||
"
|
||||
BDEPEND="app-arch/unzip"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
DOC_CONTENTS="Users with add-ons that still rely on Anki's Qt5 GUI can either switch
|
||||
to ${CATEGORY}/${PN}[-qt6], or temporarily set an environment variable
|
||||
ENABLE_QT5_COMPAT to 1 to have Anki install the previous compatibility code.
|
||||
|
||||
Reference in New Issue
Block a user