summaryrefslogtreecommitdiff
path: root/kde-frameworks/sonnet/sonnet-5.57.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-05-18 00:10:51 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-05-18 00:10:51 +0100
commiteccb70a7f91b2d22582587f26d1a28bb31408b45 (patch)
tree3223e1fd54201bcf4ebecac6fbe87361cbe643e2 /kde-frameworks/sonnet/sonnet-5.57.0.ebuild
parenta2810985afabcc31d3eace5e61d8ea25b852ba17 (diff)
gentoo resync : 18.05.2019
Diffstat (limited to 'kde-frameworks/sonnet/sonnet-5.57.0.ebuild')
-rw-r--r--kde-frameworks/sonnet/sonnet-5.57.0.ebuild11
1 files changed, 10 insertions, 1 deletions
diff --git a/kde-frameworks/sonnet/sonnet-5.57.0.ebuild b/kde-frameworks/sonnet/sonnet-5.57.0.ebuild
index cc912eb777c3..20ef391ea73a 100644
--- a/kde-frameworks/sonnet/sonnet-5.57.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.57.0.ebuild
@@ -8,7 +8,7 @@ inherit kde5
DESCRIPTION="Framework for providing spell-checking through abstraction of popular backends"
LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
IUSE="aspell +hunspell nls"
BDEPEND="
@@ -30,3 +30,12 @@ src_configure() {
kde5_src_configure
}
+
+src_test() {
+ # bugs: 680032
+ local myctestargs=(
+ -E "(sonnet-test_settings|sonnet-test_highlighter)"
+ )
+
+ kde5_src_test
+}