commit: 0da4a16e32d7a698b1797740261a9701f93930f1 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Sun Jul 19 09:01:32 2020 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Sun Jul 19 09:04:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0da4a16e
dev-cpp/glibmm: fix tests with network-sandbox Closes: https://bugs.gentoo.org/729608 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> dev-cpp/glibmm/glibmm-2.64.2.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-cpp/glibmm/glibmm-2.64.2.ebuild b/dev-cpp/glibmm/glibmm-2.64.2.ebuild index cd2837434f0..cfc31c8cd11 100644 --- a/dev-cpp/glibmm/glibmm-2.64.2.ebuild +++ b/dev-cpp/glibmm/glibmm-2.64.2.ebuild @@ -33,6 +33,9 @@ BDEPEND=" src_prepare() { default + # giomm_tls_client requires FEATURES=-network-sandbox and glib-networking rdep + sed -i -e '/giomm_tls_client/d' tests/meson.build || die + if ! use test; then sed -i -e "/^subdir('tests')/d" meson.build || die fi
