diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-11-16 19:23:07 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-11-16 19:23:07 +0000 |
commit | ad65a404c2d93d73881a97a8942a90f11372290e (patch) | |
tree | 80fa777975737399caf8379863de92110b0be2f4 /app-emulation | |
parent | Remove hal fdi files. This fixes bug #389645. Thanks to i.Dark_Templar for th... (diff) | |
download | gentoo-2-ad65a404c2d93d73881a97a8942a90f11372290e.tar.gz gentoo-2-ad65a404c2d93d73881a97a8942a90f11372290e.tar.bz2 gentoo-2-ad65a404c2d93d73881a97a8942a90f11372290e.zip |
Stable on amd64 wrt bug #390653
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/libvirt/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/libvirt/libvirt-0.9.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/libvirt/ChangeLog b/app-emulation/libvirt/ChangeLog index 26ce645f0f7a..89d5208b4f02 100644 --- a/app-emulation/libvirt/ChangeLog +++ b/app-emulation/libvirt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/libvirt # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.142 2011/11/15 18:53:20 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.143 2011/11/16 19:23:07 hwoarang Exp $ + + 16 Nov 2011; Markos Chandras <hwoarang@gentoo.org> libvirt-0.9.6.ebuild: + Stable on amd64 wrt bug #390653 15 Nov 2011; Doug Goldstein <cardoe@gentoo.org> libvirt-0.9.7.ebuild, libvirt-9999.ebuild: diff --git a/app-emulation/libvirt/libvirt-0.9.6.ebuild b/app-emulation/libvirt/libvirt-0.9.6.ebuild index 602d50c3dffb..a49b23edd8fe 100644 --- a/app-emulation/libvirt/libvirt-0.9.6.ebuild +++ b/app-emulation/libvirt/libvirt-0.9.6.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/app-emulation/libvirt/libvirt-0.9.6.ebuild,v 1.3 2011/11/10 22:10:12 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.6.ebuild,v 1.4 2011/11/16 19:23:07 hwoarang Exp $ #BACKPORTS=2 #AUTOTOOLIZE=yes @@ -30,7 +30,7 @@ else ${BACKPORTS:+ http://dev.gentoo.org/~flameeyes/${PN}/${MY_P}-backports-${BACKPORTS}.tar.bz2 http://dev.gentoo.org/~cardoe/distfiles/${MY_P}-backports-${BACKPORTS}.tar.bz2}" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi S="${WORKDIR}/${P%_rc*}" |