From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 929E7158087 for ; Sat, 11 Dec 2021 19:10:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 009F7E07C7; Sat, 11 Dec 2021 19:10:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6669E07B2 for ; Sat, 11 Dec 2021 19:10:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3A4134357D for ; Sat, 11 Dec 2021 19:10:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77D4E236 for ; Sat, 11 Dec 2021 19:10:27 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1639249809.619d2ccedd2515ddec4c0d996e2bcae7a01af6a9.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numexpr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/numexpr/numexpr-2.8.0.ebuild X-VCS-Directories: dev-python/numexpr/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 619d2ccedd2515ddec4c0d996e2bcae7a01af6a9 X-VCS-Branch: master Date: Sat, 11 Dec 2021 19:10:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 90c9042e-2971-412c-9910-d003adc95a0e X-Archives-Hash: 9cda8bc597dc970fd09f03ad28d466f1 commit: 619d2ccedd2515ddec4c0d996e2bcae7a01af6a9 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Dec 11 18:56:37 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Dec 11 19:10:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=619d2cce dev-python/numexpr: fix quotes Signed-off-by: Arthur Zamarin gentoo.org> dev-python/numexpr/numexpr-2.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/numexpr/numexpr-2.8.0.ebuild b/dev-python/numexpr/numexpr-2.8.0.ebuild index a456aa137930..996ad208a7c7 100644 --- a/dev-python/numexpr/numexpr-2.8.0.ebuild +++ b/dev-python/numexpr/numexpr-2.8.0.ebuild @@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~a DEPEND=" >=dev-python/numpy-1.6[${PYTHON_USEDEP}] " -RDEPEND=${DEPEND} +RDEPEND="${DEPEND}" python_test() { pushd "${BUILD_DIR}"/lib >/dev/null || die