From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1582994-garchives=archives.gentoo.org@lists.gentoo.org> 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 6D914158015 for <garchives@archives.gentoo.org>; Sat, 23 Dec 2023 16:10:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A916F2BC017; Sat, 23 Dec 2023 16:10:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 8B39A2BC017 for <gentoo-commits@lists.gentoo.org>; Sat, 23 Dec 2023 16:10:32 +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 BC3C833D0AF for <gentoo-commits@lists.gentoo.org>; Sat, 23 Dec 2023 16:10:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A7F6AC2 for <gentoo-commits@lists.gentoo.org>; Sat, 23 Dec 2023 16:10:30 +0000 (UTC) From: "罗百科" <patrick@gentoo.org> 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@gentoo.org> Message-ID: <1703347806.9aee697fd53a9f7eb0b738ffd729c3b0ebdc56a0.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/rocr-runtime/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/rocr-runtime/rocr-runtime-5.7.1-r1.ebuild dev-libs/rocr-runtime/rocr-runtime-6.0.0.ebuild X-VCS-Directories: dev-libs/rocr-runtime/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: 9aee697fd53a9f7eb0b738ffd729c3b0ebdc56a0 X-VCS-Branch: master Date: Sat, 23 Dec 2023 16:10:30 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 61c6a5e6-d38d-4965-931b-83f194b321b1 X-Archives-Hash: c068ac18e82293d0acedb7c88e1a92d8 commit: 9aee697fd53a9f7eb0b738ffd729c3b0ebdc56a0 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org> AuthorDate: Sat Dec 23 15:40:00 2023 +0000 Commit: 罗百科 <patrick <AT> gentoo <DOT> org> CommitDate: Sat Dec 23 16:10:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aee697f dev-libs/rocr-runtime: Make libdrm dep explicit Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org> dev-libs/rocr-runtime/rocr-runtime-5.7.1-r1.ebuild | 3 ++- dev-libs/rocr-runtime/rocr-runtime-6.0.0.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/rocr-runtime/rocr-runtime-5.7.1-r1.ebuild b/dev-libs/rocr-runtime/rocr-runtime-5.7.1-r1.ebuild index b9c8b836cf33..840a1949b160 100644 --- a/dev-libs/rocr-runtime/rocr-runtime-5.7.1-r1.ebuild +++ b/dev-libs/rocr-runtime/rocr-runtime-5.7.1-r1.ebuild @@ -27,7 +27,8 @@ LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" IUSE="debug" -COMMON_DEPEND="dev-libs/elfutils" +COMMON_DEPEND="dev-libs/elfutils + x11-libs/libdrm" DEPEND="${COMMON_DEPEND} >=dev-libs/roct-thunk-interface-${PV} >=dev-libs/rocm-device-libs-${PV} diff --git a/dev-libs/rocr-runtime/rocr-runtime-6.0.0.ebuild b/dev-libs/rocr-runtime/rocr-runtime-6.0.0.ebuild index b9c8b836cf33..840a1949b160 100644 --- a/dev-libs/rocr-runtime/rocr-runtime-6.0.0.ebuild +++ b/dev-libs/rocr-runtime/rocr-runtime-6.0.0.ebuild @@ -27,7 +27,8 @@ LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" IUSE="debug" -COMMON_DEPEND="dev-libs/elfutils" +COMMON_DEPEND="dev-libs/elfutils + x11-libs/libdrm" DEPEND="${COMMON_DEPEND} >=dev-libs/roct-thunk-interface-${PV} >=dev-libs/rocm-device-libs-${PV}