summaryrefslogtreecommitdiff
path: root/dev-util/gprof2dot
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
commit6abbf81ef2f298e3221ff5e67a1f3c5f23958212 (patch)
tree25413d1cb3a0cbfe36029db32398c0f333609215 /dev-util/gprof2dot
parent9c417bacd51da6d8b57fa9f37425161d30d4b95b (diff)
gentoo resync : 14.12.2020
Diffstat (limited to 'dev-util/gprof2dot')
-rw-r--r--dev-util/gprof2dot/Manifest2
-rw-r--r--dev-util/gprof2dot/gprof2dot-2019.11.30.ebuild6
2 files changed, 2 insertions, 6 deletions
diff --git a/dev-util/gprof2dot/Manifest b/dev-util/gprof2dot/Manifest
index 4d102bb95c75..3deed392e210 100644
--- a/dev-util/gprof2dot/Manifest
+++ b/dev-util/gprof2dot/Manifest
@@ -1,3 +1,3 @@
DIST gprof2dot-2019.11.30.tar.gz 31388 BLAKE2B 1781f59e5daa8315d3fd9defb6e28290272c4ddca01312e9af4acac494f3c7b29a437e3411b0bbb218f2eedbb2acf83d4dfa9c1d47f20b2eedc0fd607f1e4a02 SHA512 06fa8feed23e21d7827bbac19c887f65b9ca6a0cfd5b54c4da373ca33ecf0f11835b961dd1c2237ac2bf9764a8122d3ed9c7f9981c127a14ae74a733fc1275b1
-EBUILD gprof2dot-2019.11.30.ebuild 588 BLAKE2B 7e1ed5291ca8e6e2ca5211573b40985adb98fac00f4f92ea42dbedb5e1c931d1ed8be8e7dbb7f91cb71686e3564ecaf95b6a0e2df590eb6aea296a5add0ae22c SHA512 8f119ce709066da1d158cd2805e061aa25da19cd5771dae79c46f07699ba8298476d24ec01c31e721a98b7a3aa2ab1785268f29bccfb497916aeddf965bfa29a
+EBUILD gprof2dot-2019.11.30.ebuild 503 BLAKE2B b6c37204481a2deda014b3ec5f607c25f9345ca8dffffab299dfcde1656b2a863147c8395cd0acf9a26c4dd61818ae3512ae0f5fccdcc8c1a4d52ca29fcf0498 SHA512 6ae3361a6d9e30bdfeca5fbca43f92ca5303a5c71c14e9eba7a835cd388abf2b62c68e3b66568ae32c49ce07c029c99140a66b9a7a0bb351312693e867ade1f8
MISC metadata.xml 333 BLAKE2B d1735f6673a0258eadd2d185548fba581c8613d4c8709e388bab630e81d9e835aa1fac22495b400a8db3e9895ba655e273657bd9329c9a9a8022c5bd7ada2f3e SHA512 503d8f740b27ef37b79be92c4652c60f49087634451e0d418da990c7b1f9c911aca461f2578e66e3e09f7db0588e57e304949a04b279fe782ead8222e1324a28
diff --git a/dev-util/gprof2dot/gprof2dot-2019.11.30.ebuild b/dev-util/gprof2dot/gprof2dot-2019.11.30.ebuild
index b1c471e71f2a..7cf8f6da8f61 100644
--- a/dev-util/gprof2dot/gprof2dot-2019.11.30.ebuild
+++ b/dev-util/gprof2dot/gprof2dot-2019.11.30.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
PYTHON_REQ_USE='xml'
DISTUTILS_USE_SETUPTOOLS=rdepend
@@ -19,9 +19,5 @@ LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}"
-DEPEND="${RDEPEND}"
S="${WORKDIR}"/${MY_P}