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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B54F13835A for ; Wed, 10 Jun 2020 00:23:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50DAFE0922; Wed, 10 Jun 2020 00:23:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7D6CE0920 for ; Wed, 10 Jun 2020 00:23:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BC0B34F052 for ; Wed, 10 Jun 2020 00:23:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11596291 for ; Wed, 10 Jun 2020 00:23:06 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1591748579.f86ad5086f5e3b6d5412d1aee56f1d566ccbd8c2.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/rocclr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/rocclr/rocclr-3.5.0.ebuild X-VCS-Directories: dev-libs/rocclr/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: f86ad5086f5e3b6d5412d1aee56f1d566ccbd8c2 X-VCS-Branch: master Date: Wed, 10 Jun 2020 00:23:06 +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: 9725b6c4-c971-4841-bb52-c66226fe2fd1 X-Archives-Hash: 04ae3cf553c23c407b2be65beb3469d8 commit: f86ad5086f5e3b6d5412d1aee56f1d566ccbd8c2 Author: Craig Andrews gentoo org> AuthorDate: Wed Jun 10 00:22:45 2020 +0000 Commit: Craig Andrews gentoo org> CommitDate: Wed Jun 10 00:22:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86ad508 dev-libs/rocclr: depend on dev-libs/rocm-comgr Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Craig Andrews gentoo.org> dev-libs/rocclr/rocclr-3.5.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/rocclr/rocclr-3.5.0.ebuild b/dev-libs/rocclr/rocclr-3.5.0.ebuild index de48a53cd2b..a82c2461e65 100644 --- a/dev-libs/rocclr/rocclr-3.5.0.ebuild +++ b/dev-libs/rocclr/rocclr-3.5.0.ebuild @@ -16,6 +16,7 @@ KEYWORDS="~amd64" RDEPEND=">=dev-libs/rocm-comgr-${PV}" DEPEND="${RDEPEND} + >=dev-libs/rocm-comgr-${PV} virtual/opengl >=dev-util/rocm-cmake-${PV}"