app-admin/cgls: Fix variable order
Signed-off-by: SigHunter <sighunter@gmx.de>
This commit is contained in:
parent
bc51b70490
commit
c3e20062aa
@ -22,12 +22,13 @@ else
|
|||||||
SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> systemd-${PV}.tar.gz"
|
SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> systemd-${PV}.tar.gz"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
fi
|
fi
|
||||||
|
S="${WORKDIR}/systemd-${PV}"
|
||||||
|
|
||||||
# No tests for this one (if I mised them let me know)
|
# 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"
|
LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT public-domain"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="selinux"
|
IUSE="selinux"
|
||||||
|
RESTRICT="mirror test"
|
||||||
|
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
>=dev-util/intltool-0.50
|
>=dev-util/intltool-0.50
|
||||||
@ -48,8 +49,6 @@ DEPEND="
|
|||||||
"
|
"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
S="${WORKDIR}/systemd-${PV}"
|
|
||||||
|
|
||||||
PATCHES=(
|
PATCHES=(
|
||||||
"${FILESDIR}/246-${PN}-libshared-static.patch"
|
"${FILESDIR}/246-${PN}-libshared-static.patch"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user