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 000BB15802F for ; Thu, 23 Feb 2023 09:24:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DD26E07D8; Thu, 23 Feb 2023 09:24:56 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1609FE07D8 for ; Thu, 23 Feb 2023 09:24:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E8238340C8A for ; Thu, 23 Feb 2023 09:24:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6339F8C8 for ; Thu, 23 Feb 2023 09:24:51 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1676962123.165b9e92ffae56c52db0ae45c9aa519469bc62bf.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/vocabsieve/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/vocabsieve/vocabsieve-0.10.1.ebuild X-VCS-Directories: app-misc/vocabsieve/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 165b9e92ffae56c52db0ae45c9aa519469bc62bf X-VCS-Branch: master Date: Thu, 23 Feb 2023 09:24:51 +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: 6a411030-87c9-4cb0-bcc8-945d541a5a21 X-Archives-Hash: 95c005483b6a47f0124eb93261186ca6 commit: 165b9e92ffae56c52db0ae45c9aa519469bc62bf Author: Shaoyu Tseng <1over137 anche no> AuthorDate: Tue Feb 21 06:48:43 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Tue Feb 21 06:48:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=165b9e92 app-misc/vocabsieve: fix dependency Signed-off-by: Shaoyu Tseng <1over137 anche.no> app-misc/vocabsieve/vocabsieve-0.10.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-misc/vocabsieve/vocabsieve-0.10.1.ebuild b/app-misc/vocabsieve/vocabsieve-0.10.1.ebuild index c742fe6ea..55bf95377 100644 --- a/app-misc/vocabsieve/vocabsieve-0.10.1.ebuild +++ b/app-misc/vocabsieve/vocabsieve-0.10.1.ebuild @@ -22,6 +22,7 @@ RDEPEND=" dev-python/lxml[${PYTHON_USEDEP}] dev-python/flask[${PYTHON_USEDEP}] dev-python/flask-sqlalchemy[${PYTHON_USEDEP}] + dev-python/pysubs2[${PYTHON_USEDEP}] dev-python/bidict[${PYTHON_USEDEP}] dev-python/pystardict[${PYTHON_USEDEP}] dev-python/pymorphy2[${PYTHON_USEDEP}]