Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 911141
Collapse All | Expand All

(-)a/media-libs/openh264/openh264-2.3.1-r1.ebuild (-1 / +2 lines)
Lines 19-25 LICENSE="BSD" Link Here
19
#  https://github.com/cisco/openh264/issues/3459 )
19
#  https://github.com/cisco/openh264/issues/3459 )
20
SLOT="0/7"
20
SLOT="0/7"
21
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86"
21
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86"
22
IUSE="cpu_flags_arm_neon cpu_flags_x86_avx2 +plugin test utils"
22
IUSE="cpu_flags_arm_neon cpu_flags_x86_avx2 +plugin static-libs test utils"
23
23
24
RESTRICT="bindist !test? ( test )"
24
RESTRICT="bindist !test? ( test )"
25
25
Lines 62-67 emakecmd() { Link Here
62
		HAVE_AVX2=$(usex cpu_flags_x86_avx2 Yes No) \
62
		HAVE_AVX2=$(usex cpu_flags_x86_avx2 Yes No) \
63
		HAVE_GTEST=$(usex test Yes No) \
63
		HAVE_GTEST=$(usex test Yes No) \
64
		ARCH="$(tc-arch)" \
64
		ARCH="$(tc-arch)" \
65
		ENABLEPIC="$(usex static-libs No Yes)" \
65
		$@
66
		$@
66
}
67
}
67
68

Return to bug 911141