diff options
author | 2014-05-15 02:06:59 +0000 | |
---|---|---|
committer | 2014-05-15 02:06:59 +0000 | |
commit | ffcfde8862705b6c42e31fa6ea639352e02ffcab (patch) | |
tree | eda133eb3e58aee3310ef2046b8523f0a554a920 | |
parent | Initial ebuild by dev-zero. Updated snapshot. (diff) | |
download | gentoo-2-ffcfde8862705b6c42e31fa6ea639352e02ffcab.tar.gz gentoo-2-ffcfde8862705b6c42e31fa6ea639352e02ffcab.tar.bz2 gentoo-2-ffcfde8862705b6c42e31fa6ea639352e02ffcab.zip |
Fix typo in option name
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 1CE396377CFE7E2B!)
-rw-r--r-- | app-emulation/libvirt/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/libvirt/libvirt-1.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/libvirt/ChangeLog b/app-emulation/libvirt/ChangeLog index 463fe9903fe7..2d8e828e90be 100644 --- a/app-emulation/libvirt/ChangeLog +++ b/app-emulation/libvirt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/libvirt # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.360 2014/05/11 15:21:49 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.361 2014/05/15 02:06:59 cardoe Exp $ + + 15 May 2014; Doug Goldstein <cardoe@gentoo.org> libvirt-1.2.3.ebuild: + Fix typo in option name 11 May 2014; Doug Goldstein <cardoe@gentoo.org> libvirt-1.2.3.ebuild: Add checks for kernel support for the guest bandwidth limiting feature. diff --git a/app-emulation/libvirt/libvirt-1.2.3.ebuild b/app-emulation/libvirt/libvirt-1.2.3.ebuild index fcf18b6fae97..ac84bcfca288 100644 --- a/app-emulation/libvirt/libvirt-1.2.3.ebuild +++ b/app-emulation/libvirt/libvirt-1.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.2.3.ebuild,v 1.4 2014/05/11 15:21:49 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.2.3.ebuild,v 1.5 2014/05/15 02:06:59 cardoe Exp $ EAPI=5 @@ -158,7 +158,7 @@ VIRTNET_CONFIG_CHECK=" " BWLMT_CONFIG_CHECK=" - ~BRIDGE_EBT_NAT + ~BRIDGE_EBT_T_NAT ~NET_SCH_HTB ~NET_SCH_SFQ ~NET_SCH_INGRESS |