From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1037256-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 740CA138334
	for <garchives@archives.gentoo.org>; Wed, 18 Jul 2018 19:21:13 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 39D3DE08DC;
	Wed, 18 Jul 2018 19:21:12 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 0BC48E08DC
	for <gentoo-commits@lists.gentoo.org>; Wed, 18 Jul 2018 19:21:11 +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 C094F335C2E
	for <gentoo-commits@lists.gentoo.org>; Wed, 18 Jul 2018 19:21:10 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D9D1E35C
	for <gentoo-commits@lists.gentoo.org>; Wed, 18 Jul 2018 19:21:08 +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: <1531941659.53d1c034aab8c710e306f06df4ab3b00e078aaa5.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/kproperty/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/kproperty/kproperty-3.1.0.ebuild
X-VCS-Directories: dev-libs/kproperty/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 53d1c034aab8c710e306f06df4ab3b00e078aaa5
X-VCS-Branch: master
Date: Wed, 18 Jul 2018 19:21:08 +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: 32e08118-1737-4559-afe6-30fd0e5a6cd4
X-Archives-Hash: d452991ea9569b8a55cd76e901003b69

commit:     53d1c034aab8c710e306f06df4ab3b00e078aaa5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 18 19:20:28 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 18 19:20:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53d1c034

dev-libs/kproperty: Add BUILD_TESTING=true

Closes: https://bugs.gentoo.org/661530
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-libs/kproperty/kproperty-3.1.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/kproperty/kproperty-3.1.0.ebuild b/dev-libs/kproperty/kproperty-3.1.0.ebuild
index f1c5aa1d63f..8efc5889fc9 100644
--- a/dev-libs/kproperty/kproperty-3.1.0.ebuild
+++ b/dev-libs/kproperty/kproperty-3.1.0.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=6
 
+KDE_TEST="true" # build system adds autotests dir based on BUILD_TESTING value
 inherit kde5
 
 DESCRIPTION="Property editing framework with editor widget similar to Qt Designer"