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 74B50138334 for ; Thu, 18 Apr 2019 18:17:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35ABBE0C40; Thu, 18 Apr 2019 18:17:44 +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 13DA1E0BAB for ; Thu, 18 Apr 2019 18:17:43 +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 96084341893 for ; Thu, 18 Apr 2019 18:17:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1F8054A for ; Thu, 18 Apr 2019 18:17:40 +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: <1555608120.cb8bc95498b218c5be5212b806a33becf203a3d8.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-db/kdb/ X-VCS-Repository: proj/kde X-VCS-Files: dev-db/kdb/kdb-9999.ebuild X-VCS-Directories: dev-db/kdb/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cb8bc95498b218c5be5212b806a33becf203a3d8 X-VCS-Branch: master Date: Thu, 18 Apr 2019 18:17:40 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 977069b1-2f06-4826-8d0c-6a0b53f07aeb X-Archives-Hash: 3fcbc75c14934ef09920cffc58174e7e commit: cb8bc95498b218c5be5212b806a33becf203a3d8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 18 17:14:34 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 18 17:22:00 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cb8bc954 dev-db/kdb: Set KDE_TEST=true, KDE_QTHELP=true Package-Manager: Portage-2.3.63, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-db/kdb/kdb-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-db/kdb/kdb-9999.ebuild b/dev-db/kdb/kdb-9999.ebuild index 7f3eb9c860..c98cbb051c 100644 --- a/dev-db/kdb/kdb-9999.ebuild +++ b/dev-db/kdb/kdb-9999.ebuild @@ -3,8 +3,9 @@ EAPI=7 +KDE_QTHELP="true" +KDE_TEST="true" PYTHON_COMPAT=( python2_7 python3_{6,7} ) - inherit kde5 python-any-r1 DESCRIPTION="Database connectivity and creation framework for various vendors"