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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0D9FD15800A for ; Fri, 1 Sep 2023 16:49:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B4F22BC014; Fri, 1 Sep 2023 16:49:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E84A2BC014 for ; Fri, 1 Sep 2023 16:49:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33C40340C57 for ; Fri, 1 Sep 2023 16:49:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5AA3EC3 for ; Fri, 1 Sep 2023 16:49:01 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1693586929.5c8140ec1d89b46bab86e5b0b5aa752c1cf56a46.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ROPgadget/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ROPgadget/ROPgadget-7.2.ebuild dev-util/ROPgadget/ROPgadget-7.3.ebuild dev-util/ROPgadget/ROPgadget-9999.ebuild X-VCS-Directories: dev-util/ROPgadget/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 5c8140ec1d89b46bab86e5b0b5aa752c1cf56a46 X-VCS-Branch: master Date: Fri, 1 Sep 2023 16:49:01 +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: 845154a7-1be8-4654-8e8e-e7df37ded8b3 X-Archives-Hash: 6d76b7f235b6409186eb90a6c0401af8 commit: 5c8140ec1d89b46bab86e5b0b5aa752c1cf56a46 Author: Mario Haustein hrz tu-chemnitz de> AuthorDate: Wed Aug 30 21:14:55 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Sep 1 16:48:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c8140ec dev-util/ROPgadget: disable tests Closes: https://bugs.gentoo.org/912164 Signed-off-by: Mario Haustein hrz.tu-chemnitz.de> Signed-off-by: Arthur Zamarin gentoo.org> dev-util/ROPgadget/ROPgadget-7.2.ebuild | 4 ++++ dev-util/ROPgadget/ROPgadget-7.3.ebuild | 4 ++++ dev-util/ROPgadget/ROPgadget-9999.ebuild | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/dev-util/ROPgadget/ROPgadget-7.2.ebuild b/dev-util/ROPgadget/ROPgadget-7.2.ebuild index 7d7f9a53b554..1806deab97b8 100644 --- a/dev-util/ROPgadget/ROPgadget-7.2.ebuild +++ b/dev-util/ROPgadget/ROPgadget-7.2.ebuild @@ -23,6 +23,10 @@ fi LICENSE="GPL-2" SLOT="0" +# Tests are not stable with respect to different capstone releases. We have to +# disable tests until this is fixed upstream. See bug #912164. +RESTRICT="test" + RDEPEND=" ${PYTHON_DEPS} >=dev-libs/capstone-5[python,${PYTHON_USEDEP}] diff --git a/dev-util/ROPgadget/ROPgadget-7.3.ebuild b/dev-util/ROPgadget/ROPgadget-7.3.ebuild index 7d7f9a53b554..1806deab97b8 100644 --- a/dev-util/ROPgadget/ROPgadget-7.3.ebuild +++ b/dev-util/ROPgadget/ROPgadget-7.3.ebuild @@ -23,6 +23,10 @@ fi LICENSE="GPL-2" SLOT="0" +# Tests are not stable with respect to different capstone releases. We have to +# disable tests until this is fixed upstream. See bug #912164. +RESTRICT="test" + RDEPEND=" ${PYTHON_DEPS} >=dev-libs/capstone-5[python,${PYTHON_USEDEP}] diff --git a/dev-util/ROPgadget/ROPgadget-9999.ebuild b/dev-util/ROPgadget/ROPgadget-9999.ebuild index ec2cad9d2931..200a0d5adeed 100644 --- a/dev-util/ROPgadget/ROPgadget-9999.ebuild +++ b/dev-util/ROPgadget/ROPgadget-9999.ebuild @@ -23,6 +23,10 @@ fi LICENSE="GPL-2" SLOT="0" +# Tests are not stable with respect to different capstone releases. We have to +# disable tests until this is fixed upstream. See bug #912164. +RESTRICT="test" + RDEPEND=" ${PYTHON_DEPS} >=dev-libs/capstone-5[python,${PYTHON_USEDEP}]