aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2022-07-09 13:15:38 +0100
committerPaul Healy <lmiphay@gmail.com>2022-07-09 13:15:38 +0100
commit23b6e562a5553458dd01af4211caf55d94c8ef6a (patch)
tree012a2ae2d90be3d9c9a514f1b8be76e737dedcb3 /app-oam
parentupdate YAML Diff for EAPI 8 (diff)
downloadlmiphay-23b6e562a5553458dd01af4211caf55d94c8ef6a.tar.gz
lmiphay-23b6e562a5553458dd01af4211caf55d94c8ef6a.tar.bz2
lmiphay-23b6e562a5553458dd01af4211caf55d94c8ef6a.zip
update bun for py 10
Signed-off-by: Paul Healy <lmiphay@gmail.com>
Diffstat (limited to 'app-oam')
-rw-r--r--app-oam/bun/Manifest2
-rw-r--r--app-oam/bun/bun-9999.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/app-oam/bun/Manifest b/app-oam/bun/Manifest
index 4fd53e8..0a71f1b 100644
--- a/app-oam/bun/Manifest
+++ b/app-oam/bun/Manifest
@@ -1 +1 @@
-EBUILD bun-9999.ebuild 783 BLAKE2B 28e18469f2d5eff552b418b4533b466b4087a3bf2fa3a96a107b0df2cc3aafae8e4f4bc5738bff09cfcff604a5ddda9745d62830b87afe506b8c32c2bfb64fb0 SHA512 43520e9a3f31e5ce01312e6e1d47fa6676808972328a4cc089ab2a88fb3150d19bd960a11e66c7e1f63e2e00dbbe8b0b538100be9334ae02d854e6c74c15b6ce
+EBUILD bun-9999.ebuild 789 BLAKE2B ed341ee1cb11dcf77ab22545d8e59b80753d1cd0e3317062a95dad3127f78b3a62f34f3a56975b38516bdac5b67e351ca73efa9fc90c5653f1f811b3e867be24 SHA512 2620e0c1949e2a09b785b8235a72a60cd5fc80f5bac82c7d817e9124f822c4650c9f65b29895ea773516ebe15e112e18fe206361510a952d8dee15ccd1bb49ae
diff --git a/app-oam/bun/bun-9999.ebuild b/app-oam/bun/bun-9999.ebuild
index 1d4bbd1..31cb7ca 100644
--- a/app-oam/bun/bun-9999.ebuild
+++ b/app-oam/bun/bun-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=(python3_9)
+PYTHON_COMPAT=(python3_{9..10})
inherit distutils-r1 git-r3