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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 57E6A15838C for ; Sat, 20 Jan 2024 20:45:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96E70E29B4; Sat, 20 Jan 2024 20:45:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 784CCE29A4 for ; Sat, 20 Jan 2024 20:45:20 +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 8F23634325D for ; Sat, 20 Jan 2024 20:45:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F03B4BC4 for ; Sat, 20 Jan 2024 20:45:17 +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: <1705783512.e0330d3cfea87dd9461e2c4ab2c12ce0c05e21dd.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/org-roam/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/org-roam/org-roam-2.2.2-r1.ebuild app-emacs/org-roam/org-roam-9999.ebuild X-VCS-Directories: app-emacs/org-roam/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: e0330d3cfea87dd9461e2c4ab2c12ce0c05e21dd X-VCS-Branch: master Date: Sat, 20 Jan 2024 20:45:17 +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: 0485fdfe-b42d-4c7c-8bee-1ce4d32a21dd X-Archives-Hash: 7ba6787f02c2b0a51d6381628b1a6c9e commit: e0330d3cfea87dd9461e2c4ab2c12ce0c05e21dd Author: Maciej Barć gentoo org> AuthorDate: Sat Jan 20 18:20:06 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat Jan 20 20:45:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0330d3c app-emacs/org-roam: use elisp-enable-tests for buttercup tests instead of default src_test phase finction Closes: https://bugs.gentoo.org/922349 Signed-off-by: Maciej Barć gentoo.org> app-emacs/org-roam/org-roam-2.2.2-r1.ebuild | 4 +++- app-emacs/org-roam/org-roam-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app-emacs/org-roam/org-roam-2.2.2-r1.ebuild b/app-emacs/org-roam/org-roam-2.2.2-r1.ebuild index df6ff714ea46..d4214ed1928c 100644 --- a/app-emacs/org-roam/org-roam-2.2.2-r1.ebuild +++ b/app-emacs/org-roam/org-roam-2.2.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -33,6 +33,8 @@ BDEPEND="${RDEPEND}" SITEFILE="50${PN}-gentoo.el" +elisp-enable-tests buttercup tests + src_install() { elisp-make-autoload-file elisp_src_install diff --git a/app-emacs/org-roam/org-roam-9999.ebuild b/app-emacs/org-roam/org-roam-9999.ebuild index df6ff714ea46..d4214ed1928c 100644 --- a/app-emacs/org-roam/org-roam-9999.ebuild +++ b/app-emacs/org-roam/org-roam-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -33,6 +33,8 @@ BDEPEND="${RDEPEND}" SITEFILE="50${PN}-gentoo.el" +elisp-enable-tests buttercup tests + src_install() { elisp-make-autoload-file elisp_src_install