commit: 9a9883c244fdf65103086300352d90031ab63339 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Mon Apr 3 16:39:11 2023 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Tue Apr 18 00:35:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a9883c2
app-emacs/fsharp-mode: use elisp-enable-tests Bug: https://bugs.gentoo.org/898492 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/fsharp-mode/fsharp-mode-2.0.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/app-emacs/fsharp-mode/fsharp-mode-2.0.ebuild b/app-emacs/fsharp-mode/fsharp-mode-2.0.ebuild index 045c0e44c4df..dab6caca9f4b 100644 --- a/app-emacs/fsharp-mode/fsharp-mode-2.0.ebuild +++ b/app-emacs/fsharp-mode/fsharp-mode-2.0.ebuild @@ -14,15 +14,9 @@ S="${WORKDIR}"/emacs-${P} LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND="test? ( app-emacs/buttercup )" DOCS=( CHANGELOG.md README.org ) ELISP_REMOVE="eglot-fsharp.el test/integration-tests.el" SITEFILE="50${PN}-gentoo.el" -src_test() { - buttercup -L . -L test --traceback full || die -} +elisp-enable-tests buttercup test
