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 8227B1382C5 for ; Tue, 27 Apr 2021 13:16:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C650E0871; Tue, 27 Apr 2021 13:16:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 57C21E0871 for ; Tue, 27 Apr 2021 13:16:26 +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 206E8340ADB for ; Tue, 27 Apr 2021 13:16:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80E6D478 for ; Tue, 27 Apr 2021 13:16:22 +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: <1619529378.00f26c8fcc8052f9a0a6666493cac4d770d65441.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm-roc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm-roc/llvm-roc-3.10.0.ebuild sys-devel/llvm-roc/llvm-roc-3.7.0-r1.ebuild sys-devel/llvm-roc/llvm-roc-3.8.0.ebuild sys-devel/llvm-roc/llvm-roc-3.9.0.ebuild sys-devel/llvm-roc/llvm-roc-4.0.0-r2.ebuild sys-devel/llvm-roc/llvm-roc-4.0.0.ebuild sys-devel/llvm-roc/llvm-roc-4.0.1.ebuild sys-devel/llvm-roc/llvm-roc-4.1.0.ebuild sys-devel/llvm-roc/llvm-roc-4.1.1.ebuild X-VCS-Directories: sys-devel/llvm-roc/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 00f26c8fcc8052f9a0a6666493cac4d770d65441 X-VCS-Branch: master Date: Tue, 27 Apr 2021 13:16:22 +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: 902bf3a4-b3e5-4b96-8ad4-38bcc0dc2199 X-Archives-Hash: 2dc4f613803a42bebe08bf99c1d044f5 commit: 00f26c8fcc8052f9a0a6666493cac4d770d65441 Author: Craig Andrews gentoo org> AuthorDate: Tue Apr 27 13:13:07 2021 +0000 Commit: Craig Andrews gentoo org> CommitDate: Tue Apr 27 13:16:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f26c8f sys-devel/llvm-roc: Remove PDEPEND="dev-libs/rocr-runtime" This package doesn't use or in any way depend on rocr-runtime rocr-runtime depends on it, though Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Craig Andrews gentoo.org> sys-devel/llvm-roc/llvm-roc-3.10.0.ebuild | 3 +-- sys-devel/llvm-roc/llvm-roc-3.7.0-r1.ebuild | 3 +-- sys-devel/llvm-roc/llvm-roc-3.8.0.ebuild | 3 +-- sys-devel/llvm-roc/llvm-roc-3.9.0.ebuild | 3 +-- sys-devel/llvm-roc/llvm-roc-4.0.0-r2.ebuild | 1 - sys-devel/llvm-roc/llvm-roc-4.0.0.ebuild | 1 - sys-devel/llvm-roc/llvm-roc-4.0.1.ebuild | 1 - sys-devel/llvm-roc/llvm-roc-4.1.0.ebuild | 1 - sys-devel/llvm-roc/llvm-roc-4.1.1.ebuild | 1 - 9 files changed, 4 insertions(+), 13 deletions(-) diff --git a/sys-devel/llvm-roc/llvm-roc-3.10.0.ebuild b/sys-devel/llvm-roc/llvm-roc-3.10.0.ebuild index 2d3f3939411..399b74cc8ee 100644 --- a/sys-devel/llvm-roc/llvm-roc-3.10.0.ebuild +++ b/sys-devel/llvm-roc/llvm-roc-3.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,6 @@ RDEPEND="virtual/cblas sys-libs/zlib sys-libs/ncurses:=" DEPEND="${RDEPEND}" -PDEPEND="dev-libs/rocr-runtime" S="${WORKDIR}/llvm-project-rocm-${PV}/llvm" diff --git a/sys-devel/llvm-roc/llvm-roc-3.7.0-r1.ebuild b/sys-devel/llvm-roc/llvm-roc-3.7.0-r1.ebuild index 6586ec782b7..9e5adf08c00 100644 --- a/sys-devel/llvm-roc/llvm-roc-3.7.0-r1.ebuild +++ b/sys-devel/llvm-roc/llvm-roc-3.7.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,6 @@ RDEPEND="virtual/cblas sys-libs/zlib sys-libs/ncurses:=" DEPEND="${RDEPEND}" -PDEPEND="dev-libs/rocr-runtime" S="${WORKDIR}/llvm-project-rocm-${PV}/llvm" diff --git a/sys-devel/llvm-roc/llvm-roc-3.8.0.ebuild b/sys-devel/llvm-roc/llvm-roc-3.8.0.ebuild index 8bcc3f8ce0e..69223b7e04a 100644 --- a/sys-devel/llvm-roc/llvm-roc-3.8.0.ebuild +++ b/sys-devel/llvm-roc/llvm-roc-3.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,6 @@ RDEPEND="virtual/cblas sys-libs/zlib sys-libs/ncurses:=" DEPEND="${RDEPEND}" -PDEPEND="dev-libs/rocr-runtime" S="${WORKDIR}/llvm-project-rocm-${PV}/llvm" diff --git a/sys-devel/llvm-roc/llvm-roc-3.9.0.ebuild b/sys-devel/llvm-roc/llvm-roc-3.9.0.ebuild index bc0fdfcde77..6dd5e75e047 100644 --- a/sys-devel/llvm-roc/llvm-roc-3.9.0.ebuild +++ b/sys-devel/llvm-roc/llvm-roc-3.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,6 @@ RDEPEND="virtual/cblas sys-libs/zlib sys-libs/ncurses:=" DEPEND="${RDEPEND}" -PDEPEND="dev-libs/rocr-runtime" S="${WORKDIR}/llvm-project-rocm-${PV}/llvm" diff --git a/sys-devel/llvm-roc/llvm-roc-4.0.0-r2.ebuild b/sys-devel/llvm-roc/llvm-roc-4.0.0-r2.ebuild index 5714ae9b719..9e962ecd02d 100644 --- a/sys-devel/llvm-roc/llvm-roc-4.0.0-r2.ebuild +++ b/sys-devel/llvm-roc/llvm-roc-4.0.0-r2.ebuild @@ -19,7 +19,6 @@ RDEPEND="virtual/cblas sys-libs/zlib sys-libs/ncurses:=" DEPEND="${RDEPEND}" -PDEPEND="dev-libs/rocr-runtime" S="${WORKDIR}/llvm-project-rocm-${PV}/llvm" diff --git a/sys-devel/llvm-roc/llvm-roc-4.0.0.ebuild b/sys-devel/llvm-roc/llvm-roc-4.0.0.ebuild index 046488f4cf2..ac8ba78ad58 100644 --- a/sys-devel/llvm-roc/llvm-roc-4.0.0.ebuild +++ b/sys-devel/llvm-roc/llvm-roc-4.0.0.ebuild @@ -19,7 +19,6 @@ RDEPEND="virtual/cblas sys-libs/zlib sys-libs/ncurses:=" DEPEND="${RDEPEND}" -PDEPEND="dev-libs/rocr-runtime" S="${WORKDIR}/llvm-project-rocm-${PV}/llvm" diff --git a/sys-devel/llvm-roc/llvm-roc-4.0.1.ebuild b/sys-devel/llvm-roc/llvm-roc-4.0.1.ebuild index 5714ae9b719..9e962ecd02d 100644 --- a/sys-devel/llvm-roc/llvm-roc-4.0.1.ebuild +++ b/sys-devel/llvm-roc/llvm-roc-4.0.1.ebuild @@ -19,7 +19,6 @@ RDEPEND="virtual/cblas sys-libs/zlib sys-libs/ncurses:=" DEPEND="${RDEPEND}" -PDEPEND="dev-libs/rocr-runtime" S="${WORKDIR}/llvm-project-rocm-${PV}/llvm" diff --git a/sys-devel/llvm-roc/llvm-roc-4.1.0.ebuild b/sys-devel/llvm-roc/llvm-roc-4.1.0.ebuild index eb7e40df837..1f4d2b60580 100644 --- a/sys-devel/llvm-roc/llvm-roc-4.1.0.ebuild +++ b/sys-devel/llvm-roc/llvm-roc-4.1.0.ebuild @@ -19,7 +19,6 @@ RDEPEND="virtual/cblas sys-libs/zlib sys-libs/ncurses:=" DEPEND="${RDEPEND}" -PDEPEND="dev-libs/rocr-runtime" S="${WORKDIR}/llvm-project-rocm-${PV}/llvm" diff --git a/sys-devel/llvm-roc/llvm-roc-4.1.1.ebuild b/sys-devel/llvm-roc/llvm-roc-4.1.1.ebuild index 68939e20944..1736b1e8810 100644 --- a/sys-devel/llvm-roc/llvm-roc-4.1.1.ebuild +++ b/sys-devel/llvm-roc/llvm-roc-4.1.1.ebuild @@ -19,7 +19,6 @@ RDEPEND="virtual/cblas sys-libs/zlib sys-libs/ncurses:=" DEPEND="${RDEPEND}" -PDEPEND="dev-libs/rocr-runtime" S="${WORKDIR}/llvm-project-rocm-${PV}/llvm"