diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2010-08-18 15:38:18 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2010-08-18 15:38:18 +0000 |
commit | b7d3c4c6cea23be95bb3fd8df6c7945c76cfbb39 (patch) | |
tree | 49d0950ede604bfff9f6c79920d811f07459ccc0 /app-emulation | |
parent | Stable for HPPA (bug #333187). (diff) | |
download | gentoo-2-b7d3c4c6cea23be95bb3fd8df6c7945c76cfbb39.tar.gz gentoo-2-b7d3c4c6cea23be95bb3fd8df6c7945c76cfbb39.tar.bz2 gentoo-2-b7d3c4c6cea23be95bb3fd8df6c7945c76cfbb39.zip |
Add depend on USE=device-mapper when using sys-parted. bug #332971
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/libvirt/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/libvirt/libvirt-0.8.2-r1.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/libvirt/libvirt-0.8.3-r1.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/libvirt/libvirt-0.8.3.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/app-emulation/libvirt/ChangeLog b/app-emulation/libvirt/ChangeLog index e265f743a3ba..88759f9a63e9 100644 --- a/app-emulation/libvirt/ChangeLog +++ b/app-emulation/libvirt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/libvirt # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.70 2010/08/13 10:59:09 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.71 2010/08/18 15:38:18 cardoe Exp $ + + 18 Aug 2010; Doug Goldstein <cardoe@gentoo.org> libvirt-0.8.2-r1.ebuild, + libvirt-0.8.3.ebuild, libvirt-0.8.3-r1.ebuild: + Add depend on USE=device-mapper when using sys-parted. bug #332971 13 Aug 2010; Tiziano Müller <dev-zero@gentoo.org> libvirt-0.8.3-r1.ebuild: diff --git a/app-emulation/libvirt/libvirt-0.8.2-r1.ebuild b/app-emulation/libvirt/libvirt-0.8.2-r1.ebuild index 76a57a1c06df..2d604fb1e878 100644 --- a/app-emulation/libvirt/libvirt-0.8.2-r1.ebuild +++ b/app-emulation/libvirt/libvirt-0.8.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.8.2-r1.ebuild,v 1.4 2010/08/05 15:53:00 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.8.2-r1.ebuild,v 1.5 2010/08/18 15:38:18 cardoe Exp $ #BACKPORTS=1 @@ -44,7 +44,7 @@ RDEPEND="sys-libs/readline nfs? ( net-fs/nfs-utils ) numa? ( sys-process/numactl ) openvz? ( sys-kernel/openvz-sources ) - parted? ( >=sys-apps/parted-1.8 ) + parted? ( >=sys-apps/parted-1.8[device-mapper] ) pcap? ( >=net-libs/libpcap-1.0.0 ) phyp? ( net-libs/libssh2 ) policykit? ( >=sys-auth/polkit-0.9 ) diff --git a/app-emulation/libvirt/libvirt-0.8.3-r1.ebuild b/app-emulation/libvirt/libvirt-0.8.3-r1.ebuild index 7fe1f9fb53db..9e12513cb7b2 100644 --- a/app-emulation/libvirt/libvirt-0.8.3-r1.ebuild +++ b/app-emulation/libvirt/libvirt-0.8.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.8.3-r1.ebuild,v 1.3 2010/08/13 10:59:09 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.8.3-r1.ebuild,v 1.4 2010/08/18 15:38:18 cardoe Exp $ BACKPORTS=3 @@ -41,7 +41,7 @@ RDEPEND="sys-libs/readline nfs? ( net-fs/nfs-utils ) numa? ( sys-process/numactl ) openvz? ( sys-kernel/openvz-sources ) - parted? ( >=sys-apps/parted-1.8 ) + parted? ( >=sys-apps/parted-1.8[device-mapper] ) pcap? ( >=net-libs/libpcap-1.0.0 ) phyp? ( net-libs/libssh2 ) policykit? ( >=sys-auth/polkit-0.9 ) diff --git a/app-emulation/libvirt/libvirt-0.8.3.ebuild b/app-emulation/libvirt/libvirt-0.8.3.ebuild index 3b7f753c3266..4e28e7952ed7 100644 --- a/app-emulation/libvirt/libvirt-0.8.3.ebuild +++ b/app-emulation/libvirt/libvirt-0.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.8.3.ebuild,v 1.3 2010/08/07 02:43:29 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.8.3.ebuild,v 1.4 2010/08/18 15:38:18 cardoe Exp $ BACKPORTS=2 @@ -41,7 +41,7 @@ RDEPEND="sys-libs/readline nfs? ( net-fs/nfs-utils ) numa? ( sys-process/numactl ) openvz? ( sys-kernel/openvz-sources ) - parted? ( >=sys-apps/parted-1.8 ) + parted? ( >=sys-apps/parted-1.8[device-mapper] ) pcap? ( >=net-libs/libpcap-1.0.0 ) phyp? ( net-libs/libssh2 ) policykit? ( >=sys-auth/polkit-0.9 ) |