commit: 04b7e40f10f430595a0a6bc38c86f3047e20397e Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Wed Feb 9 16:24:53 2022 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Wed Feb 9 16:24:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04b7e40f
mail-mta/protonmail-bridge-2.1.0: set PROPERTIES=test_network Will eventually get to filtering out the tests which require Internet access but for now do it this way, it's already an improvement over the pre-2.0.0 issue of being unable to run src_test at all. Closes: https://bugs.gentoo.org/832977 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> mail-mta/protonmail-bridge/protonmail-bridge-2.1.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mail-mta/protonmail-bridge/protonmail-bridge-2.1.0.ebuild b/mail-mta/protonmail-bridge/protonmail-bridge-2.1.0.ebuild index 351872198daf..3dc957449560 100644 --- a/mail-mta/protonmail-bridge/protonmail-bridge-2.1.0.ebuild +++ b/mail-mta/protonmail-bridge/protonmail-bridge-2.1.0.ebuild @@ -661,6 +661,10 @@ SLOT="0" KEYWORDS="~amd64" IUSE="gui" +# Quite a few tests require Internet access +PROPERTIES="test_network" +RESTRICT="test" + RDEPEND="app-crypt/libsecret" DEPEND="${RDEPEND}"
