diff options
Diffstat (limited to 'app-oam')
-rw-r--r-- | app-oam/bun/Manifest | 2 | ||||
-rw-r--r-- | app-oam/bun/bun-9999.ebuild | 4 |
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 |