mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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"
|
||||
|
||||
@@ -24,7 +24,6 @@ DEPEND="sys-apps/grep
|
||||
amd64-fbsd? ( ${NASM} )
|
||||
x86? ( || ( ${YASM} ${NASM} ) )
|
||||
x86-fbsd? ( ${NASM} )
|
||||
x86-macos? ( ${NASM} )
|
||||
x64-macos? ( ${NASM} )"
|
||||
RDEPEND=""
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user