diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-02-23 23:28:53 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-02-23 23:51:42 -0600 |
commit | aada2a3f929e820bf8601e21ac2a90491022cdff (patch) | |
tree | 01f2c7b16eabc9abc6c487b30380b548dac5563a /dev-python/ovs | |
parent | dev-python/os-xenapi: 0.3.1 bup (diff) | |
download | gentoo-aada2a3f929e820bf8601e21ac2a90491022cdff.tar.gz gentoo-aada2a3f929e820bf8601e21ac2a90491022cdff.tar.bz2 gentoo-aada2a3f929e820bf8601e21ac2a90491022cdff.zip |
dev-python/ovs: 2.8.1 bup
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-python/ovs')
-rw-r--r-- | dev-python/ovs/Manifest | 2 | ||||
-rw-r--r-- | dev-python/ovs/ovs-2.8.1.ebuild (renamed from dev-python/ovs/ovs-2.4.0.ebuild) | 10 |
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-python/ovs/Manifest b/dev-python/ovs/Manifest index 6641ed5e3a34..e58a35b0cfd4 100644 --- a/dev-python/ovs/Manifest +++ b/dev-python/ovs/Manifest @@ -1,4 +1,4 @@ -DIST ovs-2.4.0.tar.gz 61230 BLAKE2B bfaa3e83dce8a4d7c11519b4d226f9674aa04def35ba773b9e5366ba382289dd27a29e8bac3d2594cd0f4bd1ea29eb222dcbc9e20cf66eb9d82272aa63a1d46d SHA512 45dd7e040c56f8ef16a2ca1fddb769c6d2c67c729f1889dcd867d57d6de8fe4f6baafe99113db05e20adf41389feea2ea9f69739256842404edce6ac28782e07 DIST ovs-2.6.1.tar.gz 67436 BLAKE2B ae6947ca6430cc374d6292cf1b233d8d2edc2f2a3ff40110d36eaada1eca1f5c25231744d3f6638655ad0d54162f978d7756e745b02a292dc45cad75a78c1be0 SHA512 967baf44ccb36902fb28eb0df299bd9cca42a5cc030aa059d7cf90c79b8ad79ce8d854801acba4f711753bca47957485d6f4ad7deacd72cbce7d9fa9fba02292 DIST ovs-2.7.0.tar.gz 73714 BLAKE2B 3edb76be6ddb20243b6d85c7bc67024c274f625c2f18cd4dd2fdbfa94b01d241edc4d83ce380aaa4374a75f4b392d36b79bd5fb81c8522be88dad4c277858be4 SHA512 6732721f494b0de24dd6b79ca12d45d7e2da8598906384c6fcc4cc0de4dadb87a822c5e0aa4c07065138a0837a850e7d07ae50e6dea9e0752beba667bf154e22 DIST ovs-2.7.2.tar.gz 74222 BLAKE2B ecf1cfa9cde4824ba927f4fed610ca11129d221f4ecb2c0f0fc701f0fe2a9b86fdc67332b0e0270b0eb1047aeb49fd41d153a212416754180a35dd916cef59e4 SHA512 568f256a2ad204d5b4a237f1f52c903a1041bb03e30b56e390ea4995c646b49225f69eb5804faf996a9db56916398597100a16ff86bd6798d01ee427073c89ac +DIST ovs-2.8.1.tar.gz 74483 BLAKE2B a90904e645316b625c7fddcc323270bbb6246d59432392bfbcb05ed0ae258f1fcc0afe7a3716dad519d47725a3f765c99c59dcffc30bc5343de59ccf523cfa76 SHA512 b7133f5c2ae00d508d77122952584cba840d4a22231d1a42105ba2918cf598b12b58c47408c17405bb3c9aa90d24a3d0a9257299626704e367badc982aba62ee diff --git a/dev-python/ovs/ovs-2.4.0.ebuild b/dev-python/ovs/ovs-2.8.1.ebuild index 2a3c619ee2b8..21b868616275 100644 --- a/dev-python/ovs/ovs-2.4.0.ebuild +++ b/dev-python/ovs/ovs-2.8.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) inherit distutils-r1 @@ -12,6 +12,8 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm64 x86" +KEYWORDS="~amd64 ~arm64 ~x86" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" |