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 0DF68158064 for ; Mon, 6 May 2024 04:39:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53F5CE29E0; Mon, 6 May 2024 04:39:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 3B616E29E0 for ; Mon, 6 May 2024 04:39:49 +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 84502343176 for ; Mon, 6 May 2024 04:39:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2642315FA for ; Mon, 6 May 2024 04:39:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1714970366.46c037e3f73d1b9d19c996d091c2f8b2d6fc5812.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/stardict.eclass X-VCS-Directories: eclass/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 46c037e3f73d1b9d19c996d091c2f8b2d6fc5812 X-VCS-Branch: master Date: Mon, 6 May 2024 04:39:47 +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: 2aa56846-2207-4fbb-817c-089019b4f6d9 X-Archives-Hash: db1ff3cba0d234cd5d689e3038ee6f7a commit: 46c037e3f73d1b9d19c996d091c2f8b2d6fc5812 Author: Eli Schwartz gmail com> AuthorDate: Sun May 5 20:57:36 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 6 04:39:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c037e3 stardict.eclass: stop optionally depending on stardict Since commit cb140e2e6bf42b5ca7f88f53afd2806c252a6ac4 it hasn't been available and was in fact removed for being completely dead. There's no real point in asking for it in the eclass. Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> eclass/stardict.eclass | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/eclass/stardict.eclass b/eclass/stardict.eclass index b69310c7cb18..bd7080ea1229 100644 --- a/eclass/stardict.eclass +++ b/eclass/stardict.eclass @@ -56,10 +56,7 @@ SLOT="0" IUSE="+zlib" BDEPEND=" - || ( - >=app-text/stardict-2.4.2 - app-text/sdcv - ) + app-text/sdcv zlib? ( app-arch/gzip app-text/dictd