@@ -, +, @@ --- media-libs/x265/x265-3.0.ebuild | 6 ------ 1 file changed, 6 deletions(-) --- a/media-libs/x265/x265-3.0.ebuild +++ a/media-libs/x265/x265-3.0.ebuild @@ -79,9 +79,6 @@ x265_variant_src_configure() { -DENABLE_CLI=OFF -DMAIN12=ON ) - if [[ ${ABI} = x86 ]] ; then - mycmakeargs+=( -DENABLE_ASSEMBLY=OFF ) - fi if [[ ${ABI} = arm ]] ; then # 589674 mycmakeargs+=( -DENABLE_ASSEMBLY=OFF ) @@ -98,9 +95,6 @@ x265_variant_src_configure() { -DENABLE_SHARED=OFF -DENABLE_CLI=OFF ) - if [[ ${ABI} = x86 ]] ; then - mycmakeargs+=( -DENABLE_ASSEMBLY=OFF ) - fi if [[ ${ABI} = arm ]] ; then # 589674 mycmakeargs+=( -DENABLE_ASSEMBLY=OFF ) --