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 56FE615808E for ; Wed, 27 Apr 2022 02:11:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 221A3E07D1; Wed, 27 Apr 2022 02:11:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B223FE07D1 for ; Wed, 27 Apr 2022 02:10:59 +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 7387034176C for ; Wed, 27 Apr 2022 02:10:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0E29177 for ; Wed, 27 Apr 2022 02:10:56 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1651025443.b2233c3c6771dcb936dbfdfe2605153e07c80400.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/elixir-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/elixir-mode/elixir-mode-2.3.2_p20220314.ebuild X-VCS-Directories: app-emacs/elixir-mode/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: b2233c3c6771dcb936dbfdfe2605153e07c80400 X-VCS-Branch: master Date: Wed, 27 Apr 2022 02:10:56 +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: 8b885bc9-4e56-49ac-8cbd-1060978774e6 X-Archives-Hash: cd62098ac5fed385cf1fc398ed2ab539 commit: b2233c3c6771dcb936dbfdfe2605153e07c80400 Author: Maciej Barć gentoo org> AuthorDate: Wed Apr 27 02:10:43 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Wed Apr 27 02:10:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2233c3c app-emacs/elixir-mode: undercover tests not available in snapshot were in v2.0.2 Signed-off-by: Maciej Barć gentoo.org> app-emacs/elixir-mode/elixir-mode-2.3.2_p20220314.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-emacs/elixir-mode/elixir-mode-2.3.2_p20220314.ebuild b/app-emacs/elixir-mode/elixir-mode-2.3.2_p20220314.ebuild index 4d2f028027d2..82a834e2aec9 100644 --- a/app-emacs/elixir-mode/elixir-mode-2.3.2_p20220314.ebuild +++ b/app-emacs/elixir-mode/elixir-mode-2.3.2_p20220314.ebuild @@ -23,7 +23,6 @@ RESTRICT="!test? ( test )" BDEPEND=" test? ( app-emacs/ert-runner - app-emacs/undercover dev-lang/elixir ) "