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 81882158089 for ; Mon, 23 Oct 2023 04:47:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B94682BC013; Mon, 23 Oct 2023 04:47:14 +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 A23AA2BC013 for ; Mon, 23 Oct 2023 04:47:14 +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 74C47335CCD for ; Mon, 23 Oct 2023 04:47:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0C6EE88 for ; Mon, 23 Oct 2023 04:47:11 +0000 (UTC) From: "罗百科" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "罗百科" Message-ID: <1698036359.5d339918669b81adb7d9a3e67bf1a0b1b170ca60.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ryzen_smu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ryzen_smu/ryzen_smu-0.1.5.ebuild X-VCS-Directories: app-admin/ryzen_smu/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: 5d339918669b81adb7d9a3e67bf1a0b1b170ca60 X-VCS-Branch: master Date: Mon, 23 Oct 2023 04:47:11 +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: 8a3d98ea-c589-4770-9d78-8afd767aa42d X-Archives-Hash: 6347c20dc483f54318cd3fb88ea7d200 commit: 5d339918669b81adb7d9a3e67bf1a0b1b170ca60 Author: Patrick Lauer gentoo org> AuthorDate: Mon Oct 23 04:45:59 2023 +0000 Commit: 罗百科 gentoo org> CommitDate: Mon Oct 23 04:45:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d339918 app-admin/ryzen_smu: Fix build dir name Signed-off-by: Patrick Lauer gentoo.org> app-admin/ryzen_smu/ryzen_smu-0.1.5.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-admin/ryzen_smu/ryzen_smu-0.1.5.ebuild b/app-admin/ryzen_smu/ryzen_smu-0.1.5.ebuild index 65855c43f75c..997efaf05596 100644 --- a/app-admin/ryzen_smu/ryzen_smu-0.1.5.ebuild +++ b/app-admin/ryzen_smu/ryzen_smu-0.1.5.ebuild @@ -13,6 +13,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" +S="${WORKDIR}/${PN}-v${PV}" + src_compile() { local modlist=( ryzen_smu ) local modargs=( KERNEL_BUILD="${KV_OUT_DIR}" )