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 7AB51138359 for ; Mon, 19 Oct 2020 03:35:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB4EAE097B; Mon, 19 Oct 2020 03:35:17 +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 72AD3E097B for ; Mon, 19 Oct 2020 03:35:17 +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 6740F335DA7 for ; Mon, 19 Oct 2020 03:35:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DEF4332 for ; Mon, 19 Oct 2020 03:35:14 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1603078500.9e83236b29ac29a53f732c179f25179c8e87dbe0.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/uchardet/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/uchardet/uchardet-0.0.6-r2.ebuild X-VCS-Directories: app-i18n/uchardet/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 9e83236b29ac29a53f732c179f25179c8e87dbe0 X-VCS-Branch: master Date: Mon, 19 Oct 2020 03:35:14 +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: a6e945cd-9388-4e1e-8a1c-1e5df66e3b40 X-Archives-Hash: fbac852490e26a5566301b128c990516 commit: 9e83236b29ac29a53f732c179f25179c8e87dbe0 Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Oct 19 03:35:00 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Oct 19 03:35:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e83236b app-i18n/uchardet: 0.0.6-r2 arm64 stable, bug #750035 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev gentoo.org> app-i18n/uchardet/uchardet-0.0.6-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/uchardet/uchardet-0.0.6-r2.ebuild b/app-i18n/uchardet/uchardet-0.0.6-r2.ebuild index 9653c0231a4..5c30792962a 100644 --- a/app-i18n/uchardet/uchardet-0.0.6-r2.ebuild +++ b/app-i18n/uchardet/uchardet-0.0.6-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.freedesktop.org/software/uchardet/releases/${P}.tar.xz" LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ppc ppc64 sparc x86" IUSE="cpu_flags_x86_sse2 static-libs test" RESTRICT="!test? ( test )"