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 16901158041 for ; Mon, 1 Apr 2024 19:45:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5688CE2A6C; Mon, 1 Apr 2024 19:45:45 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36226E2A6C for ; Mon, 1 Apr 2024 19:45:45 +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 E9E2D343201 for ; Mon, 1 Apr 2024 19:45:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43D0F135C for ; Mon, 1 Apr 2024 19:45:42 +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: <1712000732.4a7fda661b62e6a649e1b8fb59fef059308e0e88.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/osm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/osm/osm-1.2.ebuild app-emacs/osm/osm-1.3.ebuild app-emacs/osm/osm-9999.ebuild X-VCS-Directories: app-emacs/osm/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 4a7fda661b62e6a649e1b8fb59fef059308e0e88 X-VCS-Branch: master Date: Mon, 1 Apr 2024 19:45:42 +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: 1706e3a2-d85b-4504-a54b-c489eb0de6d3 X-Archives-Hash: 9dda8303103cb03db183b7063cf3670f commit: 4a7fda661b62e6a649e1b8fb59fef059308e0e88 Author: Ulrich Müller gentoo org> AuthorDate: Mon Apr 1 19:44:25 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Apr 1 19:45:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7fda66 app-emacs/osm: add use-dependency default on emacs[json(+)] Signed-off-by: Ulrich Müller gentoo.org> app-emacs/osm/osm-1.2.ebuild | 2 +- app-emacs/osm/osm-1.3.ebuild | 2 +- app-emacs/osm/osm-9999.ebuild | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-emacs/osm/osm-1.2.ebuild b/app-emacs/osm/osm-1.2.ebuild index 2a2067bc77a5..d690692e0ba7 100644 --- a/app-emacs/osm/osm-1.2.ebuild +++ b/app-emacs/osm/osm-1.2.ebuild @@ -23,7 +23,7 @@ LICENSE="GPL-3+" SLOT="0" BDEPEND=" - >=app-editors/emacs-${NEED_EMACS}:*[jpeg,json,libxml2,png,svg] + >=app-editors/emacs-${NEED_EMACS}:*[jpeg,json(+),libxml2,png,svg] >=app-emacs/compat-29.1.4.0 " RDEPEND=" diff --git a/app-emacs/osm/osm-1.3.ebuild b/app-emacs/osm/osm-1.3.ebuild index 2a2067bc77a5..d690692e0ba7 100644 --- a/app-emacs/osm/osm-1.3.ebuild +++ b/app-emacs/osm/osm-1.3.ebuild @@ -23,7 +23,7 @@ LICENSE="GPL-3+" SLOT="0" BDEPEND=" - >=app-editors/emacs-${NEED_EMACS}:*[jpeg,json,libxml2,png,svg] + >=app-editors/emacs-${NEED_EMACS}:*[jpeg,json(+),libxml2,png,svg] >=app-emacs/compat-29.1.4.0 " RDEPEND=" diff --git a/app-emacs/osm/osm-9999.ebuild b/app-emacs/osm/osm-9999.ebuild index e18c2dbd3553..73c6ce8e6554 100644 --- a/app-emacs/osm/osm-9999.ebuild +++ b/app-emacs/osm/osm-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,7 +23,7 @@ LICENSE="GPL-3+" SLOT="0" BDEPEND=" - >=app-editors/emacs-${NEED_EMACS}:*[jpeg,json,libxml2,png,svg] + >=app-editors/emacs-${NEED_EMACS}:*[jpeg,json(+),libxml2,png,svg] >=app-emacs/compat-29.1.4.0 " RDEPEND="