commit: 507e07555d018b0d5fb0dbb670f20c31306864b7 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com> AuthorDate: Fri Aug 3 00:21:13 2018 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Thu Aug 9 18:46:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=507e0755
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 <tamiko <AT> gentoo.org> 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 6f091c8361d..9d3deaa6051 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 4269aaab796..f5dbcf60a92 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 733122d89e8..b46ba3bd040 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"
