Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/rocr-runtime/
Date: Tue, 08 Sep 2020 16:22:48
Message-Id: 1599582159.4233bd2c56f96f3105f3a0fd991a9e155204cbf5.candrews@gentoo
1 commit: 4233bd2c56f96f3105f3a0fd991a9e155204cbf5
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 8 16:22:13 2020 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 8 16:22:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4233bd2c
7
8 dev-libs/rocr-runtime: BDEPEND on app-editors/vim-core instead of DEPEND
9
10 Closes: https://bugs.gentoo.org/740410
11 Package-Manager: Portage-3.0.6, Repoman-3.0.1
12 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
13
14 dev-libs/rocr-runtime/rocr-runtime-3.7.0.ebuild | 4 ++--
15 dev-libs/rocr-runtime/rocr-runtime-9999.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-libs/rocr-runtime/rocr-runtime-3.7.0.ebuild b/dev-libs/rocr-runtime/rocr-runtime-3.7.0.ebuild
19 index d69d702b2de..d87d1dd8979 100644
20 --- a/dev-libs/rocr-runtime/rocr-runtime-3.7.0.ebuild
21 +++ b/dev-libs/rocr-runtime/rocr-runtime-3.7.0.ebuild
22 @@ -28,8 +28,8 @@ COMMON_DEPEND="sys-process/numactl"
23 RDEPEND="${COMMON_DEPEND}"
24 DEPEND="${COMMON_DEPEND}
25 >=dev-libs/roct-thunk-interface-${PV}
26 - >=dev-libs/rocm-device-libs-${PV}
27 - app-editors/vim-core"
28 + >=dev-libs/rocm-device-libs-${PV}"
29 +BDEPEND="app-editors/vim-core"
30 # vim-core is needed for "xxd"
31
32 src_prepare() {
33
34 diff --git a/dev-libs/rocr-runtime/rocr-runtime-9999.ebuild b/dev-libs/rocr-runtime/rocr-runtime-9999.ebuild
35 index d69d702b2de..c4474b8a91b 100644
36 --- a/dev-libs/rocr-runtime/rocr-runtime-9999.ebuild
37 +++ b/dev-libs/rocr-runtime/rocr-runtime-9999.ebuild
38 @@ -28,8 +28,8 @@ COMMON_DEPEND="sys-process/numactl"
39 RDEPEND="${COMMON_DEPEND}"
40 DEPEND="${COMMON_DEPEND}
41 >=dev-libs/roct-thunk-interface-${PV}
42 - >=dev-libs/rocm-device-libs-${PV}
43 - app-editors/vim-core"
44 + >=dev-libs/rocm-device-libs-${PV}"
45 +BDEPEND=" app-editors/vim-core"
46 # vim-core is needed for "xxd"
47
48 src_prepare() {