From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1021305-garchives=archives.gentoo.org@lists.gentoo.org> 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 1B5481382C5 for <garchives@archives.gentoo.org>; Mon, 30 Apr 2018 01:10:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B70FE0AE0; Mon, 30 Apr 2018 01:10:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E9A7BE0AE0 for <gentoo-commits@lists.gentoo.org>; Mon, 30 Apr 2018 01:10:40 +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 70DFB335C99 for <gentoo-commits@lists.gentoo.org>; Mon, 30 Apr 2018 01:10:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 094B22A3 for <gentoo-commits@lists.gentoo.org>; Mon, 30 Apr 2018 01:10:38 +0000 (UTC) From: "Jeroen Roovers" <jer@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" <jer@gentoo.org> Message-ID: <1525050559.eaf3a8710ec736d4c361cdb8ab6a347035d6ffb0.jer@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_p2-r1.ebuild dev-libs/libutf8proc/libutf8proc-1.3.1_p3.ebuild X-VCS-Directories: dev-libs/libutf8proc/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: eaf3a8710ec736d4c361cdb8ab6a347035d6ffb0 X-VCS-Branch: master Date: Mon, 30 Apr 2018 01:10:38 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 782059ff-03e9-4b29-931a-018c7f6be65a X-Archives-Hash: 2f08d177e93141d111305d16744b82a3 commit: eaf3a8710ec736d4c361cdb8ab6a347035d6ffb0 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Mon Apr 30 01:04:56 2018 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Mon Apr 30 01:09:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf3a871 dev-libs/libutf8proc: Mark ~hppa too. Package-Manager: Portage-2.3.31, Repoman-2.3.9 RepoMan-Options: --ignore-arches dev-libs/libutf8proc/libutf8proc-1.3.1_p2-r1.ebuild | 4 ++-- dev-libs/libutf8proc/libutf8proc-1.3.1_p3.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/libutf8proc/libutf8proc-1.3.1_p2-r1.ebuild b/dev-libs/libutf8proc/libutf8proc-1.3.1_p2-r1.ebuild index ec51a4851e2..944f03316ea 100644 --- a/dev-libs/libutf8proc/libutf8proc-1.3.1_p2-r1.ebuild +++ b/dev-libs/libutf8proc/libutf8proc-1.3.1_p2-r1.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 ~hppa ~ppc" IUSE="" RDEPEND="" diff --git a/dev-libs/libutf8proc/libutf8proc-1.3.1_p3.ebuild b/dev-libs/libutf8proc/libutf8proc-1.3.1_p3.ebuild index 3f4c7dd5d1d..6815f6a7980 100644 --- a/dev-libs/libutf8proc/libutf8proc-1.3.1_p3.ebuild +++ b/dev-libs/libutf8proc/libutf8proc-1.3.1_p3.ebuild @@ -13,7 +13,7 @@ SRC_URI="${NETSURF_BUILDSYSTEM_SRC_URI} LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc" IUSE="" RDEPEND=""