summaryrefslogtreecommitdiff
path: root/sys-libs/talloc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-31 18:57:01 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-31 18:57:01 +0000
commit69051588e2f955485fe5d45d45e616bc60a2de57 (patch)
treeef8699cca7ce3773b1de747b167ceeacdc60cb92 /sys-libs/talloc
parentd7ed2b01311f15ba54fe8ea872aab7d59ab2b193 (diff)
gentoo resync : 31.01.2021
Diffstat (limited to 'sys-libs/talloc')
-rw-r--r--sys-libs/talloc/Manifest4
-rw-r--r--sys-libs/talloc/talloc-2.3.1.ebuild2
-rw-r--r--sys-libs/talloc/talloc-2.3.2.ebuild2
3 files changed, 4 insertions, 4 deletions
diff --git a/sys-libs/talloc/Manifest b/sys-libs/talloc/Manifest
index 3ff2f7ce7f22..fdbf1b733da7 100644
--- a/sys-libs/talloc/Manifest
+++ b/sys-libs/talloc/Manifest
@@ -1,5 +1,5 @@
DIST talloc-2.3.1.tar.gz 638878 BLAKE2B 3d014a47639434c65f5dda2c51da3c6c28d5d60dbc9afdaca27b8ec903cde3433a8fa4ca33305750ff60911f7e43171d0d932d98c2d30ea38494aa532d6d9626 SHA512 064fc39a9aaace6e0209f3251c8ff198d8a318b4cf4198006ff9892ca6e15e7d817b2fda43e0444fbbf04d2c3e70d06523dff5d57cbb796d27317ef4759e062e
DIST talloc-2.3.2.tar.gz 661344 BLAKE2B 957eedc4a367051cb99fa4d2edb8e778de8e0187bb5c0d84a1afef20aab122a8b7310d10c694e15ddd6a0a45194889fe3d26dae0ceb8e406d51512af95a23014 SHA512 c851a6f43025720453a3bff8734bfcfff0e29fb7cf2ffcc6c03b6ab8589098daf01d668deec61aa2f238d4df3eb3c47bd080e26eec760cf04a70e1afcad5c5e1
-EBUILD talloc-2.3.1.ebuild 3433 BLAKE2B c70cbb8fcf2db5ae76db3415f345c0fad0c621a3d7373d49aeb7c9dd6b056cbca4c94f867d93706783c6d8679df50ecfa05843d4cb7024d88b5575ed82e6f989 SHA512 7ae775474ab1626ce8b322f476dab78e5c9bd3bc15924a0e4084aed4d29d21252ee68022fde17e194c5fd6f864265b803f2a63ba1fbfbb2d464f819b254e7b3c
-EBUILD talloc-2.3.2.ebuild 3441 BLAKE2B b14fc226281d1007ec1d850394de274fb57f4362113be05dab6279ceadb7d629e19d7b5dfbf2962f1c502a336f305d1806acdfb4fd29744eed72187e4578dac7 SHA512 7752a7395025454f2d04961f468fd340757c4392f9c560c7e919dae643aea8ecc77e29ff68774dc67f02bd215b5e0ccecd437bdab2b87c4c9c26b5f69556a1ae
+EBUILD talloc-2.3.1.ebuild 3433 BLAKE2B 867d9fa020daacf98a59f80cc05ff6caafe4d44435a4ef7a32c2967fcb4e2a89ad944afd9b29688221f98272b9bd5b6dcb398dd76427716be622461a5b908473 SHA512 b0622dd96fbb4135ee23ba8182cb7534741cb146e507b5092eb553803680f3b1764cd1fdfaf9a111812e7a655bea059fc302d8657a143971bc4a07d030b4ade4
+EBUILD talloc-2.3.2.ebuild 3441 BLAKE2B 119d39cbd8a8805c25512f9b7da82f6b051e886ea5514157c7aa164deb93d20d81c1de0ea1d6cfa8e70cee8c7f33607a7cb78f8af04e1f458e9aeec2b3351b01 SHA512 fdb895679723043d8d96fc44f23ede5e2392ba30635071cacaa0f6bbbf59f5cf296fd7902836993519ffdb43b810305b368ccbf33434850917447233ac5e7ce2
MISC metadata.xml 439 BLAKE2B 06eae26083fdab237958e15ac7e59ae728e1741eef080e2dbd47a9725a88f9120bfd03bcd98ec32a84bf8ee69d5721c7f3978c2c11d018136647d8f1778a1ab8 SHA512 e583aa7aa9a641067b3b38bf398ad6266980ee961e11d81b5d7c6d32cb8948879e27777a33a72376f79beca6f71aa79613db65049e6a1221922869239de9ccf3
diff --git a/sys-libs/talloc/talloc-2.3.1.ebuild b/sys-libs/talloc/talloc-2.3.1.ebuild
index 849ee66f4691..7d87968f3927 100644
--- a/sys-libs/talloc/talloc-2.3.1.ebuild
+++ b/sys-libs/talloc/talloc-2.3.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_COMPAT=( python3_{7..9} )
PYTHON_REQ_USE="threads(+)"
inherit waf-utils python-single-r1 multilib multilib-minimal
diff --git a/sys-libs/talloc/talloc-2.3.2.ebuild b/sys-libs/talloc/talloc-2.3.2.ebuild
index a23a7b739953..977354e2fcd6 100644
--- a/sys-libs/talloc/talloc-2.3.2.ebuild
+++ b/sys-libs/talloc/talloc-2.3.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_COMPAT=( python3_{7..9} )
PYTHON_REQ_USE="threads(+)"
inherit waf-utils python-single-r1 multilib multilib-minimal