sys-firmware/seabios: fix binary logic #570876#7
authorMike Frysinger <vapier@gentoo.org>
Mon, 4 Jan 2016 21:01:01 +0000 (16:01 -0500)
committerMike Frysinger <vapier@gentoo.org>
Mon, 4 Jan 2016 22:25:36 +0000 (17:25 -0500)
Previous commit here incorrectly nested the amd64 & x86 flags.

Reported-by: Mike Gilbert <floppym@gentoo.org>
sys-firmware/seabios/seabios-1.8.2.ebuild

index 02b9e6f0fb29a4eca1a7e5ae0fe2a976de2785a1..bc072f1ed64eecac12bee7308d6480afc6edf77e 100644 (file)
@@ -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() {