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 0852015800A for ; Thu, 27 Jul 2023 12:05:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 583B1E09AD; Thu, 27 Jul 2023 12:04:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 06CDCE09AB for ; Thu, 27 Jul 2023 12:04:59 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A79DC3414A0 for ; Thu, 27 Jul 2023 12:04:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A3FEDEB for ; Thu, 27 Jul 2023 12:04:55 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1690376581.895fd1d4ce9ba6343146882cd6373dd511466c17.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-firmware/LenovoLegionLinux/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-firmware/LenovoLegionLinux/LenovoLegionLinux-9999.ebuild X-VCS-Directories: sys-firmware/LenovoLegionLinux/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 895fd1d4ce9ba6343146882cd6373dd511466c17 X-VCS-Branch: master Date: Thu, 27 Jul 2023 12:04:55 +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: f5a0b4e3-b6f6-4a50-9b3e-962b8ce6dd37 X-Archives-Hash: 219743863254fc9637362912f6e4829c commit: 895fd1d4ce9ba6343146882cd6373dd511466c17 Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Wed Jul 26 13:00:31 2023 +0000 Commit: David Roman gmail com> CommitDate: Wed Jul 26 13:03:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=895fd1d4 sys-firmware/LenovoLegionLinux: fix whitespaces warnings Signed-off-by: Gonçalo Negrier Duarte gmail.com> sys-firmware/LenovoLegionLinux/LenovoLegionLinux-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-firmware/LenovoLegionLinux/LenovoLegionLinux-9999.ebuild b/sys-firmware/LenovoLegionLinux/LenovoLegionLinux-9999.ebuild index de5f1723a2..95c2640e73 100644 --- a/sys-firmware/LenovoLegionLinux/LenovoLegionLinux-9999.ebuild +++ b/sys-firmware/LenovoLegionLinux/LenovoLegionLinux-9999.ebuild @@ -75,12 +75,12 @@ src_install() { insinto /etc/legion_linux && newins "${FILESDIR}/radeon" .env fi #NVIDIA (need dowgrade because nvidia-smi -pl was removed) - if use downgrade-nvidia; then + if use downgrade-nvidia; then insinto /usr/share/legion_linux && newins "${FILESDIR}/nvidia" .env insinto /etc/legion_linux && newins "${FILESDIR}/nvidia" .env fi - if use ryzenadj; then + if use ryzenadj; then insinto /usr/share/legion_linux && newins "${FILESDIR}/cpu" .env insinto /etc/legion_linux && newins "${FILESDIR}/cpu" .env fi