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 93D4A138AE9 for ; Fri, 29 Dec 2017 10:11:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4B632BC002; Fri, 29 Dec 2017 10:11:20 +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 91DB82BC002 for ; Fri, 29 Dec 2017 10:11:20 +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 69E6633BF51 for ; Fri, 29 Dec 2017 10:11:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03544AFA4 for ; Fri, 29 Dec 2017 10:11:18 +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: <1514542254.8e12a3484bfa8b0bf76cd81deccdcfbb4033ba35.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/kbibtex/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/kbibtex/kbibtex-0.8_pre20171110.ebuild X-VCS-Directories: app-text/kbibtex/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8e12a3484bfa8b0bf76cd81deccdcfbb4033ba35 X-VCS-Branch: master Date: Fri, 29 Dec 2017 10:11:18 +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: 1e7f6521-ce61-461b-8e1a-02da64e29a9d X-Archives-Hash: 7f247f0e3c41e30742f9018ee6edebae commit: 8e12a3484bfa8b0bf76cd81deccdcfbb4033ba35 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Dec 29 10:06:01 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Dec 29 10:10:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e12a348 app-text/kbibtex: Add VIRTUALX_REQUIRED=test Bug: https://bugs.gentoo.org/642580 Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-text/kbibtex/kbibtex-0.8_pre20171110.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-text/kbibtex/kbibtex-0.8_pre20171110.ebuild b/app-text/kbibtex/kbibtex-0.8_pre20171110.ebuild index 07a54326f65..667a272e8cb 100644 --- a/app-text/kbibtex/kbibtex-0.8_pre20171110.ebuild +++ b/app-text/kbibtex/kbibtex-0.8_pre20171110.ebuild @@ -6,6 +6,7 @@ EAPI=6 COMMIT=4ce7c51f163508f293c3fd39a716770cbb14ef7d KDE_HANDBOOK="optional" KDE_TEST="true" +VIRTUALX_REQUIRED="test" inherit kde5 vcs-snapshot DESCRIPTION="BibTeX editor to edit bibliographies used with LaTeX"