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 A7E38139084 for ; Tue, 19 Dec 2017 05:16:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC5FCE1130; Tue, 19 Dec 2017 05:16:05 +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 8ADF7E112F for ; Tue, 19 Dec 2017 05:16:05 +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 3319033BF01 for ; Tue, 19 Dec 2017 05:16:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FBB7AE8D for ; Tue, 19 Dec 2017 05:16:02 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1513660547.29b30e8fdbbd281c6e16368d84cfa7bf31df4d21.perfinion@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-r1.ebuild X-VCS-Directories: app-i18n/uchardet/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 29b30e8fdbbd281c6e16368d84cfa7bf31df4d21 X-VCS-Branch: master Date: Tue, 19 Dec 2017 05:16:02 +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: 3e958d63-f2ea-4268-a9e9-04a81c5370f6 X-Archives-Hash: 74e8cc0bd7c1d96ff23050123b64abf6 commit: 29b30e8fdbbd281c6e16368d84cfa7bf31df4d21 Author: Jason Zaman gentoo org> AuthorDate: Tue Dec 19 04:51:02 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Tue Dec 19 05:15:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29b30e8f app-i18n/uchardet: amd64 stable Gentoo-bug: 639636 Package-Manager: Portage-2.3.13, Repoman-2.3.3 app-i18n/uchardet/uchardet-0.0.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/uchardet/uchardet-0.0.6-r1.ebuild b/app-i18n/uchardet/uchardet-0.0.6-r1.ebuild index ef5b2e5eb3f..408937d901e 100644 --- a/app-i18n/uchardet/uchardet-0.0.6-r1.ebuild +++ b/app-i18n/uchardet/uchardet-0.0.6-r1.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 ~x86" IUSE="cpu_flags_x86_sse2 static-libs test" PATCHES=( "${FILESDIR}/${P}-enforce-IEEE-float-precision.patch" )