commit: 48b7aceb17ba1d4375cf52b59787be9323c66185 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Jun 20 20:22:38 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Jun 20 20:28:19 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=48b7aceb
kde-plasma/plasma-thunderbolt: Tests require DBus Closes: https://bugs.gentoo.org/728934 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.49.9999.ebuild | 3 +++ kde-plasma/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.49.9999.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.49.9999.ebuild index f3c1f86b9f..259260a571 100644 --- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.49.9999.ebuild +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.49.9999.ebuild @@ -31,3 +31,6 @@ DEPEND=" RDEPEND="${DEPEND} sys-apps/bolt " + +# tests require DBus +RESTRICT+=" test" diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild index 8ea9087dee..936f7b1401 100644 --- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild @@ -31,3 +31,6 @@ DEPEND=" RDEPEND="${DEPEND} sys-apps/bolt " + +# tests require DBus +RESTRICT+=" test"
