commit: ae57f65f868cd9eb31a3e50623f16729cf35a042 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Fri Jan 12 21:41:04 2024 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Fri Jan 12 23:22:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae57f65f
app-emacs/websocket: mark tests as needing network Closes: https://bugs.gentoo.org/912701 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> 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 ac6e25d395cd..acd9a398614e 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 9fb39e72393c..3ee322f30325 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"
