dev-libs/rocr-runtime: Rename "nonfree" flag to "non-free"
authorCraig Andrews <candrews@gentoo.org>
Sat, 29 Feb 2020 04:35:10 +0000 (23:35 -0500)
committerCraig Andrews <candrews@gentoo.org>
Sat, 29 Feb 2020 04:35:43 +0000 (23:35 -0500)
Closes: https://bugs.gentoo.org/706634
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Craig Andrews <candrews@gentoo.org>
dev-libs/rocr-runtime/metadata.xml
dev-libs/rocr-runtime/rocr-runtime-3.0.0.ebuild
dev-libs/rocr-runtime/rocr-runtime-9999.ebuild

index 53844ebc13ea23da31a1f66f9567dcb5cf344975..e13e7321708c6c9253e24ba9387b41a995fcd22f 100644 (file)
@@ -16,6 +16,6 @@
         Radeon Open Compute Platform Runtime
     </longdescription>
     <use>
-      <flag name="nonfree">Enables HSA image support using <pkg>dev-libs/hsa-ext-rocr</pkg></flag>
+      <flag name="non-free">Enables HSA image support using <pkg>dev-libs/hsa-ext-rocr</pkg></flag>
     </use>
 </pkgmetadata>
index 15d5461b129a855079ada3521fdcabab92601771..d6ba469a09fe0a7a5f9e0da113408b8b4e2f6fee 100644 (file)
@@ -23,11 +23,11 @@ PATCHES=(
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-IUSE="nonfree"
+IUSE="non-free"
 
 COMMON_DEPEND="sys-process/numactl"
 RDEPEND="${COMMON_DEPEND}
-       nonfree? ( dev-libs/hsa-ext-rocr )"
+       non-free? ( dev-libs/hsa-ext-rocr )"
 DEPEND="${COMMON_DEPEND}
        >=dev-libs/roct-thunk-interface-${PV}"
 
index dc116fe5ed4bb57176bfc08bd7498c64ebcb22bd..29470ab6f6d6c898831cbe46eadb6a6d9e5976e9 100644 (file)
@@ -20,11 +20,11 @@ HOMEPAGE="https://github.com/RadeonOpenCompute/ROCR-Runtime"
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-IUSE="nonfree"
+IUSE="non-free"
 
 COMMON_DEPEND="sys-process/numactl"
 RDEPEND="${COMMON_DEPEND}
-       nonfree? ( dev-libs/hsa-ext-rocr )"
+       non-free? ( dev-libs/hsa-ext-rocr )"
 DEPEND="${COMMON_DEPEND}
        >=dev-libs/roct-thunk-interface-${PV}"