summaryrefslogtreecommitdiff
path: root/media-sound/a2jmidid
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-04 11:28:04 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-04 11:28:04 +0100
commit47a1d2f184696819152c003a600beb058fbc4420 (patch)
treea85ea2840d8bb2bfaea292c4e2f363b663cc1ea1 /media-sound/a2jmidid
parent42564959cad787b3e82c0ebd8a8a6a59958e1370 (diff)
gentoo auto-resync : 04:05:2023 - 11:28:04
Diffstat (limited to 'media-sound/a2jmidid')
-rw-r--r--media-sound/a2jmidid/Manifest4
-rw-r--r--media-sound/a2jmidid/a2jmidid-9.ebuild4
-rw-r--r--media-sound/a2jmidid/a2jmidid-9999.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/a2jmidid/Manifest b/media-sound/a2jmidid/Manifest
index b8447c253918..aa0090d21e23 100644
--- a/media-sound/a2jmidid/Manifest
+++ b/media-sound/a2jmidid/Manifest
@@ -1,4 +1,4 @@
DIST a2jmidid-9.tar.gz 47925 BLAKE2B ad079e76a54f56ee8f82150c306f91aead52f86632978ea6f3376a0bf163744379210b34701b39da4ee14fc4d8a1c6be82d1052abeb8ccf79410bc242d174d62 SHA512 5bd13b6904ed68c5bfe40ca516fd49b7eb4d4a946b9908ee04687265848734c8e1a81579f0f1a5bd0752595be8858dc748da10487b7f366394c09a5ffc7d5e5c
-EBUILD a2jmidid-9.ebuild 1030 BLAKE2B 10cc6a4b33e660f2a0a76f84414e00dfc89d79b353a881b57ec7e64fcab4753ee18d839100ad6cf23d13ef4401688c7f858feceab91085fc8c3eb3f1a48c9c97 SHA512 4bb0638f8012677769043b137fcfac4a4d5025558002f9a16aa0a3e4a2cb26971cf791511563e4b368cf7b732c1d6a3f1bea025cbe7841158323c91922eae88c
-EBUILD a2jmidid-9999.ebuild 1000 BLAKE2B ec857f9259820edd78e5ac453d95089ebde295810103a4cbbd1493d1214f27967ca3020d5143e669b4fc68f68cb9f8d5bc30a03b543b8b44a17468ceeeeddb40 SHA512 a87eb8d96c918ce30597a41ddeabc47e355637af9c76f7c810167efc1fa2e243b1e595509873cd13d46e36aca026f88bfeea15c29929e9ebed5a7e52d11e3c60
+EBUILD a2jmidid-9.ebuild 1030 BLAKE2B 07d2263f131309d2de127b26e4c1c4ba7ce672b8c7d34a54e5579b7459f99f99376b12fa55992cde7f7c10ec27fde858539cf8fa564e3918ff60b2f75c76012f SHA512 f91df700671e929329dde6958fe5f5737106e4b9dbe43b00854870f6e5cdf4e919fbf3f28dc12976dbec0ddb3aadeba263a2dda76affab5b945910e4e87f0481
+EBUILD a2jmidid-9999.ebuild 1000 BLAKE2B e196ecdb7e579fc2b1cd7970a12e93e5b72ce9fea9a33a83757a6b074786a988105cd02df9410732d712125cbd59c1f7b098fa63590e3e3b11bb45de8f78be43 SHA512 31d74597f01afccd0fd0a834be3a31a5c39d40cedb67a02ac9f0679bffd816f6fff71fa23733a02aaf488eff65ead589c3279ebec64b8ae3aa594781e69a3980
MISC metadata.xml 370 BLAKE2B 9ebf7e7f3b6daa4ec600f4e58392237e0fef35646a913ca3b9bbe713933245bd3f05a1818a538a2b0fe9872115fcd932e9eb60076342e67031a9b5de53ab91aa SHA512 6d16a820f76472d3a193d38b6c9a293234f7bdb25048ca7ac77cdb13d8332e45e708ced128fc0a280176f87e2d543683cf19ce1f3332948711ffc8f71c70e365
diff --git a/media-sound/a2jmidid/a2jmidid-9.ebuild b/media-sound/a2jmidid/a2jmidid-9.ebuild
index 01c0f94dd616..e971e313c2b6 100644
--- a/media-sound/a2jmidid/a2jmidid-9.ebuild
+++ b/media-sound/a2jmidid/a2jmidid-9.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="threads(+)"
inherit meson python-single-r1
diff --git a/media-sound/a2jmidid/a2jmidid-9999.ebuild b/media-sound/a2jmidid/a2jmidid-9999.ebuild
index 491327d5bb08..82f54f7fa4e5 100644
--- a/media-sound/a2jmidid/a2jmidid-9999.ebuild
+++ b/media-sound/a2jmidid/a2jmidid-9999.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="threads(+)"
inherit meson python-single-r1 git-r3