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 3E7EE158088 for ; Wed, 12 Jan 2022 15:20:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 665E42BC032; Wed, 12 Jan 2022 15:20:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3A8F2BC032 for ; Wed, 12 Jan 2022 15:20:49 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DBB934326A for ; Wed, 12 Jan 2022 15:20:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D16629A for ; Wed, 12 Jan 2022 15:20:40 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1641850969.05800bc8ab5b96e444b9f5684841a2289dee01af.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-video/ffsubsync/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/ffsubsync/ffsubsync-0.4.20.ebuild X-VCS-Directories: media-video/ffsubsync/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 05800bc8ab5b96e444b9f5684841a2289dee01af X-VCS-Branch: master Date: Wed, 12 Jan 2022 15:20:40 +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: 3b71d455-6987-430a-b9c5-2ed3656a0a72 X-Archives-Hash: e2835e6987d1266c509eb19e150a8bc2 commit: 05800bc8ab5b96e444b9f5684841a2289dee01af Author: Nicola Smaniotto gmail com> AuthorDate: Mon Jan 10 21:42:11 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Jan 10 21:42:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=05800bc8 media-video/ffsubsync: fix 0.4.20 dependencies The package still needs the module "past" Closes: https://bugs.gentoo.org/830929 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Nicola Smaniotto gmail.com> media-video/ffsubsync/ffsubsync-0.4.20.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-video/ffsubsync/ffsubsync-0.4.20.ebuild b/media-video/ffsubsync/ffsubsync-0.4.20.ebuild index 10ea9c34a..f6478d6a1 100644 --- a/media-video/ffsubsync/ffsubsync-0.4.20.ebuild +++ b/media-video/ffsubsync/ffsubsync-0.4.20.ebuild @@ -18,6 +18,7 @@ RDEPEND=" dev-python/auditok[${PYTHON_USEDEP}] dev-python/cchardet[${PYTHON_USEDEP}] dev-python/ffmpeg-python[${PYTHON_USEDEP}] + dev-python/future[${PYTHON_USEDEP}] >=dev-python/numpy-1.12.0[${PYTHON_USEDEP}] >=dev-python/pysubs2-1.2.0[${PYTHON_USEDEP}] dev-python/rich[${PYTHON_USEDEP}]