media-libs/xvid: [QA] Fix dependencies

Removal of x86-macos from ARCH broken the use-conditional dependencies.

Fixes: 04055238ba
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller
2021-01-06 18:09:51 +01:00
parent 9ae8af3546
commit 3bbc1c8bd3
3 changed files with 0 additions and 3 deletions

View File

@@ -22,7 +22,6 @@ YASM=">=dev-lang/yasm-1"
BDEPEND="sys-apps/grep"
DEPEND="amd64? ( || ( ${YASM} ${NASM} ) )
x86? ( || ( ${YASM} ${NASM} ) )
x86-macos? ( ${NASM} )
x64-macos? ( ${NASM} )"
S="${WORKDIR}/${MY_PN}/build/generic"

View File

@@ -24,7 +24,6 @@ DEPEND="sys-apps/grep
amd64-fbsd? ( ${NASM} )
x86? ( || ( ${YASM} ${NASM} ) )
x86-fbsd? ( ${NASM} )
x86-macos? ( ${NASM} )
x64-macos? ( ${NASM} )"
RDEPEND=""

View File

@@ -22,7 +22,6 @@ YASM=">=dev-lang/yasm-1"
BDEPEND="sys-apps/grep"
DEPEND="amd64? ( || ( ${YASM} ${NASM} ) )
x86? ( || ( ${YASM} ${NASM} ) )
x86-macos? ( ${NASM} )
x64-macos? ( ${NASM} )"
S="${WORKDIR}/${MY_PN}/build/generic"