From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 1E75D139694 for ; Sun, 7 May 2017 22:23:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B67A21C038; Sun, 7 May 2017 22:23:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2B79421C038 for ; Sun, 7 May 2017 22:23:46 +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 216203416CE for ; Sun, 7 May 2017 22:23:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BB747442 for ; Sun, 7 May 2017 22:23:43 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1494195814.3e8b61c018dc301012d8db14e76123d0aea6c050.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/k3b/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/k3b/k3b-17.04.49.9999.ebuild kde-apps/k3b/k3b-9999.ebuild X-VCS-Directories: kde-apps/k3b/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3e8b61c018dc301012d8db14e76123d0aea6c050 X-VCS-Branch: master Date: Sun, 7 May 2017 22:23:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1e8dea86-714d-4f6e-b6f5-0f46f666a289 X-Archives-Hash: 933760fe070fc12271318a01c6ff238b commit: 3e8b61c018dc301012d8db14e76123d0aea6c050 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 7 22:23:34 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 7 22:23:34 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3e8b61c0 kde-apps/k3b: Set KDE_TEST to true Fixes configure warning. Reported-by: Arfrever Package-Manager: Portage-2.3.5, Repoman-2.3.1 kde-apps/k3b/k3b-17.04.49.9999.ebuild | 2 +- kde-apps/k3b/k3b-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/k3b/k3b-17.04.49.9999.ebuild b/kde-apps/k3b/k3b-17.04.49.9999.ebuild index 8d27812308..b5a1913f95 100644 --- a/kde-apps/k3b/k3b-17.04.49.9999.ebuild +++ b/kde-apps/k3b/k3b-17.04.49.9999.ebuild @@ -4,7 +4,7 @@ EAPI=6 KDE_HANDBOOK="forceoptional" -KDE_TEST="optional" +KDE_TEST="true" inherit kde5 DESCRIPTION="Full-featured burning and ripping application based on KDE Frameworks" diff --git a/kde-apps/k3b/k3b-9999.ebuild b/kde-apps/k3b/k3b-9999.ebuild index 8d27812308..b5a1913f95 100644 --- a/kde-apps/k3b/k3b-9999.ebuild +++ b/kde-apps/k3b/k3b-9999.ebuild @@ -4,7 +4,7 @@ EAPI=6 KDE_HANDBOOK="forceoptional" -KDE_TEST="optional" +KDE_TEST="true" inherit kde5 DESCRIPTION="Full-featured burning and ripping application based on KDE Frameworks"