diff options
author | Mart Raudsepp <leio@gentoo.org> | 2021-08-11 14:02:42 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-08-11 14:03:31 +0200 |
commit | 7018d10adf6706e041cabd888b1ad4a89d869f29 (patch) | |
tree | 05699187147821843dd500c332061f7bbdd38dec /net-im | |
parent | profiles/arch/ia64: move htmltidy[test] mask to the ruby-is-gone block (diff) | |
download | gentoo-7018d10adf6706e041cabd888b1ad4a89d869f29.tar.gz gentoo-7018d10adf6706e041cabd888b1ad4a89d869f29.tar.bz2 gentoo-7018d10adf6706e041cabd888b1ad4a89d869f29.zip |
net-im/pidgin: Attempt to fix test failure
Bug: https://bugs.gentoo.org/807688
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pidgin/pidgin-2.14.6-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/pidgin/pidgin-2.14.6-r1.ebuild b/net-im/pidgin/pidgin-2.14.6-r1.ebuild index 6983523531df..122597659bcb 100644 --- a/net-im/pidgin/pidgin-2.14.6-r1.ebuild +++ b/net-im/pidgin/pidgin-2.14.6-r1.ebuild @@ -161,7 +161,7 @@ pkg_setup() { } src_prepare() { - default + xdg_src_prepare eautoreconf } @@ -267,6 +267,7 @@ src_install() { src_test() { # make default build logs slightly more useful + local -x GST_PLUGIN_SYSTEM_PATH_1_0= emake check VERBOSE=1 } |