diff options
author | Michael Marineau <marineam@gentoo.org> | 2007-05-16 00:57:34 +0000 |
---|---|---|
committer | Michael Marineau <marineam@gentoo.org> | 2007-05-16 00:57:34 +0000 |
commit | 5e75a732746591a5676bc8cc6f018c5f2e27d437 (patch) | |
tree | 6cd93dc4479892aaaeeee57b90f44dad11533c6d /app-emulation/xen-tools | |
parent | Marked stable on amd64 for bug #177804 (diff) | |
download | gentoo-2-5e75a732746591a5676bc8cc6f018c5f2e27d437.tar.gz gentoo-2-5e75a732746591a5676bc8cc6f018c5f2e27d437.tar.bz2 gentoo-2-5e75a732746591a5676bc8cc6f018c5f2e27d437.zip |
Fix xen-tools xproto dependency.
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r-- | app-emulation/xen-tools/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/xen-tools/xen-tools-3.0.4_p1.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-emulation/xen-tools/ChangeLog b/app-emulation/xen-tools/ChangeLog index 340f9d1cc8c4..e9a7c87e28dc 100644 --- a/app-emulation/xen-tools/ChangeLog +++ b/app-emulation/xen-tools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/xen-tools # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.21 2007/05/02 04:10:04 marineam Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.22 2007/05/16 00:57:34 marineam Exp $ + + 16 May 2007; Michael Marineau <marineam@gentoo.org> + xen-tools-3.0.4_p1.ebuild: + Only depend on xproto when ioemu is enabled. Bug #177110. *xen-tools-3.0.4_p1 (02 May 2007) diff --git a/app-emulation/xen-tools/xen-tools-3.0.4_p1.ebuild b/app-emulation/xen-tools/xen-tools-3.0.4_p1.ebuild index 8ce92e747a21..78e48a3544fd 100644 --- a/app-emulation/xen-tools/xen-tools-3.0.4_p1.ebuild +++ b/app-emulation/xen-tools/xen-tools-3.0.4_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.0.4_p1.ebuild,v 1.1 2007/05/02 04:10:04 marineam Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.0.4_p1.ebuild,v 1.2 2007/05/16 00:57:34 marineam Exp $ inherit flag-o-matic distutils eutils multilib @@ -24,12 +24,12 @@ DEPEND="${CDEPEND} dev-lang/perl sys-devel/dev86 app-misc/pax-utils - x11-proto/xproto doc? ( dev-tex/latex2html media-gfx/transfig ) ioemu? ( + x11-proto/xproto net-libs/libvncserver )" @@ -104,6 +104,7 @@ src_unpack() { # Don't bother with ioemu, only needed for fully virtualised guests if ! use ioemu; then + chmod 644 tools/check/check_x11_devel sed -i -e "/^CONFIG_IOEMU := y$/d" "${S}"/config/*.mk fi |