From: Mike Frysinger Date: Mon, 4 Jan 2016 21:01:01 +0000 (-0500) Subject: sys-firmware/seabios: fix binary logic #570876#7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c6cca10a3d2219c64ef0bfba54fb82526223c252;p=gentoo.git sys-firmware/seabios: fix binary logic #570876#7 Previous commit here incorrectly nested the amd64 & x86 flags. Reported-by: Mike Gilbert --- diff --git a/sys-firmware/seabios/seabios-1.8.2.ebuild b/sys-firmware/seabios/seabios-1.8.2.ebuild index 02b9e6f0fb29..bc072f1ed64e 100644 --- a/sys-firmware/seabios/seabios-1.8.2.ebuild +++ b/sys-firmware/seabios/seabios-1.8.2.ebuild @@ -38,11 +38,14 @@ REQUIRED_USE="debug? ( !binary ) !amd64? ( !x86? ( binary ) )" # The amd64/x86 check is needed to workaround #570892. +SOURCE_DEPEND=" + >=sys-power/iasl-20060912 + ${PYTHON_DEPS}" DEPEND=" - amd64? ( x86? ( !binary? ( - >=sys-power/iasl-20060912 - ${PYTHON_DEPS} - ) ) )" + !binary? ( + amd64? ( ${SOURCE_DEPEND} ) + x86? ( ${SOURCE_DEPEND} ) + )" RDEPEND="" pkg_pretend() {