commit: 49a752ec46cbcc5cfc39cf4e302d04087fba3ab4 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Mon Sep 11 21:54:02 2017 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Mon Sep 11 21:55:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49a752ec
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 dev-libs/totem-pl-parser/totem-pl-parser-3.10.8.ebuild | 4 ++++ 1 file changed, 4 insertions(+) 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 50753e332a2..a997be14131 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) \
