summaryrefslogtreecommitdiff
path: root/dev-util/gprof2dot
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/gprof2dot')
-rw-r--r--dev-util/gprof2dot/Manifest4
-rw-r--r--dev-util/gprof2dot/gprof2dot-2022.07.29-r1.ebuild4
-rw-r--r--dev-util/gprof2dot/gprof2dot-2022.07.29.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-util/gprof2dot/Manifest b/dev-util/gprof2dot/Manifest
index 41a42047301d..c6628f86b1d1 100644
--- a/dev-util/gprof2dot/Manifest
+++ b/dev-util/gprof2dot/Manifest
@@ -1,4 +1,4 @@
DIST gprof2dot-2022.7.29.tar.gz 33948 BLAKE2B cc96bcf0cbce2159f6a03bb1b7d3b2e89212a2acdb948fbeb947b8664ed34123102792476d16d11b7b2bdb269aef9ce54a7224a355c5390fe6010e82bc2df189 SHA512 347e24c11f4ca3b5d6b50dfebb158f046e64aa302549b82949c5e089d081c741c9936272d45d378f3828d3d824ed632a98444e6aa3dc1a3b9b86abc27738bcb8
-EBUILD gprof2dot-2022.07.29-r1.ebuild 506 BLAKE2B a24669336628dabbad6b129492f358d17bcf8178bffc06d3b0461fe81d69d70426017db71780a097ade35b8272d70c48e4fa00b06c70e099aea812deddad7290 SHA512 179fd810697ebcb37f33e32a7411832b720860e2ca1000085207f0e7222b583cea7e5fdc14354e3c8a1e4c0429af37382e790d2173b18e595466129f659aa37d
-EBUILD gprof2dot-2022.07.29.ebuild 474 BLAKE2B 3057d8d47b33202f409ad1c839405b961ad6f9d226c95b9240b6eff7efe3452dcba9024b3176d3870536e4ea9fe839eb79bc5dec16c427cd7e14e522651880d0 SHA512 29c3bc1e6c768006854a70fceaac2161f9726f1f04837ae5f6aec4782e4e571711de78daaa3d244cde690427d5ba1d30f2803bb031dfe795af65d9ded231c994
+EBUILD gprof2dot-2022.07.29-r1.ebuild 506 BLAKE2B 32bdd8160d10f76378d3b76b7edff0d4f1ac8476a63da740f231144e6852b812a4c73e5800d297eaabe6316a2cc9c1f6c492325449067159e76255a5af3b190f SHA512 e6583bac829985c5a3e53ba73fcd9ae47f2613718f933413021a4f8470aeb9df01fb135bea4bce47a49ca181d5a6d462d635c4f8fc009a4f4f165d2c089a5a89
+EBUILD gprof2dot-2022.07.29.ebuild 474 BLAKE2B 88bfc07f0bad00fb8fcbf6370e08f86f1a9ea0fdd2a3c7d448ce7036639527df85528a5f0210f13ed8d29accfaecf57557ad159b5ed022bc645bfd4ed9eb1cb8 SHA512 de1011d308d4f15c9dc23d344d9061a788d40ab3df894ade9d652508927fa35a05ad6778564cb4d0c6e9d8c2fcaaba74ab13b026b74bce2ab525f7a78d3a6172
MISC metadata.xml 381 BLAKE2B 2931140d66e423ae23ad825406f02e390a90ca75ad8660aff8b76349074cf7c877754c72ec0295bbba625ffc1fe33b218f288ed49b1df823b4f7264741121122 SHA512 a2c8a71badb61131a7a75c827176801310da9f242407a347d7715bbe570cbc0baea93481f7a0074b8fa3f0a2c236bbd892ed7832a506f5312c28bc77a176e0cf
diff --git a/dev-util/gprof2dot/gprof2dot-2022.07.29-r1.ebuild b/dev-util/gprof2dot/gprof2dot-2022.07.29-r1.ebuild
index 4dc3184df32a..5585f917b9ba 100644
--- a/dev-util/gprof2dot/gprof2dot-2022.07.29-r1.ebuild
+++ b/dev-util/gprof2dot/gprof2dot-2022.07.29-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE='xml(+)'
inherit distutils-r1
diff --git a/dev-util/gprof2dot/gprof2dot-2022.07.29.ebuild b/dev-util/gprof2dot/gprof2dot-2022.07.29.ebuild
index 5c3acb5f936a..8da0b46bfc54 100644
--- a/dev-util/gprof2dot/gprof2dot-2022.07.29.ebuild
+++ b/dev-util/gprof2dot/gprof2dot-2022.07.29.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..10} )
PYTHON_REQ_USE='xml(+)'
inherit distutils-r1