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 B1703158099 for ; Thu, 30 Nov 2023 10:44:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0312B2BC025; Thu, 30 Nov 2023 10:44:49 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCF782BC025 for ; Thu, 30 Nov 2023 10:44:48 +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 0C967335D54 for ; Thu, 30 Nov 2023 10:44:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 458E1A59 for ; Thu, 30 Nov 2023 10:44:46 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1701185619.f5539bc3e282b9c20d712ad0810108d45a063e65.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-apps/lact/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-apps/lact/lact-0.5.0.ebuild X-VCS-Directories: sys-apps/lact/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: f5539bc3e282b9c20d712ad0810108d45a063e65 X-VCS-Branch: master Date: Thu, 30 Nov 2023 10:44:46 +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: 82508c7a-6a46-4093-a473-8e98442c01c4 X-Archives-Hash: 192f04297e9b79b49c591c2171ca0712 commit: f5539bc3e282b9c20d712ad0810108d45a063e65 Author: Takuya Wakazono gmail com> AuthorDate: Tue Nov 28 15:33:39 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Nov 28 15:33:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f5539bc3 sys-apps/lact: add missing USE dependency Signed-off-by: Takuya Wakazono gmail.com> sys-apps/lact/lact-0.5.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/lact/lact-0.5.0.ebuild b/sys-apps/lact/lact-0.5.0.ebuild index 283dc4bcd1..46d71bb48e 100644 --- a/sys-apps/lact/lact-0.5.0.ebuild +++ b/sys-apps/lact/lact-0.5.0.ebuild @@ -276,7 +276,7 @@ KEYWORDS="~amd64" IUSE="+drm gtk" DEPEND=" - drm? ( x11-libs/libdrm ) + drm? ( x11-libs/libdrm[video_cards_amdgpu] ) gtk? ( gui-libs/gtk:4 ) " RDEPEND=" @@ -296,7 +296,7 @@ PATCHES=( src_configure() { sed -i "s|target/release|target/$(usex debug debug release)|" Makefile || die - sed -i "/^strip =.*/d" Cargo.toml || die + sed -i "/^strip =/d" Cargo.toml || die local myfeatures=( $(usev gtk lact-gui)