diff options
author | Peter Volkov <pva@gentoo.org> | 2011-12-12 16:10:29 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2011-12-12 16:10:29 +0000 |
commit | 531d3800bf69b96ebe9b87dd94bfcd906f9ed0ce (patch) | |
tree | 0c67f2dcf9cb1461cd63ec7b36318409b16c7ff7 /net-analyzer/wireshark/wireshark-1.6.4.ebuild | |
parent | version bump. (diff) | |
download | historical-531d3800bf69b96ebe9b87dd94bfcd906f9ed0ce.tar.gz historical-531d3800bf69b96ebe9b87dd94bfcd906f9ed0ce.tar.bz2 historical-531d3800bf69b96ebe9b87dd94bfcd906f9ed0ce.zip |
Fix validity error in release-notes.xml, bug #394433 wrt Juergen Rose.
Package-Manager: portage-2.1.10.39/cvs/Linux x86_64
Diffstat (limited to 'net-analyzer/wireshark/wireshark-1.6.4.ebuild')
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.6.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/wireshark/wireshark-1.6.4.ebuild b/net-analyzer/wireshark/wireshark-1.6.4.ebuild index 7160d7d146e0..bc14c0f225a1 100644 --- a/net-analyzer/wireshark/wireshark-1.6.4.ebuild +++ b/net-analyzer/wireshark/wireshark-1.6.4.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-analyzer/wireshark/wireshark-1.6.4.ebuild,v 1.1 2011/12/12 06:42:36 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.4.ebuild,v 1.2 2011/12/12 16:10:29 pva Exp $ EAPI="3" PYTHON_DEPEND="python? 2" @@ -104,6 +104,7 @@ pkg_setup() { src_prepare() { epatch "${FILESDIR}/${P}-build.patch" + epatch "${FILESDIR}/${P}-doc-build.patch" } src_configure() { |