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 487E9138334 for ; Wed, 6 Nov 2019 16:40:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 824B1E0ACF; Wed, 6 Nov 2019 16:40:23 +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 46ECDE0ACF for ; Wed, 6 Nov 2019 16:40:23 +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 78BC034C997 for ; Wed, 6 Nov 2019 16:40:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21D597F9 for ; Wed, 6 Nov 2019 16:40:12 +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: <1573058393.349d25a4483e94442f85fe3cfa60875527660b62.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-text/kbibtex/ X-VCS-Repository: proj/kde X-VCS-Files: app-text/kbibtex/kbibtex-9999.ebuild X-VCS-Directories: app-text/kbibtex/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 349d25a4483e94442f85fe3cfa60875527660b62 X-VCS-Branch: master Date: Wed, 6 Nov 2019 16:40:12 +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: f0e50edf-ab0a-4eed-93fd-792f3a72ba6a X-Archives-Hash: 8803de55355ed609a333e1e200ae8287 commit: 349d25a4483e94442f85fe3cfa60875527660b62 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 6 16:39:06 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 6 16:39:53 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=349d25a4 app-text/kbibtex: Set KDE_TEST="optional" Upstream commit ae8de4f08bb3756b9be06fa6530a747be4c17c9f Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/kbibtex/kbibtex-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/kbibtex/kbibtex-9999.ebuild b/app-text/kbibtex/kbibtex-9999.ebuild index f52092a108..2fe7eeb6f9 100644 --- a/app-text/kbibtex/kbibtex-9999.ebuild +++ b/app-text/kbibtex/kbibtex-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 KDE_HANDBOOK="optional" -KDE_TEST="true" +KDE_TEST="optional" inherit kde5 DESCRIPTION="BibTeX editor to edit bibliographies used with LaTeX"