commit:     f025d8468665be84eeb8d4c401aa6e6ea6a98fb4
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 10 13:54:54 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Aug 10 13:55:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f025d846

kde-frameworks/attica: disable test that requires network access

Closes: https://bugs.gentoo.org/661230
Package-Manager: Portage-2.3.44, Repoman-2.3.10

 kde-frameworks/attica/attica-5.48.0.ebuild | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/kde-frameworks/attica/attica-5.48.0.ebuild 
b/kde-frameworks/attica/attica-5.48.0.ebuild
index d88c4abe8df..14dfce7de97 100644
--- a/kde-frameworks/attica/attica-5.48.0.ebuild
+++ b/kde-frameworks/attica/attica-5.48.0.ebuild
@@ -14,3 +14,12 @@ RDEPEND="
        $(add_qt_dep qtnetwork)
 "
 DEPEND="${RDEPEND}"
+
+src_test() {
+       # requires network access, bug #661230
+       local myctestargs=(
+               -E "(providertest)"
+       )
+
+       kde5_src_test
+}

Reply via email to