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 407F0158095 for ; Fri, 9 Sep 2022 17:24:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF04AE092C; Fri, 9 Sep 2022 17:24:56 +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 77FE2E0923 for ; Fri, 9 Sep 2022 17:24:56 +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 80ADA3411A4 for ; Fri, 9 Sep 2022 17:24:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D3F55BF for ; Fri, 9 Sep 2022 17:24:54 +0000 (UTC) From: "John Helmert III" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John Helmert III" Message-ID: <1662744172.95bb11d87e5a453ed06a4570c7281a4aa781a85d.ajak@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rizin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/rizin/rizin-0.4.0-r1.ebuild X-VCS-Directories: dev-util/rizin/ X-VCS-Committer: ajak X-VCS-Committer-Name: John Helmert III X-VCS-Revision: 95bb11d87e5a453ed06a4570c7281a4aa781a85d X-VCS-Branch: master Date: Fri, 9 Sep 2022 17:24:54 +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: 60e0d852-cd10-44ef-aeb4-c4c15459a850 X-Archives-Hash: d7da839504b5c285574cd53c1597f6d0 commit: 95bb11d87e5a453ed06a4570c7281a4aa781a85d Author: John Helmert III gentoo org> AuthorDate: Fri Sep 9 16:26:40 2022 +0000 Commit: John Helmert III gentoo org> CommitDate: Fri Sep 9 17:22:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95bb11d8 dev-util/rizin: stabilize 0.4.0-r1 for amd64 Signed-off-by: John Helmert III gentoo.org> dev-util/rizin/rizin-0.4.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/rizin/rizin-0.4.0-r1.ebuild b/dev-util/rizin/rizin-0.4.0-r1.ebuild index b298dce57be7..f1ecf6fdcb2b 100644 --- a/dev-util/rizin/rizin-0.4.0-r1.ebuild +++ b/dev-util/rizin/rizin-0.4.0-r1.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://rizin.re/" SRC_URI="mirror+https://github.com/rizinorg/rizin/releases/download/v${PV}/rizin-src-v${PV}.tar.xz test? ( https://github.com/rizinorg/rizin-testbins/archive/${BINS_COMMIT}.tar.gz -> rizin-testbins-${BINS_COMMIT}.tar.gz )" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" LICENSE="Apache-2.0 BSD LGPL-3 MIT" SLOT="0/${PV}"