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 4C202158094 for ; Mon, 29 Aug 2022 07:22:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBEC4E098A; Mon, 29 Aug 2022 07:22: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 90FE5E0986 for ; Mon, 29 Aug 2022 07:22:16 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D597340F11 for ; Mon, 29 Aug 2022 07:22:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F8FF5B1 for ; Mon, 29 Aug 2022 07:22:12 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1661757717.3de6c4cb72a843fc9ac46e258a00ea4ad750dc86.juippis@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-r1.ebuild X-VCS-Directories: dev-libs/log4cpp/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 3de6c4cb72a843fc9ac46e258a00ea4ad750dc86 X-VCS-Branch: master Date: Mon, 29 Aug 2022 07:22:12 +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: 507830b4-c3e9-4731-bdba-86d5d48b07d1 X-Archives-Hash: bb69a6607db66ca878ac7f647cbb17a8 commit: 3de6c4cb72a843fc9ac46e258a00ea4ad750dc86 Author: Joonas Niilola gentoo org> AuthorDate: Mon Aug 29 07:06:56 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Aug 29 07:21:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de6c4cb dev-libs/log4cpp: Stabilize 1.1.3-r1 x86, #867115 Signed-off-by: Joonas Niilola gentoo.org> dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild b/dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild index 04b61085fdb7..6c98c3b76d2a 100644 --- a/dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild +++ b/dev-libs/log4cpp/log4cpp-1.1.3-r1.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}" LICENSE="LGPL-2.1" SLOT="0/5" -KEYWORDS="amd64 ~arm ppc ~riscv ~s390 ~x86" +KEYWORDS="amd64 ~arm ppc ~riscv ~s390 x86" IUSE="doc static-libs test" RESTRICT="!test? ( test )"