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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1D027158042 for ; Sat, 16 Nov 2024 17:40:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4E7EE0856; Sat, 16 Nov 2024 17:40:21 +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 C9C20E0856 for ; Sat, 16 Nov 2024 17:40:21 +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 CBCF2342FAE for ; Sat, 16 Nov 2024 17:40:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DBC41F64 for ; Sat, 16 Nov 2024 17:40:18 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1731778793.9f10db6a9274fd0734fa759f8dbe8d522e55701d.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/fedi/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/fedi/fedi-0.2.ebuild X-VCS-Directories: app-emacs/fedi/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 9f10db6a9274fd0734fa759f8dbe8d522e55701d X-VCS-Branch: master Date: Sat, 16 Nov 2024 17:40:18 +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: f8ad9a0f-4b9d-4581-a337-492be92ad2fa X-Archives-Hash: 259260ab76f2a0d08f1ce0c3985b0626 commit: 9f10db6a9274fd0734fa759f8dbe8d522e55701d Author: Ulrich Müller gentoo org> AuthorDate: Sat Nov 16 17:38:04 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Nov 16 17:39:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f10db6a app-emacs/fedi: Fix use-dependency on json flag Signed-off-by: Ulrich Müller gentoo.org> app-emacs/fedi/fedi-0.2.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app-emacs/fedi/fedi-0.2.ebuild b/app-emacs/fedi/fedi-0.2.ebuild index 2a89507c0b2c..951366b0f50c 100644 --- a/app-emacs/fedi/fedi-0.2.ebuild +++ b/app-emacs/fedi/fedi-0.2.ebuild @@ -26,11 +26,8 @@ LICENSE="GPL-3+" SLOT="0" RDEPEND=" + >=app-editors/emacs-${NEED_EMACS}[json(+)] app-emacs/markdown-mode - || ( - >=app-editors/emacs-31.0 - >=app-editors/emacs-${NEED_EMACS}[json] - ) " BDEPEND=" ${RDEPEND}