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 2E9DE1382C5 for ; Sat, 10 Mar 2018 09:45:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A674E0825; Sat, 10 Mar 2018 09:45:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 14EA1E0825 for ; Sat, 10 Mar 2018 09:45:43 +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 6CEED335C30 for ; Sat, 10 Mar 2018 09:45:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84AFE243 for ; Sat, 10 Mar 2018 09:45:40 +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: <1520675127.eb3df512b5fdbf2378693bf1050d718de08cc94e.slyfox@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: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: eb3df512b5fdbf2378693bf1050d718de08cc94e X-VCS-Branch: master Date: Sat, 10 Mar 2018 09:45:40 +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: 7960463e-4946-4425-a698-681473faf337 X-Archives-Hash: a3fce98ca5c9a339417e76ce9522a97e commit: eb3df512b5fdbf2378693bf1050d718de08cc94e Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat Mar 10 09:13:37 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Mar 10 09:45:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb3df512 app-i18n/uchardet: keyworded 0.0.6-r2 for sparc, bug #608316 Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" 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 361641ad4cd..84b728f940e 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 ~hppa ppc ppc64 x86" +KEYWORDS="alpha amd64 ~arm ~hppa ppc ppc64 ~sparc x86" IUSE="cpu_flags_x86_sse2 static-libs test" PATCHES=( "${FILESDIR}/${P}-enforce-IEEE-float-precision-r1.patch" )