From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RHkUt-0001oz-Ps for garchives@archives.gentoo.org; Sat, 22 Oct 2011 22:57:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BE0821C01F; Sat, 22 Oct 2011 22:56:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D826A21C01F for ; Sat, 22 Oct 2011 22:56:51 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41DA51B4006 for ; Sat, 22 Oct 2011 22:56:51 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 543) id 15D122004B; Sat, 22 Oct 2011 22:56:50 +0000 (UTC) From: "Doug Goldstein (cardoe)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, cardoe@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/qemu-kvm: ChangeLog qemu-kvm-0.15.1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog qemu-kvm-0.15.1.ebuild X-VCS-Directories: app-emulation/qemu-kvm X-VCS-Committer: cardoe X-VCS-Committer-Name: Doug Goldstein Content-Type: text/plain; charset=utf8 Message-Id: <20111022225650.15D122004B@flycatcher.gentoo.org> Date: Sat, 22 Oct 2011 22:56:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 8ec67d7575876ce736939a2179b90435 cardoe 11/10/22 22:56:50 Modified: ChangeLog qemu-kvm-0.15.1.ebuild Log: inherit python eclass so that we can set the active version to 2.x sinc= e qemu-kvm doesn't work with 3.x. bug #379015 =20 (Portage version: 2.1.10.30/cvs/Linux x86_64) Revision Changes Path 1.71 app-emulation/qemu-kvm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu= -kvm/ChangeLog?rev=3D1.71&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu= -kvm/ChangeLog?rev=3D1.71&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu= -kvm/ChangeLog?r1=3D1.70&r2=3D1.71 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/ChangeLog,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- ChangeLog 21 Oct 2011 18:31:32 -0000 1.70 +++ ChangeLog 22 Oct 2011 22:56:49 -0000 1.71 @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/qemu-kvm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/ChangeLog,v 1.= 70 2011/10/21 18:31:32 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/ChangeLog,v 1.= 71 2011/10/22 22:56:49 cardoe Exp $ + + 22 Oct 2011; Doug Goldstein qemu-kvm-0.15.1.ebuild= : + inherit python eclass so that we can set the active version to 2.x sin= ce + qemu-kvm doesn't work with 3.x. bug #379015 =20 21 Oct 2011; Jorge Manuel B. S. Vicetto qemu-kvm-0.15.1.ebuild, qemu-kvm-9999.ebuild: 1.3 app-emulation/qemu-kvm/qemu-kvm-0.15.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu= -kvm/qemu-kvm-0.15.1.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu= -kvm/qemu-kvm-0.15.1.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu= -kvm/qemu-kvm-0.15.1.ebuild?r1=3D1.2&r2=3D1.3 Index: qemu-kvm-0.15.1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-0.15.1.= ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- qemu-kvm-0.15.1.ebuild 21 Oct 2011 18:31:32 -0000 1.2 +++ qemu-kvm-0.15.1.ebuild 22 Oct 2011 22:56:49 -0000 1.3 @@ -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/app-emulation/qemu-kvm/qemu-kvm-0.15.= 1.ebuild,v 1.2 2011/10/21 18:31:32 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-0.15.= 1.ebuild,v 1.3 2011/10/22 22:56:49 cardoe Exp $ =20 #BACKPORTS=3D1 =20 @@ -12,7 +12,7 @@ GIT_ECLASS=3D"git-2" fi =20 -inherit eutils flag-o-matic ${GIT_ECLASS} linux-info toolchain-funcs mul= tilib +inherit eutils flag-o-matic ${GIT_ECLASS} linux-info toolchain-funcs mul= tilib python =20 if [[ ${PV} =3D *9999* ]]; then SRC_URI=3D"" @@ -130,6 +130,8 @@ fi fi =20 + python_set_active_version 2 + enewgroup kvm } =20