From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1121607-garchives=archives.gentoo.org@lists.gentoo.org> 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 601EE13997D for <garchives@archives.gentoo.org>; Sun, 10 Nov 2019 20:35:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 340FFE0A64; Sun, 10 Nov 2019 20:35:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1E3DEE0A64 for <gentoo-commits@lists.gentoo.org>; Sun, 10 Nov 2019 20:35:58 +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 DE8C034CB4F for <gentoo-commits@lists.gentoo.org>; Sun, 10 Nov 2019 20:35:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80117890 for <gentoo-commits@lists.gentoo.org>; Sun, 10 Nov 2019 20:35:53 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1573418144.89e2a46134427f2bf959adb80ee78eb5a240ac4f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtkmm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/gtkmm/gtkmm-3.24.2.ebuild X-VCS-Directories: dev-cpp/gtkmm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 89e2a46134427f2bf959adb80ee78eb5a240ac4f X-VCS-Branch: master Date: Sun, 10 Nov 2019 20:35:53 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 690ea0a2-6577-4707-aec4-25f33726cc34 X-Archives-Hash: df26aa86959c079a050d21c2d63da690 commit: 89e2a46134427f2bf959adb80ee78eb5a240ac4f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Nov 10 20:29:29 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Nov 10 20:35:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89e2a461 dev-cpp/gtkmm: [QA] Fix MissingTestRestrict Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-cpp/gtkmm/gtkmm-3.24.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-cpp/gtkmm/gtkmm-3.24.2.ebuild b/dev-cpp/gtkmm/gtkmm-3.24.2.ebuild index e24604bca95..718df300c7f 100644 --- a/dev-cpp/gtkmm/gtkmm-3.24.2.ebuild +++ b/dev-cpp/gtkmm/gtkmm-3.24.2.ebuild @@ -13,6 +13,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd IUSE="aqua doc test wayland X" REQUIRED_USE="|| ( aqua wayland X )" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-cpp/glibmm-2.54.0:2[${MULTILIB_USEDEP}]