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 7D1DC138334 for ; Thu, 26 Sep 2019 06:52:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE345E0908; Thu, 26 Sep 2019 06:52:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 97F0DE0908 for ; Thu, 26 Sep 2019 06:52:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A3B1434B5CD for ; Thu, 26 Sep 2019 06:52:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2DDF825 for ; Thu, 26 Sep 2019 06:52:04 +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: <1569480682.494e2a3702aa0d6389d3f5801573bbd7a3d2c8e8.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/utfcpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/utfcpp/utfcpp-2.3.4.ebuild X-VCS-Directories: dev-libs/utfcpp/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 494e2a3702aa0d6389d3f5801573bbd7a3d2c8e8 X-VCS-Branch: master Date: Thu, 26 Sep 2019 06:52:04 +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: 354e2fbf-59b3-4893-aea8-24fa3820f249 X-Archives-Hash: 784e323d5c3f3ff014a68ee3ef1305cd commit: 494e2a3702aa0d6389d3f5801573bbd7a3d2c8e8 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Sep 26 06:51:22 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Sep 26 06:51:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494e2a37 dev-libs/utfcpp: stable 2.3.4 for ppc64, bug #695498 Package-Manager: Portage-2.3.76, Repoman-2.3.17 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/utfcpp/utfcpp-2.3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/utfcpp/utfcpp-2.3.4.ebuild b/dev-libs/utfcpp/utfcpp-2.3.4.ebuild index 4dd29e5528f..97954a553c9 100644 --- a/dev-libs/utfcpp/utfcpp-2.3.4.ebuild +++ b/dev-libs/utfcpp/utfcpp-2.3.4.ebuild @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/utfcpp/utf8_v${PV//./_}.zip" LICENSE="Boost-1.0" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="" DEPEND="app-arch/unzip"