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"