diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-02-09 16:24:53 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-02-09 16:24:53 +0000 |
commit | 04b7e40f10f430595a0a6bc38c86f3047e20397e (patch) | |
tree | b0ae4e7ae8e0033e822e3892c94c0c6a1827d3f9 /mail-mta/protonmail-bridge | |
parent | dev-util/jenkins-bin: Bump (diff) | |
download | gentoo-04b7e40f10f430595a0a6bc38c86f3047e20397e.tar.gz gentoo-04b7e40f10f430595a0a6bc38c86f3047e20397e.tar.bz2 gentoo-04b7e40f10f430595a0a6bc38c86f3047e20397e.zip |
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@gentoo.org>
Diffstat (limited to 'mail-mta/protonmail-bridge')
-rw-r--r-- | mail-mta/protonmail-bridge/protonmail-bridge-2.1.0.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
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}" |