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 12888158020 for ; Fri, 11 Nov 2022 06:30:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 598E4E0959; Fri, 11 Nov 2022 06:30:27 +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 24DEEE0959 for ; Fri, 11 Nov 2022 06:30:27 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38C9E33BDE1 for ; Fri, 11 Nov 2022 06:30:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83082738 for ; Fri, 11 Nov 2022 06:30:24 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1668148211.afb50c69bc5a1f43a35538ee3232e05d19e22d52.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/capstone/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/capstone/capstone-5.0_rc2-r2.ebuild X-VCS-Directories: dev-libs/capstone/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: afb50c69bc5a1f43a35538ee3232e05d19e22d52 X-VCS-Branch: master Date: Fri, 11 Nov 2022 06:30:24 +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: c44c96cb-eb35-4800-89ab-8d5c3fb7c213 X-Archives-Hash: 7d0ac99165e22e526dc6dbb35b06267a commit: afb50c69bc5a1f43a35538ee3232e05d19e22d52 Author: Sam James gentoo org> AuthorDate: Fri Nov 11 06:30:11 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 11 06:30:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb50c69 dev-libs/capstone: Stabilize 5.0_rc2-r2 amd64, #880851 Signed-off-by: Sam James gentoo.org> dev-libs/capstone/capstone-5.0_rc2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/capstone/capstone-5.0_rc2-r2.ebuild b/dev-libs/capstone/capstone-5.0_rc2-r2.ebuild index 408465885acb..0d7962784225 100644 --- a/dev-libs/capstone/capstone-5.0_rc2-r2.ebuild +++ b/dev-libs/capstone/capstone-5.0_rc2-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/capstone-engine/capstone/archive/${PV/_rc/-rc}.tar.g LICENSE="BSD" SLOT="0/5" # libcapstone.so.5 -KEYWORDS="~amd64 ~arm ~arm64 ~riscv x86" +KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" IUSE="python test" RDEPEND="python? ( ${PYTHON_DEPS} )"