From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 73B001384B4 for ; Mon, 30 Nov 2015 12:43:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04285E085B; Mon, 30 Nov 2015 12:43:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97704E085B for ; Mon, 30 Nov 2015 12:43:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7953C33BF0B for ; Mon, 30 Nov 2015 12:43:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD9CBA50 for ; Mon, 30 Nov 2015 12:43:28 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1448841040.1128d6229be23c87b6f53873d68c7c7cfed0b60f.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kasync/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kasync/kasync-9999.ebuild X-VCS-Directories: kde-apps/kasync/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 1128d6229be23c87b6f53873d68c7c7cfed0b60f X-VCS-Branch: master Date: Mon, 30 Nov 2015 12:43:28 +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: 4e85f757-20bd-46a1-abaa-c09db0f2207a X-Archives-Hash: 9bce5f9d1516cadf42f290dcccf0c80d commit: 1128d6229be23c87b6f53873d68c7c7cfed0b60f Author: Andreas Sturmlechner gmail com> AuthorDate: Sun Nov 29 23:50:40 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Nov 29 23:50:40 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1128d622 kde-apps/kasync: force tests optional, add doxygen Package-Manager: portage-2.2.20.1 kde-apps/kasync/kasync-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-apps/kasync/kasync-9999.ebuild b/kde-apps/kasync/kasync-9999.ebuild index 66024bb..c61f8e1 100644 --- a/kde-apps/kasync/kasync-9999.ebuild +++ b/kde-apps/kasync/kasync-9999.ebuild @@ -4,7 +4,8 @@ EAPI=5 -KDE_TEST=true +KDE_DOXYGEN="true" +KDE_TEST="forceoptional" inherit kde5 DESCRIPTION="C++ library for controlling asynchronous tasks"