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 2D55315800F for ; Fri, 6 Jan 2023 07:00:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38216E07A5; Fri, 6 Jan 2023 07:00:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B8ABE07A5 for ; Fri, 6 Jan 2023 07:00: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1195E340CC4 for ; Fri, 6 Jan 2023 07:00:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56DFD76D for ; Fri, 6 Jan 2023 07:00:53 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1672988416.b69fce7c086bbcd75177c14b1f909f91e6fcd437.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/pythonprop/pythonprop-0.30.1.ebuild X-VCS-Directories: sci-visualization/pythonprop/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: b69fce7c086bbcd75177c14b1f909f91e6fcd437 X-VCS-Branch: master Date: Fri, 6 Jan 2023 07:00:53 +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: bd38e936-a375-4eb4-80df-7a2021b4f22e X-Archives-Hash: 2568cd723876ea8b0b64022e2934f31f commit: b69fce7c086bbcd75177c14b1f909f91e6fcd437 Author: Thomas Beierlein gentoo org> AuthorDate: Fri Jan 6 06:59:13 2023 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Fri Jan 6 07:00:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b69fce7c sci-visualization/pythonprop: Drop not needed dep Signed-off-by: Thomas Beierlein gentoo.org> sci-visualization/pythonprop/pythonprop-0.30.1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sci-visualization/pythonprop/pythonprop-0.30.1.ebuild b/sci-visualization/pythonprop/pythonprop-0.30.1.ebuild index 55899af5d1bf..547d0c4a51b9 100644 --- a/sci-visualization/pythonprop/pythonprop-0.30.1.ebuild +++ b/sci-visualization/pythonprop/pythonprop-0.30.1.ebuild @@ -30,7 +30,6 @@ RDEPEND=" " DEPEND="${RDEPEND} app-text/yelp-tools - app-text/rarian " PATCHES=( "${FILESDIR}/${PN}-drop-portland.patch" )