aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <paul.healy@openet.com>2020-12-06 12:56:59 +0000
committerPaul Healy <paul.healy@openet.com>2020-12-06 12:56:59 +0000
commit1c52c6ffb329d3bfa73e325f8029f981f160fcc7 (patch)
treed11f05914988d720fbab84ed13858650547f1300 /app-oam
parentpy3 adjustment for invoke (diff)
downloadlmiphay-1c52c6ffb329d3bfa73e325f8029f981f160fcc7.tar.gz
lmiphay-1c52c6ffb329d3bfa73e325f8029f981f160fcc7.tar.bz2
lmiphay-1c52c6ffb329d3bfa73e325f8029f981f160fcc7.zip
update for py3 bumps
Signed-off-by: Paul Healy <paul.healy@openet.com>
Diffstat (limited to 'app-oam')
-rw-r--r--app-oam/bun/Manifest2
-rw-r--r--app-oam/bun/bun-9999.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/app-oam/bun/Manifest b/app-oam/bun/Manifest
index 194c651..503f6c6 100644
--- a/app-oam/bun/Manifest
+++ b/app-oam/bun/Manifest
@@ -1 +1 @@
-EBUILD bun-9999.ebuild 832 BLAKE2B ffec9bae6be3f19f8fa29cd25627a0d7c1dd895b3baad3f6e304ebb85586214b0386d7b2e42b8207c72222a9c317c4a47e318964af912c45066a88076d2bf9a9 SHA512 5203e9d441f0fd02728070ea469431be169b8355370fea71d88b07633b829e122b9365dba4d8f58cb086e777508702cb603e4a2bbfe5024c71386f9abe313d94
+EBUILD bun-9999.ebuild 832 BLAKE2B 9340354a58421098b901f973f7930b62676944d62b9c69960c1956c0326b4618704fef75ff00a2f7d5ebce8998046ee3d0c75e24f3954c6de69fa19c3bcc14a4 SHA512 76bb61a962adb846dafc02f4cf0cdcc1bf9a9018debec019cbae96b50928d9db3a83e534a0bca185ae3632e0780a2852892c55390b9ff5bdd38bbea071fd0ab7
diff --git a/app-oam/bun/bun-9999.ebuild b/app-oam/bun/bun-9999.ebuild
index d37a4bd..ec2a3e7 100644
--- a/app-oam/bun/bun-9999.ebuild
+++ b/app-oam/bun/bun-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7})
+PYTHON_COMPAT=( python3_{8,9})
inherit distutils-r1 git-r3