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 18C1B15814C for ; Thu, 2 Nov 2023 09:21:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 534202BC02E; Thu, 2 Nov 2023 09:21:43 +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 2BB622BC02A for ; Thu, 2 Nov 2023 09:21:43 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6CA88335D1C for ; Thu, 2 Nov 2023 09:21:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA6CBAA9 for ; Thu, 2 Nov 2023 09:21:40 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1698890257.be32aad09bceb8c7cde52bf15277041f2a026829.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: www-apps/whoogle-search/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-apps/whoogle-search/whoogle-search-0.8.4.ebuild X-VCS-Directories: www-apps/whoogle-search/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: be32aad09bceb8c7cde52bf15277041f2a026829 X-VCS-Branch: master Date: Thu, 2 Nov 2023 09:21: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: bd20d9b2-b8c6-41b5-bd37-8ce24a05c096 X-Archives-Hash: 386e3530c555ecaaf62ad76cb0a82b83 commit: be32aad09bceb8c7cde52bf15277041f2a026829 Author: Bailey Kasin gmail com> AuthorDate: Thu Nov 2 01:57:37 2023 +0000 Commit: Rui Huang gmail com> CommitDate: Thu Nov 2 01:57:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be32aad0 www-apps/whoogle-search: 0.8.4 add missing depend Signed-off-by: Bailey Kasin gmail.com> www-apps/whoogle-search/whoogle-search-0.8.4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www-apps/whoogle-search/whoogle-search-0.8.4.ebuild b/www-apps/whoogle-search/whoogle-search-0.8.4.ebuild index 3ee914a883..c419bbdc77 100644 --- a/www-apps/whoogle-search/whoogle-search-0.8.4.ebuild +++ b/www-apps/whoogle-search/whoogle-search-0.8.4.ebuild @@ -23,6 +23,7 @@ RDEPEND=" dev-python/python-dotenv[${PYTHON_USEDEP}] dev-python/defusedxml[${PYTHON_USEDEP}] dev-python/waitress[${PYTHON_USEDEP}] + dev-python/validators[${PYTHON_USEDEP}] app-arch/brotli[${PYTHON_USEDEP},python] net-libs/stem acct-user/whoogle @@ -44,4 +45,4 @@ src_install() { doins ${FILESDIR}/whoogle.conf systemd_dounit ${FILESDIR}/whoogle.service -} \ No newline at end of file +}