mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-frameworks/kimageformats: Disable test unconditionally
Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
@@ -35,14 +35,8 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_test() {
|
||||
local myctestargs
|
||||
|
||||
# bug: 634426
|
||||
if ! has_version >=dev-qt/qtcore-5.9.4; then
|
||||
myctestargs+=(
|
||||
-E "(kimageformats-read-xcf)"
|
||||
)
|
||||
fi
|
||||
local myctestargs=( -E "(kimageformats-read-xcf)" )
|
||||
|
||||
kde5_src_test
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user