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 2BC7F158089 for ; Fri, 13 Oct 2023 02:44:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 885652BC01F; Fri, 13 Oct 2023 02:44:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 6EA562BC01F for ; Fri, 13 Oct 2023 02:44:53 +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 3AFC1335C34 for ; Fri, 13 Oct 2023 02:44:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F41DF14 for ; Fri, 13 Oct 2023 02:44:50 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1697164997.53cff6c693d6061957058e2226d77642da2e1c9b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/brltty/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-accessibility/brltty/brltty-6.6.ebuild X-VCS-Directories: app-accessibility/brltty/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 53cff6c693d6061957058e2226d77642da2e1c9b X-VCS-Branch: master Date: Fri, 13 Oct 2023 02:44:50 +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: 05320222-e8c4-4b6e-a739-aa8df996586c X-Archives-Hash: 5f8def6f65c4f1494f5d325771ab88b2 commit: 53cff6c693d6061957058e2226d77642da2e1c9b Author: Sam James gentoo org> AuthorDate: Fri Oct 13 02:43:17 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 13 02:43:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53cff6c6 app-accessibility/brltty: simplify emake calls Signed-off-by: Sam James gentoo.org> app-accessibility/brltty/brltty-6.6.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/app-accessibility/brltty/brltty-6.6.ebuild b/app-accessibility/brltty/brltty-6.6.ebuild index c01143a96851..87ccfd5baaa9 100644 --- a/app-accessibility/brltty/brltty-6.6.ebuild +++ b/app-accessibility/brltty/brltty-6.6.ebuild @@ -191,12 +191,8 @@ src_install() { insinto /etc doins Documents/brltty.conf newinitd "${FILESDIR}"/brltty.initd brltty - pushd Autostart/Systemd 1> /dev/null || die - emake -j1 INSTALL_ROOT="${ED}" install - popd || die - pushd Autostart/Udev 1> /dev/null || die - emake -j1 INSTALL_ROOT="${ED}" install - popd || die + emake -C Autostart/Systemd -j1 INSTALL_ROOT="${ED}" install + emake -C Autostart/Udev -j1 INSTALL_ROOT="${ED}" install dodoc Documents/{CONTRIBUTORS,ChangeLog,HISTORY,README*,TODO} if use doc; then