mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 23:46:14 -04:00
gui-apps/lemurs: add sys-app/kbd to RDEPEND
Signed-off-by: Remigiusz Micielski <rmicielski@purelymail.com>
This commit is contained in:
parent
2c5e3f4b70
commit
fa34b3a67c
@ -76,7 +76,9 @@ IUSE="systemd"
|
|||||||
DEPEND=""
|
DEPEND=""
|
||||||
RDEPEND="${DEPEND}
|
RDEPEND="${DEPEND}
|
||||||
sys-libs/pam
|
sys-libs/pam
|
||||||
systemd? ( sys-apps/systemd:= )"
|
systemd? ( sys-apps/systemd:= )
|
||||||
|
!systemd? ( sys-apps/kbd )
|
||||||
|
"
|
||||||
BDEPEND=""
|
BDEPEND=""
|
||||||
|
|
||||||
QA_FLAGS_IGNORED="usr/bin/lemurs"
|
QA_FLAGS_IGNORED="usr/bin/lemurs"
|
||||||
@ -108,13 +110,7 @@ src_install() {
|
|||||||
newinitd "${FILESDIR}"/lemurs.initd lemurs
|
newinitd "${FILESDIR}"/lemurs.initd lemurs
|
||||||
systemd_dounit "${S}"/extra/lemurs.service
|
systemd_dounit "${S}"/extra/lemurs.service
|
||||||
|
|
||||||
if use debug ; then
|
dobin target/$(usex debug debug release)/lemurs
|
||||||
cd target/debug || die "Couldn't cd into target/debug"
|
|
||||||
else
|
|
||||||
cd target/release || die "Couldn't cd into target/release"
|
|
||||||
fi
|
|
||||||
|
|
||||||
dobin lemurs
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user