From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB14315800A for ; Thu, 17 Aug 2023 07:31:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E60CF2BC015; Thu, 17 Aug 2023 07:31:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CDF042BC015 for ; Thu, 17 Aug 2023 07:31:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AFA55335CD4 for ; Thu, 17 Aug 2023 07:31:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 115CBFC5 for ; Thu, 17 Aug 2023 07:31:30 +0000 (UTC) From: "Remigiusz Micielski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Remigiusz Micielski" Message-ID: <1692257486.fa34b3a67cc35515032b5b0e98c3a23a509ff9bc.remigiusz.micielski@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/lemurs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/lemurs/lemurs-0.3.1.ebuild X-VCS-Directories: gui-apps/lemurs/ X-VCS-Committer: remigiusz.micielski X-VCS-Committer-Name: Remigiusz Micielski X-VCS-Revision: fa34b3a67cc35515032b5b0e98c3a23a509ff9bc X-VCS-Branch: dev Date: Thu, 17 Aug 2023 07:31:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c6904be2-8856-401f-8533-49325f126d8d X-Archives-Hash: 6da0dc4932def83ecb84935a3cb36a05 commit: fa34b3a67cc35515032b5b0e98c3a23a509ff9bc Author: Remigiusz Micielski purelymail com> AuthorDate: Thu Aug 17 07:29:29 2023 +0000 Commit: Remigiusz Micielski gmail com> CommitDate: Thu Aug 17 07:31:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa34b3a6 gui-apps/lemurs: add sys-app/kbd to RDEPEND Signed-off-by: Remigiusz Micielski purelymail.com> gui-apps/lemurs/lemurs-0.3.1.ebuild | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/gui-apps/lemurs/lemurs-0.3.1.ebuild b/gui-apps/lemurs/lemurs-0.3.1.ebuild index f9b77680b6..e6a350c78b 100644 --- a/gui-apps/lemurs/lemurs-0.3.1.ebuild +++ b/gui-apps/lemurs/lemurs-0.3.1.ebuild @@ -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() {