app-admin/cgls: Fix variable order

Signed-off-by: SigHunter <sighunter@gmx.de>
This commit is contained in:
SigHunter 2024-09-09 14:23:56 +02:00
parent bc51b70490
commit c3e20062aa
No known key found for this signature in database
GPG Key ID: E6359D3AA1AA2397

View File

@ -22,12 +22,13 @@ else
SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> systemd-${PV}.tar.gz"
KEYWORDS="~amd64"
fi
S="${WORKDIR}/systemd-${PV}"
# No tests for this one (if I mised them let me know)
RESTRICT="mirror test"
LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT public-domain"
SLOT="0"
IUSE="selinux"
RESTRICT="mirror test"
BDEPEND="
>=dev-util/intltool-0.50
@ -48,8 +49,6 @@ DEPEND="
"
RDEPEND="${DEPEND}"
S="${WORKDIR}/systemd-${PV}"
PATCHES=(
"${FILESDIR}/246-${PN}-libshared-static.patch"
)