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 9CE71158095 for ; Sat, 27 Aug 2022 23:11:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA6E0E096D; Sat, 27 Aug 2022 23:10:06 +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 8E531E0954 for ; Sat, 27 Aug 2022 23:10:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7854734144A for ; Sat, 27 Aug 2022 08:27:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EA66588 for ; Sat, 27 Aug 2022 08:27:22 +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: <1661588831.ebd67f8c795da47b0947ee55250c6e0648b3b44f.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-r1.ebuild X-VCS-Directories: dev-libs/capstone/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ebd67f8c795da47b0947ee55250c6e0648b3b44f X-VCS-Branch: master Date: Sat, 27 Aug 2022 08:27:22 +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: ca4a3f31-dd6d-4869-aba2-1635e5c1dcaf X-Archives-Hash: 01d353f748e1468e232676ab3d355f88 commit: ebd67f8c795da47b0947ee55250c6e0648b3b44f Author: Sam James gentoo org> AuthorDate: Sat Aug 27 08:25:49 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 27 08:27:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd67f8c dev-libs/capstone: Stabilize 5.0_rc2-r1 x86, #866893 Signed-off-by: Sam James gentoo.org> dev-libs/capstone/capstone-5.0_rc2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/capstone/capstone-5.0_rc2-r1.ebuild b/dev-libs/capstone/capstone-5.0_rc2-r1.ebuild index 70a870cb34e7..c50be03fcdbe 100644 --- a/dev-libs/capstone/capstone-5.0_rc2-r1.ebuild +++ b/dev-libs/capstone/capstone-5.0_rc2-r1.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} )"