diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-06-27 13:21:11 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-06-27 13:21:11 +0000 |
commit | ea0e24aaa21ded24cc94d726d3682e25e4c603f2 (patch) | |
tree | 425532d545ea1a28f2a1a062ef475634f1d370dd /app-emulation | |
parent | Version bump. (diff) | |
download | gentoo-2-ea0e24aaa21ded24cc94d726d3682e25e4c603f2.tar.gz gentoo-2-ea0e24aaa21ded24cc94d726d3682e25e4c603f2.tar.bz2 gentoo-2-ea0e24aaa21ded24cc94d726d3682e25e4c603f2.zip |
drop dep texinfo-5, fixes faulty install, Bug #472976 by Andreas Kinzler
(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 | 7 | ||||
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.2.1-r4.ebuild | 5 | ||||
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.2.2-r2.ebuild | 5 |
3 files changed, 10 insertions, 7 deletions
diff --git a/app-emulation/xen-tools/ChangeLog b/app-emulation/xen-tools/ChangeLog index f9231ee2ff0b..0ea25de02b81 100644 --- a/app-emulation/xen-tools/ChangeLog +++ b/app-emulation/xen-tools/ChangeLog @@ -1,6 +1,11 @@ # 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.157 2013/06/27 05:46:51 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.158 2013/06/27 13:21:11 idella4 Exp $ + + 27 Jun 2013; Ian Delaney <idella4@gentoo.org> xen-tools-4.2.1-r3.ebuild, + xen-tools-4.2.1-r4.ebuild, xen-tools-4.2.2-r1.ebuild, + xen-tools-4.2.2-r2.ebuild: + drop dep texinfo-5, fixes faulty install, Bug #472976 by Andreas Kinzler 27 Jun 2013; Ian Delaney <idella4@gentoo.org> -files/xen-4.2-CVE-2013-11-XSA-55.patch, diff --git a/app-emulation/xen-tools/xen-tools-4.2.1-r4.ebuild b/app-emulation/xen-tools/xen-tools-4.2.1-r4.ebuild index 46cd9f9a1949..350d4c6fdc4a 100644 --- a/app-emulation/xen-tools/xen-tools-4.2.1-r4.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.2.1-r4.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-r4.ebuild,v 1.2 2013/06/27 05:46:51 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.1-r4.ebuild,v 1.3 2013/06/27 13:21:11 idella4 Exp $ EAPI=5 @@ -69,8 +69,7 @@ DEPEND="${CDEPEND} dev-texlive/texlive-pictures dev-texlive/texlive-latexrecommended ) - hvm? ( x11-proto/xproto ) - qemu? ( >=sys-apps/texinfo-5 )" + hvm? ( x11-proto/xproto )" RDEPEND="${CDEPEND} sys-apps/iproute2 net-misc/bridge-utils diff --git a/app-emulation/xen-tools/xen-tools-4.2.2-r2.ebuild b/app-emulation/xen-tools/xen-tools-4.2.2-r2.ebuild index feab03b46a36..4723098039f3 100644 --- a/app-emulation/xen-tools/xen-tools-4.2.2-r2.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.2.2-r2.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-r2.ebuild,v 1.2 2013/06/27 05:46:51 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r2.ebuild,v 1.3 2013/06/27 13:21:11 idella4 Exp $ EAPI=5 @@ -69,8 +69,7 @@ DEPEND="${CDEPEND} dev-texlive/texlive-pictures dev-texlive/texlive-latexrecommended ) - hvm? ( x11-proto/xproto ) - qemu? ( >=sys-apps/texinfo-5 )" + hvm? ( x11-proto/xproto )" RDEPEND="${CDEPEND} sys-apps/iproute2 net-misc/bridge-utils |