From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4457C1384B4 for ; Mon, 4 Jan 2016 22:26:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE467E088B; Mon, 4 Jan 2016 22:26:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B9A0E088B for ; Mon, 4 Jan 2016 22:26:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 157B8340751 for ; Mon, 4 Jan 2016 22:26:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82BF4C6A for ; Mon, 4 Jan 2016 22:26:08 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1451946336.c6cca10a3d2219c64ef0bfba54fb82526223c252.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/seabios/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-firmware/seabios/seabios-1.8.2.ebuild X-VCS-Directories: sys-firmware/seabios/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: c6cca10a3d2219c64ef0bfba54fb82526223c252 X-VCS-Branch: master Date: Mon, 4 Jan 2016 22:26:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6020d59c-e26d-43d7-bf7a-41b4e8cfe07b X-Archives-Hash: 689d5e4d876c416559b69222cd064fa1 commit: c6cca10a3d2219c64ef0bfba54fb82526223c252 Author: Mike Frysinger gentoo org> AuthorDate: Mon Jan 4 21:01:01 2016 +0000 Commit: Mike Frysinger gentoo 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 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() {