diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-05-28 17:04:40 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-05-28 17:04:40 +0000 |
commit | 1f895bc667c83041b8211e938209a78e4a9ca651 (patch) | |
tree | 06c135484b26374da52f32781c13ace068479932 /net-misc | |
parent | alpha/arm/ia64/s390/sh/sparc stable wrt #368863 (diff) | |
download | gentoo-2-1f895bc667c83041b8211e938209a78e4a9ca651.tar.gz gentoo-2-1f895bc667c83041b8211e938209a78e4a9ca651.tar.bz2 gentoo-2-1f895bc667c83041b8211e938209a78e4a9ca651.zip |
Fix bug #361363
(Portage version: 2.1.9.49/cvs/Linux ia64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/tigervnc/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/tigervnc/tigervnc-1.0.1_p20100914-r6.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-misc/tigervnc/ChangeLog b/net-misc/tigervnc/ChangeLog index 94a44c0dea5a..150fa67bef96 100644 --- a/net-misc/tigervnc/ChangeLog +++ b/net-misc/tigervnc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/tigervnc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.91 2011/05/15 13:52:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.92 2011/05/28 17:04:40 armin76 Exp $ + + 28 May 2011; Raúl Porcel <armin76@gentoo.org> + tigervnc-1.0.1_p20100914-r6.ebuild: + Fix bug #361363 15 May 2011; Raúl Porcel <armin76@gentoo.org> tigervnc-1.0.1_p20100914-r6.ebuild: diff --git a/net-misc/tigervnc/tigervnc-1.0.1_p20100914-r6.ebuild b/net-misc/tigervnc/tigervnc-1.0.1_p20100914-r6.ebuild index 7bb3e0f8f0dd..f4e3b81efd88 100644 --- a/net-misc/tigervnc/tigervnc-1.0.1_p20100914-r6.ebuild +++ b/net-misc/tigervnc/tigervnc-1.0.1_p20100914-r6.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/net-misc/tigervnc/tigervnc-1.0.1_p20100914-r6.ebuild,v 1.6 2011/05/15 13:52:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.1_p20100914-r6.ebuild,v 1.7 2011/05/28 17:04:40 armin76 Exp $ EAPI="1" @@ -136,6 +136,7 @@ src_compile() { --enable-dri2 \ --disable-config-dbus \ --disable-config-hal \ + --with-xmlto=no \ $(use_enable opengl glx) \ $(use_enable nptl glx-tls) \ || die "econf server failed" |