diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2010-06-03 22:09:59 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2010-06-03 22:09:59 +0000 |
commit | a438550f0f200532e3b8afe1a7463de5faa7cc05 (patch) | |
tree | 069520ece5551b4c39fb141f40ec61d70f240fee | |
parent | removed gsoap mask again. (diff) | |
download | gentoo-2-a438550f0f200532e3b8afe1a7463de5faa7cc05.tar.gz gentoo-2-a438550f0f200532e3b8afe1a7463de5faa7cc05.tar.bz2 gentoo-2-a438550f0f200532e3b8afe1a7463de5faa7cc05.zip |
Tiny comment fix
(Portage version: 2.2_rc67/cvs/Linux x86_64)
-rw-r--r-- | net-libs/gsoap/gsoap-2.7.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/gsoap/gsoap-2.7.17.ebuild b/net-libs/gsoap/gsoap-2.7.17.ebuild index a3b53d25044a..f484ba9a38f5 100644 --- a/net-libs/gsoap/gsoap-2.7.17.ebuild +++ b/net-libs/gsoap/gsoap-2.7.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gsoap/gsoap-2.7.17.ebuild,v 1.2 2010/06/03 22:02:07 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gsoap/gsoap-2.7.17.ebuild,v 1.3 2010/06/03 22:09:59 polynomial-c Exp $ EAPI=2 @@ -31,7 +31,7 @@ src_prepare() { epatch "${FILESDIR}/${PN}-2.7.10-fedora-install_soapcpp2_wsdl2h_aux.patch" # causes compilation of app-emulation/virtualbox-ose[vboxwebsrv] to - # break: + # break (bug #320901): #epatch "${FILESDIR}/${PN}-2.7.15-use_libtool.patch" eautoreconf |