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 3F5CD15806E for ; Wed, 17 May 2023 00:45:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63FDCE0823; Wed, 17 May 2023 00:45:17 +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 F3867E0823 for ; Wed, 17 May 2023 00:45:16 +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 EF198335DB8 for ; Wed, 17 May 2023 00:45:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 888B8A59 for ; Wed, 17 May 2023 00:45:14 +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: <1684284305.ba048ef83b1d8eb8bdf352e5fcdc6b6f19040e3a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/sdcv/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/sdcv/sdcv-0.5.4.ebuild X-VCS-Directories: app-text/sdcv/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ba048ef83b1d8eb8bdf352e5fcdc6b6f19040e3a X-VCS-Branch: master Date: Wed, 17 May 2023 00:45:14 +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: 19bb857f-6e7b-47d6-9e99-ecff4d5b294f X-Archives-Hash: 066c613e7811904c6c9c6c7294ce6fd0 commit: ba048ef83b1d8eb8bdf352e5fcdc6b6f19040e3a Author: Sam James gentoo org> AuthorDate: Wed May 17 00:45:05 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 17 00:45:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba048ef8 app-text/sdcv: Keyword 0.5.4 arm, #906587 Signed-off-by: Sam James gentoo.org> app-text/sdcv/sdcv-0.5.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/sdcv/sdcv-0.5.4.ebuild b/app-text/sdcv/sdcv-0.5.4.ebuild index 05d63cac1877..3687975ae493 100644 --- a/app-text/sdcv/sdcv-0.5.4.ebuild +++ b/app-text/sdcv/sdcv-0.5.4.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/Dushistov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm64 x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="darkterm nls readline test" RESTRICT="!test? ( test )"