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 13B301382C5 for ; Fri, 23 Mar 2018 23:39:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4C49E09E0; Fri, 23 Mar 2018 23:38:58 +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 ADD8EE09E0 for ; Fri, 23 Mar 2018 23:38:58 +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 AD72C335C49 for ; Fri, 23 Mar 2018 23:38:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3ED1239 for ; Fri, 23 Mar 2018 23:38:55 +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: <1521848327.b052c6f0212385007f848ce9959b1702892c056a.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-10.0.0.ebuild X-VCS-Directories: app-i18n/unicode-data/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: b052c6f0212385007f848ce9959b1702892c056a X-VCS-Branch: master Date: Fri, 23 Mar 2018 23:38:55 +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: 5e02c5ac-35be-423f-acb1-5c7fc617d702 X-Archives-Hash: 0f6e3aa04f7ccba1556509a4cfda8c5e commit: b052c6f0212385007f848ce9959b1702892c056a Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Mar 23 23:38:13 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Mar 23 23:38:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b052c6f0 app-i18n/unicode-data: stable 10.0.0 for ia64, bug #648464 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64" app-i18n/unicode-data/unicode-data-10.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/unicode-data/unicode-data-10.0.0.ebuild b/app-i18n/unicode-data/unicode-data-10.0.0.ebuild index eb07fea7ebc..b423a0debd9 100644 --- a/app-i18n/unicode-data/unicode-data-10.0.0.ebuild +++ b/app-i18n/unicode-data/unicode-data-10.0.0.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=6 @@ -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 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="" DEPEND="app-arch/unzip"