commit: b68773a2ffd43500f54bd8f00d33e94cba5679c6 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Thu Oct 15 10:31:35 2015 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Thu Oct 15 10:31:35 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b68773a2
net-analyzer/wireshark: Port applicable 2.0.0_rc1 changes to live ebuild Package-Manager: portage-2.2.23 net-analyzer/wireshark/wireshark-99999999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild index 6c12e53..c17f5f2 100644 --- a/net-analyzer/wireshark/wireshark-99999999.ebuild +++ b/net-analyzer/wireshark/wireshark-99999999.ebuild @@ -99,7 +99,6 @@ src_prepare() { "${FILESDIR}"/${PN}-1.11.0-oldlibs.patch \ "${FILESDIR}"/${PN}-1.99.0.1975-sse4_2.patch \ "${FILESDIR}"/${PN}-99999999-pkgconfig.patch \ - "${FILESDIR}"/${PN}-1.99.7-qt-pie.patch \ "${FILESDIR}"/${PN}-1.99.8-qtchooser.patch epatch_user @@ -197,7 +196,7 @@ src_install() { dohtml -r docbook/{release-notes.html,ws{d,u}g_html{,_chunked}} if use doc-pdf; then insinto /usr/share/doc/${PF}/pdf/ - doins docbook/{{developer,user}-guide,release-notes}-{a4,us}.pdf + doins docbook/{developer,user}-guide-{a4,us}.pdf docbook/release-notes.pdf fi fi