commit: a65fdf6ece6cdae34fe29c76dc9d356e172f4a31 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Thu Nov 10 21:23:21 2016 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Thu Nov 10 21:26:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a65fdf6e
net-misc/openvswitch: fix build errors Package-Manager: portage-2.3.0 net-misc/openvswitch/openvswitch-2.6.0-r1.ebuild | 7 ------- 1 file changed, 7 deletions(-) diff --git a/net-misc/openvswitch/openvswitch-2.6.0-r1.ebuild b/net-misc/openvswitch/openvswitch-2.6.0-r1.ebuild index 71a7445..4c6000a 100644 --- a/net-misc/openvswitch/openvswitch-2.6.0-r1.ebuild +++ b/net-misc/openvswitch/openvswitch-2.6.0-r1.ebuild @@ -103,10 +103,6 @@ src_install() { rm -r "${ED%/}"/usr/share/openvswitch/python || die #fi - # not working without the brcompat_mod kernel module which did not get - # included in the kernel and we can't build it anymore - rm "${ED%/}"/usr/sbin/ovs-brcompatd "${ED%/}"/usr/share/man/man8/ovs-brcompatd.8 || die - keepdir /var/{lib,log}/openvswitch keepdir /etc/ssl/openvswitch fperms 0750 /etc/ssl/openvswitch @@ -116,9 +112,6 @@ src_install() { #if ! use monitor ; then # rm -r "${ED%/}"/usr/share/ovsdbmonitor || die #fi - if ! use debug ; then - rm "${ED%/}"/usr/bin/ovs-parse-leaks || die - fi newconfd "${FILESDIR}/ovsdb-server_conf2" ovsdb-server newconfd "${FILESDIR}/ovs-vswitchd_conf" ovs-vswitchd