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 6EB371581C1 for ; Sun, 14 Jul 2024 18:34:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 608EBE2A39; Sun, 14 Jul 2024 18:34:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 43E26E2A38 for ; Sun, 14 Jul 2024 18:34:03 +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 4C033340CBB for ; Sun, 14 Jul 2024 18:34:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1DEE1DCB for ; Sun, 14 Jul 2024 18:34:00 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1720982035.0fe5cfc2b7c2ed78e3e96f7a6a2edaaa23ca40f9.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/lager/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/lager/lager-0.1.1.ebuild X-VCS-Directories: dev-libs/lager/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 0fe5cfc2b7c2ed78e3e96f7a6a2edaaa23ca40f9 X-VCS-Branch: master Date: Sun, 14 Jul 2024 18:34:00 +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: f76ad00e-15a9-41d0-9d4e-2f791fcfcb2c X-Archives-Hash: f98f3d2be93e7de2dd5df757b0db9a27 commit: 0fe5cfc2b7c2ed78e3e96f7a6a2edaaa23ca40f9 Author: Jakov Smolić gentoo org> AuthorDate: Sun Jul 14 18:33:55 2024 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sun Jul 14 18:33:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe5cfc2 dev-libs/lager: Keyword 0.1.1 riscv, #936009 Signed-off-by: Jakov Smolić gentoo.org> dev-libs/lager/lager-0.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/lager/lager-0.1.1.ebuild b/dev-libs/lager/lager-0.1.1.ebuild index 8f3a67ee2d3d..26ba73298361 100644 --- a/dev-libs/lager/lager-0.1.1.ebuild +++ b/dev-libs/lager/lager-0.1.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/arximboldi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="~amd64 ~arm64 ~riscv" IUSE="test" RESTRICT="!test? ( test )"