summaryrefslogtreecommitdiff
path: root/kde-frameworks/kpeople/kpeople-5.50.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/kpeople/kpeople-5.50.0.ebuild')
-rw-r--r--kde-frameworks/kpeople/kpeople-5.50.0.ebuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/kde-frameworks/kpeople/kpeople-5.50.0.ebuild b/kde-frameworks/kpeople/kpeople-5.50.0.ebuild
index 9752db2519a4..5561061d271b 100644
--- a/kde-frameworks/kpeople/kpeople-5.50.0.ebuild
+++ b/kde-frameworks/kpeople/kpeople-5.50.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ DESCRIPTION="KDE contact person abstraction library"
HOMEPAGE="https://cgit.kde.org/kpeople.git"
LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
IUSE=""
DEPEND="
@@ -31,8 +31,11 @@ RDEPEND="${DEPEND}
"
src_test() {
- # bug: 612504
- local myctestargs=( -j1 )
+ # personsmodeltest segfaults, bug 668192
+ local myctestargs=(
+ -j1
+ -E "(persondatatest)"
+ )
kde5_src_test
}