Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kholidays/
Date: Sun, 09 Jul 2017 09:51:04
Message-Id: 1499593847.ac0567ccfe0ffa5f62b7d7f77a4266c723ca7b59.asturm@gentoo
1 commit: ac0567ccfe0ffa5f62b7d7f77a4266c723ca7b59
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 9 08:59:13 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 9 09:50:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0567cc
7
8 kde-apps/kholidays: Fix testholidayregion test
9
10 Gentoo-bug: 624214
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.1
13
14 kde-apps/kholidays/kholidays-17.04.2.ebuild | 6 ++++++
15 1 file changed, 6 insertions(+)
16
17 diff --git a/kde-apps/kholidays/kholidays-17.04.2.ebuild b/kde-apps/kholidays/kholidays-17.04.2.ebuild
18 index 0538688a8aa..9deef24c8a3 100644
19 --- a/kde-apps/kholidays/kholidays-17.04.2.ebuild
20 +++ b/kde-apps/kholidays/kholidays-17.04.2.ebuild
21 @@ -19,3 +19,9 @@ DEPEND="${RDEPEND}
22 "
23
24 PATCHES=( "${FILESDIR}/${P}-revert-tr.patch" )
25 +
26 +src_test() {
27 + mkdir -p "${HOME}/.local/share/kf5/libkholidays" || die
28 + cp -r "${S}/holidays/plan2" "${HOME}/.local/share/kf5/libkholidays/" || die
29 + kde5_src_test
30 +}