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 C80B315808E for ; Sat, 30 Apr 2022 15:53:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E6BFE075F; Sat, 30 Apr 2022 15:53:28 +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 6FEEEE075F for ; Sat, 30 Apr 2022 15:53:28 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1EE4A341538 for ; Sat, 30 Apr 2022 15:53:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 686E7344 for ; Sat, 30 Apr 2022 15:53:25 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1651333985.6a519d72637ac5ab1d5ead127458f0547326347b.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/log4cpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/log4cpp/log4cpp-1.1.3.ebuild X-VCS-Directories: dev-libs/log4cpp/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 6a519d72637ac5ab1d5ead127458f0547326347b X-VCS-Branch: master Date: Sat, 30 Apr 2022 15:53:25 +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: 0252a852-238a-4ec6-9f0b-d36fa722eaee X-Archives-Hash: 76093b0189715b4030932e8fc013a1ec commit: 6a519d72637ac5ab1d5ead127458f0547326347b Author: Marek Szuba gentoo org> AuthorDate: Sat Apr 30 11:13:33 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat Apr 30 15:53:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a519d72 dev-libs/log4cpp: keyword 1.1.3 for ~riscv Signed-off-by: Marek Szuba gentoo.org> dev-libs/log4cpp/log4cpp-1.1.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/log4cpp/log4cpp-1.1.3.ebuild b/dev-libs/log4cpp/log4cpp-1.1.3.ebuild index 2fdc153e4873..a8a7106a7709 100644 --- a/dev-libs/log4cpp/log4cpp-1.1.3.ebuild +++ b/dev-libs/log4cpp/log4cpp-1.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/5" -KEYWORDS="amd64 ~arm ppc ~s390 x86" +KEYWORDS="amd64 ~arm ppc ~riscv ~s390 x86" IUSE="doc static-libs test" RESTRICT="!test? ( test )"