diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-07-25 11:38:08 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-07-25 11:38:08 +0000 |
commit | a3110fa14a9be7f46e11c88618b7b225f8175341 (patch) | |
tree | 577df09f35abe675b1448ebd8a121cfd9d5da62a /app-emulation/libvirt | |
parent | Version bump. (diff) | |
download | gentoo-2-a3110fa14a9be7f46e11c88618b7b225f8175341.tar.gz gentoo-2-a3110fa14a9be7f46e11c88618b7b225f8175341.tar.bz2 gentoo-2-a3110fa14a9be7f46e11c88618b7b225f8175341.zip |
Allow building against yajl-2 since the new release supports the new API.
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/libvirt')
-rw-r--r-- | app-emulation/libvirt/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/libvirt/libvirt-0.9.3-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emulation/libvirt/ChangeLog b/app-emulation/libvirt/ChangeLog index 1c4b434b83c6..0e3dc147c476 100644 --- a/app-emulation/libvirt/ChangeLog +++ b/app-emulation/libvirt/ChangeLog @@ -1,6 +1,10 @@ # 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.121 2011/07/21 15:27:02 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.122 2011/07/25 11:38:08 flameeyes Exp $ + + 25 Jul 2011; Diego E. Pettenò <flameeyes@gentoo.org> + libvirt-0.9.3-r1.ebuild: + Allow building against yajl-2 since the new release supports the new API. *libvirt-0.9.3-r1 (21 Jul 2011) diff --git a/app-emulation/libvirt/libvirt-0.9.3-r1.ebuild b/app-emulation/libvirt/libvirt-0.9.3-r1.ebuild index 1213bb9dbd73..ee1fde676e01 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.1 2011/07/21 15:27:02 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.3-r1.ebuild,v 1.2 2011/07/25 11:38:08 flameeyes Exp $ BACKPORTS=1 #AUTOTOOLIZE=yes @@ -47,7 +47,7 @@ RDEPEND="sys-libs/readline avahi? ( >=net-dns/avahi-0.6[dbus] ) caps? ( sys-libs/libcap-ng ) iscsi? ( sys-block/open-iscsi ) - json? ( =dev-libs/yajl-1* ) + json? ( dev-libs/yajl ) libvirtd? ( net-misc/bridge-utils ) lvm? ( >=sys-fs/lvm2-2.02.48-r2 ) macvtap? ( >=dev-libs/libnl-1.1 ) |