diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-08-02 19:21:13 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2018-08-09 13:46:38 -0500 |
commit | 507e07555d018b0d5fb0dbb670f20c31306864b7 (patch) | |
tree | 40c2be4f2e2900d2ab57b2a5901d8dd3e1d92ece /net-misc/openvswitch | |
parent | app-emulation/qemu: add missing versionator inherit (diff) | |
download | gentoo-507e07555d018b0d5fb0dbb670f20c31306864b7.tar.gz gentoo-507e07555d018b0d5fb0dbb670f20c31306864b7.tar.bz2 gentoo-507e07555d018b0d5fb0dbb670f20c31306864b7.zip |
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@gentoo.org>
Diffstat (limited to 'net-misc/openvswitch')
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild | 2 | ||||
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.7.2.ebuild | 2 | ||||
-rw-r--r-- | 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" |