diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-07-01 07:44:16 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-07-01 07:44:16 +0000 |
commit | 7cbbc402ace8d33122a467895bf2b57c43a1ffe9 (patch) | |
tree | c75b53d71c1654dcd2cbeeab2d14b1af32ac5e56 /app-emulation | |
parent | Bring missing BFQ patches from 3.9 to 3.10 branch. (diff) | |
download | gentoo-2-7cbbc402ace8d33122a467895bf2b57c43a1ffe9.tar.gz gentoo-2-7cbbc402ace8d33122a467895bf2b57c43a1ffe9.tar.bz2 gentoo-2-7cbbc402ace8d33122a467895bf2b57c43a1ffe9.zip |
Re-remove redundant pyxml, origin Bug #45673
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.2.1-r5.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.2.2-r3.ebuild | 3 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-emulation/xen-tools/ChangeLog b/app-emulation/xen-tools/ChangeLog index c40501b352a2..9e1ef0c6644b 100644 --- a/app-emulation/xen-tools/ChangeLog +++ b/app-emulation/xen-tools/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/xen-tools # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.162 2013/07/01 05:42:01 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.163 2013/07/01 07:44:16 idella4 Exp $ + + 01 Jul 2013; Ian Delaney <idella4@gentoo.org> xen-tools-4.2.1-r3.ebuild, + xen-tools-4.2.1-r4.ebuild, xen-tools-4.2.1-r5.ebuild, + xen-tools-4.2.2-r1.ebuild, xen-tools-4.2.2-r2.ebuild, + xen-tools-4.2.2-r3.ebuild: + Re-remove redundant pyxml, origin Bug #45673 01 Jul 2013; Ian Delaney <idella4@gentoo.org> files/xenstored.initd, xen-tools-4.2.1-r3.ebuild, xen-tools-4.2.1-r4.ebuild, diff --git a/app-emulation/xen-tools/xen-tools-4.2.1-r5.ebuild b/app-emulation/xen-tools/xen-tools-4.2.1-r5.ebuild index b61842ce79da..225c69f11890 100644 --- a/app-emulation/xen-tools/xen-tools-4.2.1-r5.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.2.1-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.1-r5.ebuild,v 1.1 2013/06/28 13:46:44 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.1-r5.ebuild,v 1.2 2013/07/01 07:44:16 idella4 Exp $ EAPI=5 @@ -41,7 +41,6 @@ REQUIRED_USE="hvm? ( qemu )" CDEPEND="dev-libs/yajl dev-python/lxml[${PYTHON_USEDEP}] dev-python/pypam[${PYTHON_USEDEP}] - dev-python/pyxml[${PYTHON_USEDEP}] sys-libs/zlib sys-power/iasl ocaml? ( dev-ml/findlib ) diff --git a/app-emulation/xen-tools/xen-tools-4.2.2-r3.ebuild b/app-emulation/xen-tools/xen-tools-4.2.2-r3.ebuild index 39b1ed072f5f..c9c05dd73453 100644 --- a/app-emulation/xen-tools/xen-tools-4.2.2-r3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.2.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r3.ebuild,v 1.1 2013/06/28 13:46:44 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r3.ebuild,v 1.2 2013/07/01 07:44:16 idella4 Exp $ EAPI=5 @@ -41,7 +41,6 @@ CDEPEND="dev-libs/lzo:2 dev-libs/yajl dev-python/lxml[${PYTHON_USEDEP}] dev-python/pypam[${PYTHON_USEDEP}] - dev-python/pyxml[${PYTHON_USEDEP}] sys-libs/zlib sys-power/iasl dev-ml/findlib |