summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2017-09-11 23:54:02 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2017-09-11 23:55:17 +0200
commit49a752ec46cbcc5cfc39cf4e302d04087fba3ab4 (patch)
tree77080c42fdd3e64f62f8516030511cfc85345d84 /dev-libs/totem-pl-parser/totem-pl-parser-3.10.8.ebuild
parentx11-libs/libcryptui: add missing USE dependency on gcr, bug #630412 (diff)
downloadgentoo-49a752ec46cbcc5cfc39cf4e302d04087fba3ab4.tar.gz
gentoo-49a752ec46cbcc5cfc39cf4e302d04087fba3ab4.tar.bz2
gentoo-49a752ec46cbcc5cfc39cf4e302d04087fba3ab4.zip
dev-libs/totem-pl-parser: fix unittests on first install, bug #630242
Closes: https://bugs.gentoo.org/show_bug.cgi?id=630242 Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-libs/totem-pl-parser/totem-pl-parser-3.10.8.ebuild')
-rw-r--r--dev-libs/totem-pl-parser/totem-pl-parser-3.10.8.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-libs/totem-pl-parser/totem-pl-parser-3.10.8.ebuild b/dev-libs/totem-pl-parser/totem-pl-parser-3.10.8.ebuild
index 50753e332a24..a997be14131e 100644
--- a/dev-libs/totem-pl-parser/totem-pl-parser-3.10.8.ebuild
+++ b/dev-libs/totem-pl-parser/totem-pl-parser-3.10.8.ebuild
@@ -55,9 +55,13 @@ src_prepare() {
}
src_configure() {
+ # uninstalled-tests is abused to switch from loading live FS helper
+ # to in-build-tree helper, check on upgrades this is not having other
+ # consequences, bug #630242
gnome2_src_configure \
--disable-static \
--enable-gmime=2.6 \
+ --enable-uninstalled-tests \
$(use_enable archive libarchive) \
$(use_enable crypt libgcrypt) \
$(use_enable quvi) \