From 507e07555d018b0d5fb0dbb670f20c31306864b7 Mon Sep 17 00:00:00 2001 From: "Marty E. Plummer" Date: Thu, 2 Aug 2018 19:21:13 -0500 Subject: [PATCH] net-misc/openvswitch: add missing versionator inherit c6b150836dfef848e51ec2cce801b12daf2c77b1 dropped versionator from linux-info, which these ebuilds were using via the implicit inherit. Closes: https://github.com/gentoo/gentoo/pull/9427 Package-Manager: Portage-2.3.44, Repoman-2.3.10 Signed-off-by: Matthias Maier --- net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild | 2 +- net-misc/openvswitch/openvswitch-2.7.2.ebuild | 2 +- net-misc/openvswitch/openvswitch-2.8.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild b/net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild index 6f091c8361d3..9d3deaa60519 100644 --- a/net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild +++ b/net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild @@ -5,7 +5,7 @@ EAPI=6 PYTHON_COMPAT=( python{2_7,3_4,3_5} ) -inherit autotools eutils linux-info linux-mod python-r1 systemd +inherit autotools eutils linux-info linux-mod python-r1 systemd versionator DESCRIPTION="Production quality, multilayer virtual switch" HOMEPAGE="https://www.openvswitch.org" diff --git a/net-misc/openvswitch/openvswitch-2.7.2.ebuild b/net-misc/openvswitch/openvswitch-2.7.2.ebuild index 4269aaab7968..f5dbcf60a924 100644 --- a/net-misc/openvswitch/openvswitch-2.7.2.ebuild +++ b/net-misc/openvswitch/openvswitch-2.7.2.ebuild @@ -5,7 +5,7 @@ EAPI=6 PYTHON_COMPAT=( python{2_7,3_4,3_5} ) -inherit autotools eutils linux-info linux-mod python-r1 systemd +inherit autotools eutils linux-info linux-mod python-r1 systemd versionator DESCRIPTION="Production quality, multilayer virtual switch" HOMEPAGE="https://www.openvswitch.org" diff --git a/net-misc/openvswitch/openvswitch-2.8.1.ebuild b/net-misc/openvswitch/openvswitch-2.8.1.ebuild index 733122d89e84..b46ba3bd0409 100644 --- a/net-misc/openvswitch/openvswitch-2.8.1.ebuild +++ b/net-misc/openvswitch/openvswitch-2.8.1.ebuild @@ -5,7 +5,7 @@ EAPI=6 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) -inherit autotools eutils linux-info linux-mod python-r1 systemd +inherit autotools eutils linux-info linux-mod python-r1 systemd versionator DESCRIPTION="Production quality, multilayer virtual switch" HOMEPAGE="https://www.openvswitch.org" -- 2.26.2