From abaa75b10f899ada8dd05b23cc03205064394bc6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 22 Jan 2021 20:28:19 +0000 Subject: gentoo resync : 22.01.2021 --- sys-libs/talloc/Manifest | 2 +- sys-libs/talloc/talloc-2.3.1.ebuild | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'sys-libs/talloc') diff --git a/sys-libs/talloc/Manifest b/sys-libs/talloc/Manifest index b44f2d263d5c..2ffdd8b46229 100644 --- a/sys-libs/talloc/Manifest +++ b/sys-libs/talloc/Manifest @@ -1,3 +1,3 @@ DIST talloc-2.3.1.tar.gz 638878 BLAKE2B 3d014a47639434c65f5dda2c51da3c6c28d5d60dbc9afdaca27b8ec903cde3433a8fa4ca33305750ff60911f7e43171d0d932d98c2d30ea38494aa532d6d9626 SHA512 064fc39a9aaace6e0209f3251c8ff198d8a318b4cf4198006ff9892ca6e15e7d817b2fda43e0444fbbf04d2c3e70d06523dff5d57cbb796d27317ef4759e062e -EBUILD talloc-2.3.1.ebuild 3431 BLAKE2B bd7a22877aa80dc94a1db756b1377f96925b95a1bf90225402bd0081a81e004c73a2275da97a53cbd0128ea69332dd1cc7d85aeab09e48fa712f59551e8b39ba SHA512 7acda5f7387af1492a4bb63400af5eb932caa4a1d3985a94b949da49b26b39c003aa339ce628edc65b3e791f638750a78e24118ffe025d89c938c6ad8b503b41 +EBUILD talloc-2.3.1.ebuild 3422 BLAKE2B a778f2517e8c8388ffd639af16600f760e8ba94b8dd57238128314087c103b96958ace4198b9147c59ae900af5ff3325fed1e2e17ff148e0bff07462cff5c8f1 SHA512 83e12da8b50069cf335fde595b68d00f31c748062032c2d793b8dcacdd04b205d7eb818056d76f86be76bef55ad254478f08a06f0d03c1f2721b610bbf8eaf67 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 a1ea35754f4b..b6befc83c907 100644 --- a/sys-libs/talloc/talloc-2.3.1.ebuild +++ b/sys-libs/talloc/talloc-2.3.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{6..9} ) PYTHON_REQ_USE="threads(+)" inherit waf-utils python-single-r1 multilib multilib-minimal @@ -20,12 +20,12 @@ IUSE="compat +python" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="!elibc_FreeBSD? ( - !elibc_SunOS? ( - !elibc_Darwin? ( - dev-libs/libbsd[${MULTILIB_USEDEP}] - ) + !elibc_SunOS? ( + !elibc_Darwin? ( + dev-libs/libbsd[${MULTILIB_USEDEP}] ) ) + ) python? ( ${PYTHON_DEPS} ) !!