commit:     c6cca10a3d2219c64ef0bfba54fb82526223c252
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  4 21:01:01 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Jan  4 22:25:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6cca10a

sys-firmware/seabios: fix binary logic #570876#7

Previous commit here incorrectly nested the amd64 & x86 flags.

Reported-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-firmware/seabios/seabios-1.8.2.ebuild | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/sys-firmware/seabios/seabios-1.8.2.ebuild 
b/sys-firmware/seabios/seabios-1.8.2.ebuild
index 02b9e6f..bc072f1 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() {

Reply via email to