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 <davidjames@chromium.org>
Tested-by: Mike Frysinger <vapier@chromium.org>
Commit-Ready: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
Mike Frysinger 2012-01-23 20:53:31 -05:00 committed by Gerrit
parent 6bd0e18829
commit f7f0352761

View File

@ -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"