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 13D83138206 for ; Mon, 15 Jan 2018 22:31:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37106E081A; Mon, 15 Jan 2018 22:31:22 +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 16B47E081A for ; Mon, 15 Jan 2018 22:31:22 +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 96E3E335C51 for ; Mon, 15 Jan 2018 22:31:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27B0D151 for ; Mon, 15 Jan 2018 22:31:19 +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: <1516055464.192daee1caf5a70030a32d048e3b49276552902a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/sonnet/sonnet-5.42.0.ebuild X-VCS-Directories: kde-frameworks/sonnet/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 192daee1caf5a70030a32d048e3b49276552902a X-VCS-Branch: master Date: Mon, 15 Jan 2018 22:31:19 +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: 5548a85b-d9c7-43c9-a28f-7b2a7c34060c X-Archives-Hash: d9ad57a4a3ab8b661ad3ae9c7eb6855e commit: 192daee1caf5a70030a32d048e3b49276552902a Author: Paolo Pedroni users noreply github com> AuthorDate: Mon Jan 15 10:18:51 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jan 15 22:31:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=192daee1 kde-frameworks/sonnet: Add VIRTUALX_REQUIRED=test Closes: https://bugs.gentoo.org/644646 Closes: https://github.com/gentoo/gentoo/pull/6865 kde-frameworks/sonnet/sonnet-5.42.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-frameworks/sonnet/sonnet-5.42.0.ebuild b/kde-frameworks/sonnet/sonnet-5.42.0.ebuild index 9a006cbbfe9..c71996ffd9f 100644 --- a/kde-frameworks/sonnet/sonnet-5.42.0.ebuild +++ b/kde-frameworks/sonnet/sonnet-5.42.0.ebuild @@ -3,6 +3,7 @@ EAPI=6 +VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="Framework for providing spell-checking through abstraction of popular backends"