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 DE1B813997D for ; Thu, 14 Nov 2019 06:26:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E4EBE086E; Thu, 14 Nov 2019 06:26:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 5939FE086F for ; Thu, 14 Nov 2019 06:26: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 4712C34CDF8 for ; Thu, 14 Nov 2019 06:26:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D4A18B8 for ; Thu, 14 Nov 2019 06:26:15 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1573712754.4ab82ff44c50130e4a6784c04843e6bb00e09fc3.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/conan/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/conan/conan-1.18.1-r1.ebuild dev-util/conan/conan-1.19.2.ebuild X-VCS-Directories: dev-util/conan/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 4ab82ff44c50130e4a6784c04843e6bb00e09fc3 X-VCS-Branch: master Date: Thu, 14 Nov 2019 06:26:15 +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: 1dd39a55-8e53-4911-a1a1-b4ec32e6f80e X-Archives-Hash: 70570d6e6910bfb0b517f261f69701c6 commit: 4ab82ff44c50130e4a6784c04843e6bb00e09fc3 Author: Joonas Niilola gentoo org> AuthorDate: Thu Nov 14 06:25:21 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Nov 14 06:25:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ab82ff4 dev-util/conan: fix MissingTestRestrict CI check Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Joonas Niilola gentoo.org> dev-util/conan/conan-1.18.1-r1.ebuild | 2 ++ dev-util/conan/conan-1.19.2.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dev-util/conan/conan-1.18.1-r1.ebuild b/dev-util/conan/conan-1.18.1-r1.ebuild index 35a7c3ffe90..c026c884daf 100644 --- a/dev-util/conan/conan-1.18.1-r1.ebuild +++ b/dev-util/conan/conan-1.18.1-r1.ebuild @@ -17,6 +17,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" +RESTRICT="!test? ( test )" + # overly strict requirements? # https://github.com/conan-io/conan/blob/develop/conans/requirements.txt # https://github.com/conan-io/conan/blob/develop/conans/requirements_server.txt diff --git a/dev-util/conan/conan-1.19.2.ebuild b/dev-util/conan/conan-1.19.2.ebuild index 275e98c54a7..c640b3e36bf 100644 --- a/dev-util/conan/conan-1.19.2.ebuild +++ b/dev-util/conan/conan-1.19.2.ebuild @@ -17,6 +17,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" +RESTRICT="!test? ( test )" + # overly strict requirements? # https://github.com/conan-io/conan/blob/develop/conans/requirements.txt # https://github.com/conan-io/conan/blob/develop/conans/requirements_server.txt