From: Doug Goldstein Date: Mon, 24 Oct 2011 18:32:35 +0000 (+0000) Subject: Set the active Python to 2.x since this doesn't build with 3.x X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6f6de5ae97b96973cce6cfa5d25a1ccbbb80eb44;p=gentoo.git Set the active Python to 2.x since this doesn't build with 3.x Package-Manager: portage-2.1.10.31/cvs/Linux x86_64 --- diff --git a/sys-apps/seabios/ChangeLog b/sys-apps/seabios/ChangeLog index 5efb9d4b3bd6..202576ef728a 100644 --- a/sys-apps/seabios/ChangeLog +++ b/sys-apps/seabios/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/seabios # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/seabios/ChangeLog,v 1.3 2011/10/21 16:55:20 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/seabios/ChangeLog,v 1.4 2011/10/24 18:32:35 cardoe Exp $ + + 24 Oct 2011; Doug Goldstein + seabios-0.6.3_pre20010817.ebuild: + Set the active Python to 2.x since this doesn't build with 3.x 21 Oct 2011; Doug Goldstein seabios-0.6.3_pre20010817.ebuild: diff --git a/sys-apps/seabios/Manifest b/sys-apps/seabios/Manifest index f347cd1bb5f1..d920715ef36c 100644 --- a/sys-apps/seabios/Manifest +++ b/sys-apps/seabios/Manifest @@ -1,3 +1,3 @@ -EBUILD seabios-0.6.3_pre20010817.ebuild 1312 RMD160 7a2a3eeca7c94d20595949757260b0f8d03248e4 SHA1 c46adbddb16aefda662a0ab44187f6a3ee84efa6 SHA256 d925a38bf4b32fa5de2507ae77cbd6aa4544d49f3e76cb5ad4f44642f10ae7d1 -MISC ChangeLog 673 RMD160 8a7e6170acb63c2a80bf398ae62cfb4b59308417 SHA1 2c4f4b90fc487f77472e75c3c7d3362e34d70a77 SHA256 1aabdbff29f7cda36b7b0d874cbbb4f9e027a657124b92044c521957c178a12f +EBUILD seabios-0.6.3_pre20010817.ebuild 1365 RMD160 b813871bd6a40336d4b9543d1843e0c0e10f8457 SHA1 ec70e44a86c9d97a160cd64c865a48e316c30468 SHA256 8e155db378ea6bf37b4972e4c2e0980f59868caf1a89291afd978c091f15adb5 +MISC ChangeLog 825 RMD160 1badc2b8c75f608f70dbf121b4a6652437ad3507 SHA1 06e94a8cf05655a446bd4941565edf53242473bd SHA256 87269f1e9249428d217f8f56942f5b6b0388d12221bae3e91b128e90934c11c8 MISC metadata.xml 263 RMD160 dfb6b4419fbd63abc11c8a94537cfc2ec9f2b443 SHA1 a14bd41b62c7b296d63ff53cb3f31b395ea56975 SHA256 15b7a062b1daa951b969cfac555896a705973335aeab1b9567c0a413501024d6 diff --git a/sys-apps/seabios/seabios-0.6.3_pre20010817.ebuild b/sys-apps/seabios/seabios-0.6.3_pre20010817.ebuild index 765d63f294de..fa38ea82c893 100644 --- a/sys-apps/seabios/seabios-0.6.3_pre20010817.ebuild +++ b/sys-apps/seabios/seabios-0.6.3_pre20010817.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/seabios/seabios-0.6.3_pre20010817.ebuild,v 1.5 2011/10/21 16:55:50 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/seabios/seabios-0.6.3_pre20010817.ebuild,v 1.6 2011/10/24 18:32:35 cardoe Exp $ EAPI=4 @@ -16,7 +16,7 @@ else ${BACKPORTS:+http://dev.gentoo.org/~cardoe/distfiles/${P}-bp-${BACKPORTS}.tar.bz2}" fi -inherit ${GIT_ECLASS} +inherit ${GIT_ECLASS} python if [[ ${PV} = *9999* ]]; then KEYWORDS="" @@ -36,6 +36,10 @@ RDEPEND="${DEPEND} !app-emulation/qemu !<=app-emulation/qemu-kvm-0.15.0" +pkg_setup() { + python_set_active_version 2 +} + src_prepare() { if [[ -z "${EGIT_COMMIT}" ]]; then sed -e "s/VERSION=.*/VERSION=${PV}/" \