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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D55CF15802C for ; Tue, 17 Dec 2024 16:35:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE7B5E0858; Tue, 17 Dec 2024 16:35:11 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B45DEE0858 for ; Tue, 17 Dec 2024 16:35:10 +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 A0733335DC0 for ; Tue, 17 Dec 2024 16:35:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E95E159E for ; Tue, 17 Dec 2024 16:35:08 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1734453284.b0f21a7953ce6e089c76dce04f9e5f318f95b6d0.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/amdgpu_top/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/amdgpu_top/amdgpu_top-0.10.1-r1.ebuild sys-apps/amdgpu_top/amdgpu_top-0.10.1-r2.ebuild X-VCS-Directories: sys-apps/amdgpu_top/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: b0f21a7953ce6e089c76dce04f9e5f318f95b6d0 X-VCS-Branch: master Date: Tue, 17 Dec 2024 16:35:08 +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: b0bcb524-6a92-43d6-8f08-090a471791ea X-Archives-Hash: 7b3c90cd019d234bbad6f0522ccbba29 commit: b0f21a7953ce6e089c76dce04f9e5f318f95b6d0 Author: Patrick McLean gentoo org> AuthorDate: Tue Dec 17 16:34:44 2024 +0000 Commit: Patrick McLean gentoo org> CommitDate: Tue Dec 17 16:34:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0f21a79 sys-apps/amdgpu_top: Add proper USE flags to libdrm dep Signed-off-by: Patrick McLean gentoo.org> .../{amdgpu_top-0.10.1-r1.ebuild => amdgpu_top-0.10.1-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/amdgpu_top/amdgpu_top-0.10.1-r1.ebuild b/sys-apps/amdgpu_top/amdgpu_top-0.10.1-r2.ebuild similarity index 99% rename from sys-apps/amdgpu_top/amdgpu_top-0.10.1-r1.ebuild rename to sys-apps/amdgpu_top/amdgpu_top-0.10.1-r2.ebuild index 9a7da55e50f0..147a826c7757 100644 --- a/sys-apps/amdgpu_top/amdgpu_top-0.10.1-r1.ebuild +++ b/sys-apps/amdgpu_top/amdgpu_top-0.10.1-r2.ebuild @@ -451,7 +451,7 @@ KEYWORDS="~amd64" IUSE="man" DEPEND=" - x11-libs/libdrm:= + x11-libs/libdrm:=[video_cards_amdgpu] " RDEPEND="${DEPEND}" BDEPEND="