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 38405138334 for ; Sat, 13 Jul 2019 12:08:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC0B5E0857; Sat, 13 Jul 2019 12:08:35 +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 CB9E5E0857 for ; Sat, 13 Jul 2019 12:08:35 +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 CEBFB34794A for ; Sat, 13 Jul 2019 12:08:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 656D2731 for ; Sat, 13 Jul 2019 12:08:30 +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: <1563019701.01acbd89fadd28132672d9d279d5a4ef8f6dc1c8.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/unicode-data/unicode-data-11.0.0.ebuild X-VCS-Directories: app-i18n/unicode-data/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 01acbd89fadd28132672d9d279d5a4ef8f6dc1c8 X-VCS-Branch: master Date: Sat, 13 Jul 2019 12:08:30 +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: 4e1be9ee-caef-43e0-9371-d9de8bb7911a X-Archives-Hash: fbe05934483fce8ac93a9c543377fb9d commit: 01acbd89fadd28132672d9d279d5a4ef8f6dc1c8 Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat Jul 13 11:56:41 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jul 13 12:08:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01acbd89 app-i18n/unicode-data: stable 11.0.0 for hppa, bug #685254 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> app-i18n/unicode-data/unicode-data-11.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/unicode-data/unicode-data-11.0.0.ebuild b/app-i18n/unicode-data/unicode-data-11.0.0.ebuild index 7576cf0906e..81caaa93256 100644 --- a/app-i18n/unicode-data/unicode-data-11.0.0.ebuild +++ b/app-i18n/unicode-data/unicode-data-11.0.0.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip -> ${P}-UCD.zip LICENSE="unicode" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" DEPEND="app-arch/unzip"