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 012E1138334 for ; Thu, 5 Dec 2019 23:21:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 471A5E0934; Thu, 5 Dec 2019 23:21:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1AB30E0934 for ; Thu, 5 Dec 2019 23:21:07 +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 016BB34D81C for ; Thu, 5 Dec 2019 23:21:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 133C48D4 for ; Thu, 5 Dec 2019 23:21:02 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1575588035.8b6604d92d21f3eb92052b36c504b5a943cd63ff.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libxkbcommon/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libxkbcommon/libxkbcommon-0.9.1.ebuild X-VCS-Directories: x11-libs/libxkbcommon/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 8b6604d92d21f3eb92052b36c504b5a943cd63ff X-VCS-Branch: master Date: Thu, 5 Dec 2019 23:21:02 +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: 637cd3a2-94e5-41c3-8ad7-e19cd3e3079d X-Archives-Hash: 4d4ef58957900608bb3cb35160ee8b8d commit: 8b6604d92d21f3eb92052b36c504b5a943cd63ff Author: Matt Turner gentoo org> AuthorDate: Thu Dec 5 23:14:18 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Dec 5 23:20:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b6604d9 x11-libs/libxkbcommon: Add RESTRICT="!test? ( test )" Signed-off-by: Matt Turner gentoo.org> x11-libs/libxkbcommon/libxkbcommon-0.9.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.9.1.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.9.1.ebuild index f0d8c2958ec..3c8da7b7800 100644 --- a/x11-libs/libxkbcommon/libxkbcommon-0.9.1.ebuild +++ b/x11-libs/libxkbcommon/libxkbcommon-0.9.1.ebuild @@ -17,6 +17,7 @@ DESCRIPTION="keymap handling library for toolkits and window systems" HOMEPAGE="https://xkbcommon.org/ https://github.com/xkbcommon/libxkbcommon/" LICENSE="MIT" IUSE="X doc test" +RESTRICT="!test? ( test )" SLOT="0" BDEPEND="