diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2011-08-02 21:47:39 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2011-08-02 21:47:39 +0000 |
commit | 2dfc90bfdb5d1429a40cfb568933a9ffa76fa2da (patch) | |
tree | 2b63e7f562b381ccb3ee10125ecf375fa1f1a0b5 /app-emulation | |
parent | Fix tests, bug 376959 (diff) | |
download | gentoo-2-2dfc90bfdb5d1429a40cfb568933a9ffa76fa2da.tar.gz gentoo-2-2dfc90bfdb5d1429a40cfb568933a9ffa76fa2da.tar.bz2 gentoo-2-2dfc90bfdb5d1429a40cfb568933a9ffa76fa2da.zip |
libvirt 0.9.3 switched to using the libnuma v1 compat API because RHEL5 ships with libnuma 0.9.8. However, libnuma 2.0.0, 2.0.1, and 2.0.1 ship with broken v1 compat API components.
(Portage version: 2.1.10.9/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/libvirt/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/libvirt/libvirt-0.9.3-r1.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/libvirt/libvirt-0.9.3.ebuild | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/app-emulation/libvirt/ChangeLog b/app-emulation/libvirt/ChangeLog index 5f321a60ea9d..8d48e5e045f2 100644 --- a/app-emulation/libvirt/ChangeLog +++ b/app-emulation/libvirt/ChangeLog @@ -1,6 +1,12 @@ # 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.123 2011/07/25 11:52:47 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.124 2011/08/02 21:47:39 cardoe Exp $ + + 02 Aug 2011; Doug Goldstein <cardoe@gentoo.org> libvirt-0.9.3.ebuild, + libvirt-0.9.3-r1.ebuild: + libvirt 0.9.3 switched to using the libnuma v1 compat API because RHEL5 ships + with libnuma 0.9.8. However, libnuma 2.0.0, 2.0.1, and 2.0.1 ship with broken + v1 compat API components. 25 Jul 2011; Diego E. Pettenò <flameeyes@gentoo.org> libvirt-0.9.3-r1.ebuild: diff --git a/app-emulation/libvirt/libvirt-0.9.3-r1.ebuild b/app-emulation/libvirt/libvirt-0.9.3-r1.ebuild index 77655fbfc84a..a8287294a1d5 100644 --- a/app-emulation/libvirt/libvirt-0.9.3-r1.ebuild +++ b/app-emulation/libvirt/libvirt-0.9.3-r1.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.3-r1.ebuild,v 1.3 2011/07/25 11:52:47 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.3-r1.ebuild,v 1.4 2011/08/02 21:47:39 cardoe Exp $ BACKPORTS=2 AUTOTOOLIZE=yes @@ -52,7 +52,7 @@ RDEPEND="sys-libs/readline lvm? ( >=sys-fs/lvm2-2.02.48-r2 ) macvtap? ( >=dev-libs/libnl-1.1 ) nfs? ( net-fs/nfs-utils ) - numa? ( sys-process/numactl ) + numa? ( >sys-process/numactl-2.0.2 ) openvz? ( sys-kernel/openvz-sources ) parted? ( >=sys-block/parted-1.8[device-mapper] diff --git a/app-emulation/libvirt/libvirt-0.9.3.ebuild b/app-emulation/libvirt/libvirt-0.9.3.ebuild index 3525f83099f4..ad4063eb2212 100644 --- a/app-emulation/libvirt/libvirt-0.9.3.ebuild +++ b/app-emulation/libvirt/libvirt-0.9.3.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.3.ebuild,v 1.2 2011/07/20 14:40:24 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.3.ebuild,v 1.3 2011/08/02 21:47:39 cardoe Exp $ #BACKPORTS=1 #AUTOTOOLIZE=yes @@ -52,7 +52,7 @@ RDEPEND="sys-libs/readline lvm? ( >=sys-fs/lvm2-2.02.48-r2 ) macvtap? ( >=dev-libs/libnl-1.1 ) nfs? ( net-fs/nfs-utils ) - numa? ( sys-process/numactl ) + numa? ( >sys-process/numactl-2.0.2 ) openvz? ( sys-kernel/openvz-sources ) parted? ( >=sys-block/parted-1.8[device-mapper] |