From f7f03527614983422a7bef03c98525fc763e4bd7 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 23 Jan 2012 20:53:31 -0500 Subject: [PATCH] seabios: pull in updates from upstream We use python to build, so make sure we depend on it. BUG=chromium-os:25254 TEST=`emerge seabios` still works Change-Id: Ie88ca955a3ad315572f5b21fb1e39a65620c5550 Reviewed-on: https://gerrit.chromium.org/gerrit/14671 Reviewed-by: David James Tested-by: Mike Frysinger Commit-Ready: Mike Frysinger --- .../sys-apps/seabios/seabios-1.6.3.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/seabios/seabios-1.6.3.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/seabios/seabios-1.6.3.ebuild index 0fabeee50c..e699973617 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/seabios/seabios-1.6.3.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-apps/seabios/seabios-1.6.3.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/seabios/seabios-1.6.3.ebuild,v 1.2 2011/10/25 14:09:06 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/seabios/seabios-1.6.3.ebuild,v 1.4 2012/01/24 01:32:19 vapier Exp $ EAPI=4 +PYTHON_DEPEND="2" + #BACKPORTS=1 if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then @@ -17,10 +19,8 @@ fi inherit ${GIT_ECLASS} python -if [[ ${PV} = *9999* ]]; then - KEYWORDS="" -else - KEYWORDS="~amd64 ~x86" +if [[ ${PV} != *9999* ]]; then + KEYWORDS="amd64 ~x86" fi DESCRIPTION="Open Source implementation of a 16-bit x86 BIOS"