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: Sat, 29 Feb 2020 04:36:44
Message-Id: 1582950943.7fd6a1334be0e50cfe2f992cb8695a239de7e2f6.candrews@gentoo
1 commit: 7fd6a1334be0e50cfe2f992cb8695a239de7e2f6
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 29 04:35:10 2020 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 29 04:35:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fd6a133
7
8 dev-libs/rocr-runtime: Rename "nonfree" flag to "non-free"
9
10 Closes: https://bugs.gentoo.org/706634
11 Package-Manager: Portage-2.3.89, Repoman-2.3.20
12 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
13
14 dev-libs/rocr-runtime/metadata.xml | 2 +-
15 dev-libs/rocr-runtime/rocr-runtime-3.0.0.ebuild | 4 ++--
16 dev-libs/rocr-runtime/rocr-runtime-9999.ebuild | 4 ++--
17 3 files changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/dev-libs/rocr-runtime/metadata.xml b/dev-libs/rocr-runtime/metadata.xml
20 index 53844ebc13e..e13e7321708 100644
21 --- a/dev-libs/rocr-runtime/metadata.xml
22 +++ b/dev-libs/rocr-runtime/metadata.xml
23 @@ -16,6 +16,6 @@
24 Radeon Open Compute Platform Runtime
25 </longdescription>
26 <use>
27 - <flag name="nonfree">Enables HSA image support using <pkg>dev-libs/hsa-ext-rocr</pkg></flag>
28 + <flag name="non-free">Enables HSA image support using <pkg>dev-libs/hsa-ext-rocr</pkg></flag>
29 </use>
30 </pkgmetadata>
31
32 diff --git a/dev-libs/rocr-runtime/rocr-runtime-3.0.0.ebuild b/dev-libs/rocr-runtime/rocr-runtime-3.0.0.ebuild
33 index 15d5461b129..d6ba469a09f 100644
34 --- a/dev-libs/rocr-runtime/rocr-runtime-3.0.0.ebuild
35 +++ b/dev-libs/rocr-runtime/rocr-runtime-3.0.0.ebuild
36 @@ -23,11 +23,11 @@ PATCHES=(
37
38 LICENSE="MIT"
39 SLOT="0/$(ver_cut 1-2)"
40 -IUSE="nonfree"
41 +IUSE="non-free"
42
43 COMMON_DEPEND="sys-process/numactl"
44 RDEPEND="${COMMON_DEPEND}
45 - nonfree? ( dev-libs/hsa-ext-rocr )"
46 + non-free? ( dev-libs/hsa-ext-rocr )"
47 DEPEND="${COMMON_DEPEND}
48 >=dev-libs/roct-thunk-interface-${PV}"
49
50
51 diff --git a/dev-libs/rocr-runtime/rocr-runtime-9999.ebuild b/dev-libs/rocr-runtime/rocr-runtime-9999.ebuild
52 index dc116fe5ed4..29470ab6f6d 100644
53 --- a/dev-libs/rocr-runtime/rocr-runtime-9999.ebuild
54 +++ b/dev-libs/rocr-runtime/rocr-runtime-9999.ebuild
55 @@ -20,11 +20,11 @@ HOMEPAGE="https://github.com/RadeonOpenCompute/ROCR-Runtime"
56
57 LICENSE="MIT"
58 SLOT="0/$(ver_cut 1-2)"
59 -IUSE="nonfree"
60 +IUSE="non-free"
61
62 COMMON_DEPEND="sys-process/numactl"
63 RDEPEND="${COMMON_DEPEND}
64 - nonfree? ( dev-libs/hsa-ext-rocr )"
65 + non-free? ( dev-libs/hsa-ext-rocr )"
66 DEPEND="${COMMON_DEPEND}
67 >=dev-libs/roct-thunk-interface-${PV}"