From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-960658-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 4A269139695
	for <garchives@archives.gentoo.org>; Sun,  9 Jul 2017 09:51:04 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A2F0B214115;
	Sun,  9 Jul 2017 09:51:03 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 80F6F214115
	for <gentoo-commits@lists.gentoo.org>; Sun,  9 Jul 2017 09:51:03 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 81FE43417D6
	for <gentoo-commits@lists.gentoo.org>; Sun,  9 Jul 2017 09:51:02 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E14E4749C
	for <gentoo-commits@lists.gentoo.org>; Sun,  9 Jul 2017 09:51:00 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org>
Message-ID: <1499593847.ac0567ccfe0ffa5f62b7d7f77a4266c723ca7b59.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kholidays/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-apps/kholidays/kholidays-17.04.2.ebuild
X-VCS-Directories: kde-apps/kholidays/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: ac0567ccfe0ffa5f62b7d7f77a4266c723ca7b59
X-VCS-Branch: master
Date: Sun,  9 Jul 2017 09:51:00 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 56654619-0219-47e6-859c-09a04ed41b8b
X-Archives-Hash: 87cde331576876fab83ddd6687382bbf

commit:     ac0567ccfe0ffa5f62b7d7f77a4266c723ca7b59
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  9 08:59:13 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul  9 09:50:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0567cc

kde-apps/kholidays: Fix testholidayregion test

Gentoo-bug: 624214

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 kde-apps/kholidays/kholidays-17.04.2.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/kde-apps/kholidays/kholidays-17.04.2.ebuild b/kde-apps/kholidays/kholidays-17.04.2.ebuild
index 0538688a8aa..9deef24c8a3 100644
--- a/kde-apps/kholidays/kholidays-17.04.2.ebuild
+++ b/kde-apps/kholidays/kholidays-17.04.2.ebuild
@@ -19,3 +19,9 @@ DEPEND="${RDEPEND}
 "
 
 PATCHES=( "${FILESDIR}/${P}-revert-tr.patch" )
+
+src_test() {
+	mkdir -p "${HOME}/.local/share/kf5/libkholidays" || die
+	cp -r "${S}/holidays/plan2" "${HOME}/.local/share/kf5/libkholidays/" || die
+	kde5_src_test
+}