From ae57f65f868cd9eb31a3e50623f16729cf35a042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Fri, 12 Jan 2024 22:41:04 +0100 Subject: [PATCH] app-emacs/websocket: mark tests as needing network MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/912701 Signed-off-by: Maciej Barć --- app-emacs/websocket/websocket-1.14_p20230305.ebuild | 4 +++- app-emacs/websocket/websocket-1.15.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app-emacs/websocket/websocket-1.14_p20230305.ebuild b/app-emacs/websocket/websocket-1.14_p20230305.ebuild index ac6e25d395cda..acd9a398614ee 100644 --- a/app-emacs/websocket/websocket-1.14_p20230305.ebuild +++ b/app-emacs/websocket/websocket-1.14_p20230305.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,6 +16,8 @@ S="${WORKDIR}"/emacs-${PN}-${COMMIT} LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" +PROPERTIES="test_network" +RESTRICT="test" DOCS=( README.org websocket-functional-test.el testserver.py ) SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/websocket/websocket-1.15.ebuild b/app-emacs/websocket/websocket-1.15.ebuild index 9fb39e72393c1..3ee322f303255 100644 --- a/app-emacs/websocket/websocket-1.15.ebuild +++ b/app-emacs/websocket/websocket-1.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,6 +25,8 @@ fi LICENSE="GPL-3+" SLOT="0" +PROPERTIES="test_network" +RESTRICT="test" DOCS=( README.org ) SITEFILE="50${PN}-gentoo.el"