mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/gmime: run tests w/ -j1
This probably explains what I mentioned in 7cf1051144.
Per the upstream bug, the same GNUPG_HOME is used by two tests.
Bug: https://github.com/jstedfast/gmime/issues/177
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -66,6 +66,11 @@ src_compile() {
|
||||
fi
|
||||
}
|
||||
|
||||
src_test() {
|
||||
# -j1: https://github.com/jstedfast/gmime/issues/177
|
||||
emake -j1 check
|
||||
}
|
||||
|
||||
src_install() {
|
||||
gnome2_src_install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user