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 8875F158094 for ; Tue, 21 Jun 2022 20:38:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B96F2E0101; Tue, 21 Jun 2022 20:38:44 +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 9EE74E0101 for ; Tue, 21 Jun 2022 20:38:44 +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 A16823418A1 for ; Tue, 21 Jun 2022 20:38:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AD0A3C3 for ; Tue, 21 Jun 2022 20:38:32 +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: <1655843571.a4044d1f67a0038493894d9f68208fa457fa900d.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/compat/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/compat/compat-28.1.1.3.ebuild X-VCS-Directories: app-emacs/compat/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a4044d1f67a0038493894d9f68208fa457fa900d X-VCS-Branch: master Date: Tue, 21 Jun 2022 20:38:32 +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: 1172976d-9b0b-4451-a6a0-6c58930d6a3e X-Archives-Hash: 7fc3d85bc25489049d7d0d1188d81492 commit: a4044d1f67a0038493894d9f68208fa457fa900d Author: Ulrich Müller gentoo org> AuthorDate: Tue Jun 21 20:27:37 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Jun 21 20:32:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4044d1f app-emacs/compat: Don't die when the installed Emacs doesn't support tests There's no perfect solution here, but we don't want to override the user's choice of Emacs' USE flags just for running tests. Signed-off-by: Ulrich Müller gentoo.org> app-emacs/compat/compat-28.1.1.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/compat/compat-28.1.1.3.ebuild b/app-emacs/compat/compat-28.1.1.3.ebuild index 0f484b68b268..8a61c3a356a2 100644 --- a/app-emacs/compat/compat-28.1.1.3.ebuild +++ b/app-emacs/compat/compat-28.1.1.3.ebuild @@ -34,9 +34,9 @@ src_test() { done <<-EOF Your current Emacs version does not support native JSON parsing, which is required for running tests of ${CATEGORY}/${PN}. - Use "eselect emacs" to select an Emacs version with such feature. + Emerge >=app-editors/emacs-27 with USE="json" and use "eselect emacs" + to select that version. EOF - die "Unable to run tests, missing \">=app-editors/emacs-27.2[json]\"." else emake test fi