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 A8C261396D9 for ; Sat, 11 Nov 2017 11:24:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E16E5E0E86; Sat, 11 Nov 2017 11:24:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 BEE84E0E86 for ; Sat, 11 Nov 2017 11:24:54 +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 272D133BF0F for ; Sat, 11 Nov 2017 11:24:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 657839926 for ; Sat, 11 Nov 2017 11:24:51 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1510399443.d3766fb90b1712c4b98a483c737e489e007e62c0.slyfox@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: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: d3766fb90b1712c4b98a483c737e489e007e62c0 X-VCS-Branch: master Date: Sat, 11 Nov 2017 11:24:51 +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: c758d913-689c-4d50-a396-72587bd76ff2 X-Archives-Hash: ca6eec3f7647dc0713f38ca224248fe4 commit: d3766fb90b1712c4b98a483c737e489e007e62c0 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Nov 11 11:24:03 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Nov 11 11:24:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3766fb9 dev-util/cppunit: stable 1.14.0 for ia64, bug #637042 Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="ia64" 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 219509a0d2a..333f795e120 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=""