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 A5A4F158095 for ; Sun, 25 Sep 2022 12:20:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAC75E08F4; Sun, 25 Sep 2022 12:20:43 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D125EE08F4 for ; Sun, 25 Sep 2022 12:20:43 +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 E7638340F68 for ; Sun, 25 Sep 2022 12:20:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 281DA5E9 for ; Sun, 25 Sep 2022 12:20:41 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1664108423.deba0888441d2c8fc86d8f974141bf14a81be36c.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/assimp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/assimp/assimp-5.2.4-r1.ebuild X-VCS-Directories: media-libs/assimp/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: deba0888441d2c8fc86d8f974141bf14a81be36c X-VCS-Branch: master Date: Sun, 25 Sep 2022 12:20:41 +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: 32cb8fe6-1267-406a-af89-1531e5cc7738 X-Archives-Hash: 10a37b6800a534171aed5d60b07614a1 commit: deba0888441d2c8fc86d8f974141bf14a81be36c Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Sep 25 12:20:23 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Sep 25 12:20:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deba0888 media-libs/assimp: Stabilize 5.2.4-r1 arm64, #872635 Signed-off-by: Agostino Sarubbo gentoo.org> media-libs/assimp/assimp-5.2.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/assimp/assimp-5.2.4-r1.ebuild b/media-libs/assimp/assimp-5.2.4-r1.ebuild index ab429167f11f..135d40e3ca95 100644 --- a/media-libs/assimp/assimp-5.2.4-r1.ebuild +++ b/media-libs/assimp/assimp-5.2.4-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0/5.2.4" -KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" +KEYWORDS="amd64 ~arm arm64 ~riscv x86" IUSE="samples test" RESTRICT="!test? ( test )"