From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1084970-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 AC4F7138334
	for <garchives@archives.gentoo.org>; Sun, 21 Apr 2019 19:49:19 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C7F7EE08DC;
	Sun, 21 Apr 2019 19:49:18 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id AEB71E08DC
	for <gentoo-commits@lists.gentoo.org>; Sun, 21 Apr 2019 19:49:18 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 A3BC8341DD4
	for <gentoo-commits@lists.gentoo.org>; Sun, 21 Apr 2019 19:49:17 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C261560
	for <gentoo-commits@lists.gentoo.org>; Sun, 21 Apr 2019 19:49:16 +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: <1555876141.b37e6a71e51644d3d6ef26a5f4a1cf8104f5078b.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/libkomparediff2/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-apps/libkomparediff2/libkomparediff2-19.04.0.ebuild
X-VCS-Directories: kde-apps/libkomparediff2/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: b37e6a71e51644d3d6ef26a5f4a1cf8104f5078b
X-VCS-Branch: master
Date: Sun, 21 Apr 2019 19:49:16 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 90e16084-92f3-4fb1-80ae-e0d074da1639
X-Archives-Hash: 4743eeaa4de8a73b1c2d52d3858955d9

commit:     b37e6a71e51644d3d6ef26a5f4a1cf8104f5078b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 19:47:37 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 19:49:01 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b37e6a71

kde-apps/libkomparediff2: Switch back to KDE_TEST="true"

Closes: https://bugs.gentoo.org/684044
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/libkomparediff2/libkomparediff2-19.04.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/libkomparediff2/libkomparediff2-19.04.0.ebuild b/kde-apps/libkomparediff2/libkomparediff2-19.04.0.ebuild
index f891ce3400f..ef6d32a42c0 100644
--- a/kde-apps/libkomparediff2/libkomparediff2-19.04.0.ebuild
+++ b/kde-apps/libkomparediff2/libkomparediff2-19.04.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-KDE_TEST="optional"
+KDE_TEST="true"
 inherit kde5
 
 DESCRIPTION="KDE library to compare files and strings"