# Copyright 1999-2024 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Unified Parallel and Distributed... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/future_1.33.2.tar.gz" LICENSE='LGPL-2.1+' IUSE="${IUSE-} r_suggests_markdown r_suggests_r_rsp r_suggests_rhpcblasctl" R_SUGGESTS=" r_suggests_markdown? ( sci-CRAN/markdown ) r_suggests_r_rsp? ( sci-CRAN/R_rsp ) r_suggests_rhpcblasctl? ( sci-CRAN/RhpcBLASctl ) " DEPEND=">=sci-CRAN/parallelly-1.34.0 sci-CRAN/digest >=sci-CRAN/globals-0.16.1 >=sci-CRAN/listenv-0.8.0 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"