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 EBD3B138334 for ; Mon, 30 Dec 2019 12:29:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAAE7E0ACE; Mon, 30 Dec 2019 12:29:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 7F8AEE0A5D for ; Mon, 30 Dec 2019 12:29:15 +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 1340034DCBF for ; Mon, 30 Dec 2019 12:29:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09B142B for ; Mon, 30 Dec 2019 12:29:12 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1577708895.63f28d599541ee47927d9cd7ba6852eba26e9b7d.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/fribidi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/fribidi/fribidi-1.0.8.ebuild X-VCS-Directories: dev-libs/fribidi/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 63f28d599541ee47927d9cd7ba6852eba26e9b7d X-VCS-Branch: master Date: Mon, 30 Dec 2019 12:29:12 +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: ce8a9f4a-92da-4652-a470-76c5d4ad35dd X-Archives-Hash: 18be560307f48dc93de4b9f5ee0cb6b6 commit: 63f28d599541ee47927d9cd7ba6852eba26e9b7d Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Dec 30 12:28:15 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Dec 30 12:28:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63f28d59 dev-libs/fribidi: x86 stable wrt bug #699338 Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> dev-libs/fribidi/fribidi-1.0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/fribidi/fribidi-1.0.8.ebuild b/dev-libs/fribidi/fribidi-1.0.8.ebuild index 65a14e6244d..df15f720320 100644 --- a/dev-libs/fribidi/fribidi-1.0.8.ebuild +++ b/dev-libs/fribidi/fribidi-1.0.8.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/fribidi/fribidi/releases/download/v${PV}/${P}.tar.bz LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" RDEPEND=""