mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 18:13:10 -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:
@@ -11,6 +11,8 @@ SRC_URI="
|
||||
https://github.com/brainboxdotcc/DPP/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
"
|
||||
|
||||
S="${WORKDIR}/DPP-${PV}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
# DPP is extremely ABI instable due to frequent changes in the Discord API
|
||||
# See https://github.com/brainboxdotcc/DPP/issues/207#issuecomment-1007030157
|
||||
@@ -33,8 +35,6 @@ DEPEND="
|
||||
dev-cpp/nlohmann_json
|
||||
"
|
||||
|
||||
S="${WORKDIR}/DPP-${PV}"
|
||||
|
||||
DOCS=( "README.md" "SECURITY.md" )
|
||||
|
||||
src_configure() {
|
||||
|
||||
Reference in New Issue
Block a user