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 EACE21382C5 for ; Sun, 15 Apr 2018 20:56:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 221F0E0823; Sun, 15 Apr 2018 20:56:52 +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 EEE9AE0823 for ; Sun, 15 Apr 2018 20:56:51 +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 C4865335C77 for ; Sun, 15 Apr 2018 20:56:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FB28257 for ; Sun, 15 Apr 2018 20:56:49 +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: <1523825801.046eff597d7ae5ce75d28b445c008b0933e69ea5.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libutf8proc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libutf8proc/libutf8proc-1.3.1_p3.ebuild X-VCS-Directories: dev-libs/libutf8proc/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 046eff597d7ae5ce75d28b445c008b0933e69ea5 X-VCS-Branch: master Date: Sun, 15 Apr 2018 20:56:49 +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: 4120ff85-7250-4992-a9a1-415b9c7b88e1 X-Archives-Hash: 83008f2863be03f9916b44a6b042a4d5 commit: 046eff597d7ae5ce75d28b445c008b0933e69ea5 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Apr 15 20:56:16 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Apr 15 20:56:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=046eff59 dev-libs/libutf8proc: keyworded 1.3.1_p3 for ppc64, bug #653210 Bug: https://bugs.gentoo.org/653210 Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64" dev-libs/libutf8proc/libutf8proc-1.3.1_p3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libutf8proc/libutf8proc-1.3.1_p3.ebuild b/dev-libs/libutf8proc/libutf8proc-1.3.1_p3.ebuild index 10a7951d302..d9c99b5ee45 100644 --- a/dev-libs/libutf8proc/libutf8proc-1.3.1_p3.ebuild +++ b/dev-libs/libutf8proc/libutf8proc-1.3.1_p3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="${NETSURF_BUILDSYSTEM_SRC_URI} LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~ppc" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64" IUSE="" RDEPEND=""