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 BF7D013835A for ; Wed, 2 Dec 2020 23:31:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 172C7E0855; Wed, 2 Dec 2020 23:31:08 +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 EFBDCE08F3 for ; Wed, 2 Dec 2020 23:31:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8E3F1341212 for ; Wed, 2 Dec 2020 23:31:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2392A477 for ; Wed, 2 Dec 2020 23:31:04 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1606951846.c4e4725f20a75c7a708d28f25850864395a8b940.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/findlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/findlib/findlib-1.8.1-r1.ebuild X-VCS-Directories: dev-ml/findlib/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: c4e4725f20a75c7a708d28f25850864395a8b940 X-VCS-Branch: master Date: Wed, 2 Dec 2020 23:31:04 +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: d9cb89ae-1198-4747-bff7-190c414a4115 X-Archives-Hash: 755451e7de1c2b31a8585f6dbfeda0ab commit: c4e4725f20a75c7a708d28f25850864395a8b940 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Dec 2 23:22:11 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Dec 2 23:30:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4e4725f dev-ml/findlib: x86 stable (bug #757447) Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann gentoo.org> dev-ml/findlib/findlib-1.8.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/findlib/findlib-1.8.1-r1.ebuild b/dev-ml/findlib/findlib-1.8.1-r1.ebuild index e1f5f3821ba..6880e1c5c7a 100644 --- a/dev-ml/findlib/findlib-1.8.1-r1.ebuild +++ b/dev-ml/findlib/findlib-1.8.1-r1.ebuild @@ -13,7 +13,7 @@ IUSE="doc +ocamlopt tk" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" DEPEND=">=dev-lang/ocaml-4.08.1-r1:=[ocamlopt?] tk? ( dev-ml/labltk:= )"