dev-libs/*: fix variable order

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:
Lucio Sauer
2024-04-27 20:40:12 +02:00
committed by Julien Roy
parent 2da936f63f
commit 89e81076ba
23 changed files with 47 additions and 48 deletions

View File

@@ -15,6 +15,8 @@ DESCRIPTION="Simple convenience library for handling properties and signals in C
HOMEPAGE="https://launchpad.net/properties-cpp"
SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${MY_PV}.orig.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
@@ -26,7 +28,6 @@ DEPEND="
doc? ( app-text/doxygen )
"
S="${WORKDIR}/${MY_P}"
MAKEOPTS="${MAKEOPTS} -j1"
src_prepare() {