From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 849991382C5 for ; Fri, 5 Jan 2018 20:45:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7B2FE08C8; Fri, 5 Jan 2018 20:45:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7938CE08C8 for ; Fri, 5 Jan 2018 20:45:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7AC10335C0C for ; Fri, 5 Jan 2018 20:45:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1433A1A2 for ; Fri, 5 Jan 2018 20:45:43 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1515184928.9a8f8a2c8b18d56fa218de39626ebc7b388ada7a.floppym@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.1.ebuild net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild net-misc/openvswitch/openvswitch-2.7.2.ebuild net-misc/openvswitch/openvswitch-2.8.1.ebuild X-VCS-Directories: net-misc/openvswitch/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 9a8f8a2c8b18d56fa218de39626ebc7b388ada7a X-VCS-Branch: master Date: Fri, 5 Jan 2018 20:45:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bbd7565d-ddf2-4f84-b0d0-f5af7eefbb2d X-Archives-Hash: fccc05b3cce4c4c74c22dc2dca7ac6ee commit: 9a8f8a2c8b18d56fa218de39626ebc7b388ada7a Author: Mike Gilbert gentoo org> AuthorDate: Fri Jan 5 20:42:08 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Jan 5 20:42:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a8f8a2c net-misc/openvswitch: drop dependency on openrc/systemd Package-Manager: Portage-2.3.19_p3, Repoman-2.3.6_p37 net-misc/openvswitch/openvswitch-2.6.1.ebuild | 6 +----- net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild | 6 +----- net-misc/openvswitch/openvswitch-2.7.2.ebuild | 6 +----- net-misc/openvswitch/openvswitch-2.8.1.ebuild | 6 +----- 4 files changed, 4 insertions(+), 20 deletions(-) diff --git a/net-misc/openvswitch/openvswitch-2.6.1.ebuild b/net-misc/openvswitch/openvswitch-2.6.1.ebuild index 9d7d5282fc3..3830839ab69 100644 --- a/net-misc/openvswitch/openvswitch-2.6.1.ebuild +++ b/net-misc/openvswitch/openvswitch-2.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,10 +18,6 @@ IUSE="debug modules monitor +ssl" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" - || ( - >=sys-apps/openrc-0.10.5 - sys-apps/systemd - ) ssl? ( dev-libs/openssl:0= ) ${PYTHON_DEPS} ~dev-python/ovs-${PV} diff --git a/net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild b/net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild index d8f19c8e853..34a1a0d9f98 100644 --- a/net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild +++ b/net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,10 +18,6 @@ IUSE="debug modules monitor +ssl" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" - || ( - >=sys-apps/openrc-0.10.5 - sys-apps/systemd - ) ssl? ( dev-libs/openssl:0= ) ${PYTHON_DEPS} ~dev-python/ovs-2.7.0[${PYTHON_USEDEP}] diff --git a/net-misc/openvswitch/openvswitch-2.7.2.ebuild b/net-misc/openvswitch/openvswitch-2.7.2.ebuild index 596a2985f9c..bfba9734edf 100644 --- a/net-misc/openvswitch/openvswitch-2.7.2.ebuild +++ b/net-misc/openvswitch/openvswitch-2.7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,10 +18,6 @@ IUSE="debug modules monitor +ssl" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" - || ( - >=sys-apps/openrc-0.10.5 - sys-apps/systemd - ) ssl? ( dev-libs/openssl:0= ) ${PYTHON_DEPS} ~dev-python/ovs-2.7.0[${PYTHON_USEDEP}] diff --git a/net-misc/openvswitch/openvswitch-2.8.1.ebuild b/net-misc/openvswitch/openvswitch-2.8.1.ebuild index 99125f9190f..55df1bd4c28 100644 --- a/net-misc/openvswitch/openvswitch-2.8.1.ebuild +++ b/net-misc/openvswitch/openvswitch-2.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,10 +18,6 @@ IUSE="debug modules monitor +ssl" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" - || ( - >=sys-apps/openrc-0.10.5 - sys-apps/systemd - ) ssl? ( dev-libs/openssl:0= ) ${PYTHON_DEPS} ~dev-python/ovs-2.7.2[${PYTHON_USEDEP}]