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 5B03915808B for ; Wed, 16 Feb 2022 11:36:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84AFEE0794; Wed, 16 Feb 2022 11:36:21 +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 654B6E0794 for ; Wed, 16 Feb 2022 11:36: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06168342C97 for ; Wed, 16 Feb 2022 11:36:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33DDC2D7 for ; Wed, 16 Feb 2022 11:36: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: <1645011372.1538b1eb3ea55e35909a4e2621d7fc366d80d963.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/markdown-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/markdown-mode/markdown-mode-2.5.ebuild X-VCS-Directories: app-emacs/markdown-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 1538b1eb3ea55e35909a4e2621d7fc366d80d963 X-VCS-Branch: master Date: Wed, 16 Feb 2022 11:36: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: c18556db-44f1-4674-b311-29a6d8560296 X-Archives-Hash: f53210a7272ed0772b862431b3a255dd commit: 1538b1eb3ea55e35909a4e2621d7fc366d80d963 Author: Ulrich Müller gentoo org> AuthorDate: Wed Feb 16 11:35:44 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Feb 16 11:36:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1538b1eb app-emacs/markdown-mode: Add test dependency on English dictionary Closes: https://bugs.gentoo.org/833463 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/markdown-mode/markdown-mode-2.5.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-emacs/markdown-mode/markdown-mode-2.5.ebuild b/app-emacs/markdown-mode/markdown-mode-2.5.ebuild index 6fbdac47a46a..ccc41dbe1ba0 100644 --- a/app-emacs/markdown-mode/markdown-mode-2.5.ebuild +++ b/app-emacs/markdown-mode/markdown-mode-2.5.ebuild @@ -21,7 +21,10 @@ RDEPEND="|| ( dev-python/markdown2 dev-python/markdown )" -BDEPEND="test? ( app-text/pandoc )" +BDEPEND="test? ( + app-text/pandoc + || ( app-text/aspell[l10n_en] app-text/hunspell[l10n_en] ) +)" PATCHES=( "${FILESDIR}"/${PN}-2.5-markdown-command.patch