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 23076158086 for ; Sun, 5 Dec 2021 18:32:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC12D2BC162; Sun, 5 Dec 2021 18:32:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9A4E2BC15C for ; Sun, 5 Dec 2021 18:32:22 +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 9126A3435B8 for ; Sun, 5 Dec 2021 18:32:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44639256 for ; Sun, 5 Dec 2021 18:32:00 +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: <1638729063.cd918857a90294b3dff2ece60e00ac886b37c117.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cppunit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cppunit/cppunit-1.15.1-r3.ebuild X-VCS-Directories: dev-util/cppunit/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cd918857a90294b3dff2ece60e00ac886b37c117 X-VCS-Branch: master Date: Sun, 5 Dec 2021 18:32: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: 1069e826-26da-441c-a582-4d3dbcb35b63 X-Archives-Hash: a5dfa151c529d41557dd8a55d1786e4e commit: cd918857a90294b3dff2ece60e00ac886b37c117 Author: Sam James gentoo org> AuthorDate: Sun Dec 5 18:31:03 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 5 18:31:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd918857 dev-util/cppunit: Stabilize 1.15.1-r3 x86, #828295 Signed-off-by: Sam James gentoo.org> dev-util/cppunit/cppunit-1.15.1-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cppunit/cppunit-1.15.1-r3.ebuild b/dev-util/cppunit/cppunit-1.15.1-r3.ebuild index 46fa2e292ff4..62f0e5f6b38a 100644 --- a/dev-util/cppunit/cppunit-1.15.1-r3.ebuild +++ b/dev-util/cppunit/cppunit-1.15.1-r3.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="C++ port of the famous JUnit framework for unit testing" HOMEPAGE="https://www.freedesktop.org/wiki/Software/cppunit" SRC_URI="https://dev-www.libreoffice.org/src/${P}.tar.gz" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" LICENSE="LGPL-2.1" SLOT="0/1.15"