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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B2071382C5 for ; Tue, 2 Mar 2021 00:41:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0DF7E089A; Tue, 2 Mar 2021 00:41:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8C18E089A for ; Tue, 2 Mar 2021 00:41:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83A73340E31 for ; Tue, 2 Mar 2021 00:41:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35AD646B for ; Tue, 2 Mar 2021 00:41:12 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1614645669.911d0b4f7fcb92bc31ffc5730e2425c88349ad9f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zstandard/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/zstandard/zstandard-0.15.1.ebuild dev-python/zstandard/zstandard-0.15.2.ebuild X-VCS-Directories: dev-python/zstandard/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 911d0b4f7fcb92bc31ffc5730e2425c88349ad9f X-VCS-Branch: master Date: Tue, 2 Mar 2021 00:41:12 +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: ed13ebdb-361c-4995-bfbc-42382777e86b X-Archives-Hash: aa0006cf2219d26292ddfac8b1544574 commit: 911d0b4f7fcb92bc31ffc5730e2425c88349ad9f Author: Michał Górny gentoo org> AuthorDate: Tue Mar 2 00:40:11 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 2 00:41:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=911d0b4f dev-python/zstandard: Add missing app-arch/zstd:= dep Signed-off-by: Michał Górny gentoo.org> dev-python/zstandard/zstandard-0.15.1.ebuild | 4 +++- dev-python/zstandard/zstandard-0.15.2.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-python/zstandard/zstandard-0.15.1.ebuild b/dev-python/zstandard/zstandard-0.15.1.ebuild index ebdd50617be..605c6dd344a 100644 --- a/dev-python/zstandard/zstandard-0.15.1.ebuild +++ b/dev-python/zstandard/zstandard-0.15.1.ebuild @@ -15,7 +15,9 @@ SLOT="0" LICENSE="BSD" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -RDEPEND=" +DEPEND=" + app-arch/zstd:=" +RDEPEND="${DEPEND} $(python_gen_cond_dep '>=dev-python/cffi-1.14.0-r2:=[${PYTHON_USEDEP}]' 'python*') " BDEPEND=" diff --git a/dev-python/zstandard/zstandard-0.15.2.ebuild b/dev-python/zstandard/zstandard-0.15.2.ebuild index ebdd50617be..605c6dd344a 100644 --- a/dev-python/zstandard/zstandard-0.15.2.ebuild +++ b/dev-python/zstandard/zstandard-0.15.2.ebuild @@ -15,7 +15,9 @@ SLOT="0" LICENSE="BSD" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -RDEPEND=" +DEPEND=" + app-arch/zstd:=" +RDEPEND="${DEPEND} $(python_gen_cond_dep '>=dev-python/cffi-1.14.0-r2:=[${PYTHON_USEDEP}]' 'python*') " BDEPEND="