mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 15:59:00 -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=""
|
||||
RDEPEND="${DEPEND}
|
||||
sys-libs/pam
|
||||
systemd? ( sys-apps/systemd:= )"
|
||||
systemd? ( sys-apps/systemd:= )
|
||||
!systemd? ( sys-apps/kbd )
|
||||
"
|
||||
BDEPEND=""
|
||||
|
||||
QA_FLAGS_IGNORED="usr/bin/lemurs"
|
||||
@ -108,13 +110,7 @@ src_install() {
|
||||
newinitd "${FILESDIR}"/lemurs.initd lemurs
|
||||
systemd_dounit "${S}"/extra/lemurs.service
|
||||
|
||||
if use debug ; then
|
||||
cd target/debug || die "Couldn't cd into target/debug"
|
||||
else
|
||||
cd target/release || die "Couldn't cd into target/release"
|
||||
fi
|
||||
|
||||
dobin lemurs
|
||||
dobin target/$(usex debug debug release)/lemurs
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user