diff options
author | 2020-02-28 23:35:10 -0500 | |
---|---|---|
committer | 2020-02-28 23:35:43 -0500 | |
commit | 7fd6a1334be0e50cfe2f992cb8695a239de7e2f6 (patch) | |
tree | 016d6b2dc777e5eb6101aa07fa2a71bfcd344656 /dev-libs/rocr-runtime/rocr-runtime-3.0.0.ebuild | |
parent | libretro-core.eclass: Use | instead of : as sed CLFAGS delimiter (diff) | |
download | gentoo-7fd6a1334be0e50cfe2f992cb8695a239de7e2f6.tar.gz gentoo-7fd6a1334be0e50cfe2f992cb8695a239de7e2f6.tar.bz2 gentoo-7fd6a1334be0e50cfe2f992cb8695a239de7e2f6.zip |
dev-libs/rocr-runtime: Rename "nonfree" flag to "non-free"
Closes: https://bugs.gentoo.org/706634
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'dev-libs/rocr-runtime/rocr-runtime-3.0.0.ebuild')
-rw-r--r-- | dev-libs/rocr-runtime/rocr-runtime-3.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/rocr-runtime/rocr-runtime-3.0.0.ebuild b/dev-libs/rocr-runtime/rocr-runtime-3.0.0.ebuild index 15d5461b129a..d6ba469a09fe 100644 --- a/dev-libs/rocr-runtime/rocr-runtime-3.0.0.ebuild +++ b/dev-libs/rocr-runtime/rocr-runtime-3.0.0.ebuild @@ -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}" |