diff options
Diffstat (limited to 'kde-frameworks')
-rw-r--r-- | kde-frameworks/kpackage/kpackage-5.88.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kde-frameworks/kpackage/kpackage-5.88.0.ebuild b/kde-frameworks/kpackage/kpackage-5.88.0.ebuild index f49451a2fa7a..6441dc5dc4ca 100644 --- a/kde-frameworks/kpackage/kpackage-5.88.0.ebuild +++ b/kde-frameworks/kpackage/kpackage-5.88.0.ebuild @@ -33,7 +33,8 @@ src_configure() { } src_test() { - #bug 650214 - local myctestargs=( -E "(plasma-plasmoidpackagetest)" ) + # plasma-plasmoidpackagetest bug 650214 + # testpackage-appstream requires network access + local myctestargs=( -E "(plasma-plasmoidpackagetest|testpackage-appstream)" ) ecm_src_test } |