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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 86AB31382C5 for ; Mon, 5 Mar 2018 14:29:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6ED9E08F2; Mon, 5 Mar 2018 14:29:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6738E08F2 for ; Mon, 5 Mar 2018 14:29:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1709335C05 for ; Mon, 5 Mar 2018 14:29:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0B8C245 for ; Mon, 5 Mar 2018 14:29:03 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1520260100.a940d9feb067553b15edd58c40a0a1e21b7f2e1f.leio@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.14.0.ebuild X-VCS-Directories: dev-util/cppunit/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: a940d9feb067553b15edd58c40a0a1e21b7f2e1f X-VCS-Branch: master Date: Mon, 5 Mar 2018 14:29:03 +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-Archives-Salt: 31d90551-3c31-4c4b-8a8b-e05237d76e8b X-Archives-Hash: 716899c9eb764033ee02a3e3767cf5b4 commit: a940d9feb067553b15edd58c40a0a1e21b7f2e1f Author: Mart Raudsepp gentoo org> AuthorDate: Mon Mar 5 14:27:16 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Mar 5 14:28:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a940d9fe dev-util/cppunit-1.14.0: arm64 stable (bug #637042) Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-util/cppunit/cppunit-1.14.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cppunit/cppunit-1.14.0.ebuild b/dev-util/cppunit/cppunit-1.14.0.ebuild index 7f268e91c97..7d7191bbb95 100644 --- a/dev-util/cppunit/cppunit-1.14.0.ebuild +++ b/dev-util/cppunit/cppunit-1.14.0.ebuild @@ -15,7 +15,7 @@ LICENSE="LGPL-2.1" SLOT="0" # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 [[ ${PV} = 9999 ]] || \ -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc examples static-libs" RDEPEND=""