From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-910806-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6B0021395E2 for <garchives@archives.gentoo.org>; Thu, 10 Nov 2016 21:26:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6B1EE084C; Thu, 10 Nov 2016 21:26:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9FC8CE084C for <gentoo-commits@lists.gentoo.org>; Thu, 10 Nov 2016 21:26:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9616341657 for <gentoo-commits@lists.gentoo.org>; Thu, 10 Nov 2016 21:26:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFCEC24A2 for <gentoo-commits@lists.gentoo.org>; Thu, 10 Nov 2016 21:26:49 +0000 (UTC) From: "Matt Thode" <prometheanfire@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" <prometheanfire@gentoo.org> Message-ID: <1478813189.a65fdf6ece6cdae34fe29c76dc9d356e172f4a31.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openvswitch/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/openvswitch/openvswitch-2.6.0-r1.ebuild X-VCS-Directories: net-misc/openvswitch/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: a65fdf6ece6cdae34fe29c76dc9d356e172f4a31 X-VCS-Branch: master Date: Thu, 10 Nov 2016 21:26:49 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a8ae8245-282b-49b6-98ab-9f4880380b9c X-Archives-Hash: d0512e79aaa765b2bbdb482e82b41833 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