From 9877ec6ae866ea500d69147b91c5e30208a0f63d Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 10 Jan 2021 00:28:21 +0100 Subject: sys-libs/talloc: EAPI-7 bump, minor cleanup Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner --- sys-libs/talloc/talloc-2.3.1.ebuild | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'sys-libs/talloc/talloc-2.3.1.ebuild') diff --git a/sys-libs/talloc/talloc-2.3.1.ebuild b/sys-libs/talloc/talloc-2.3.1.ebuild index b6befc83c907..849ee66f4691 100644 --- a/sys-libs/talloc/talloc-2.3.1.ebuild +++ b/sys-libs/talloc/talloc-2.3.1.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python3_{6..9} ) PYTHON_REQ_USE="threads(+)" - inherit waf-utils python-single-r1 multilib multilib-minimal DESCRIPTION="Samba talloc library" @@ -18,8 +17,10 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 s IUSE="compat +python" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +RESTRICT="test" -RDEPEND="!elibc_FreeBSD? ( +RDEPEND=" + !elibc_FreeBSD? ( !elibc_SunOS? ( !elibc_Darwin? ( dev-libs/libbsd[${MULTILIB_USEDEP}] @@ -27,16 +28,16 @@ RDEPEND="!elibc_FreeBSD? ( ) ) python? ( ${PYTHON_DEPS} ) - !!