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 9B977138334 for ; Sat, 21 Sep 2019 18:09:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E9A6E086A; Sat, 21 Sep 2019 18:09:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 58748E086A for ; Sat, 21 Sep 2019 18:09:13 +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 7834034B44D for ; Sat, 21 Sep 2019 18:09:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 857BD7F7 for ; Sat, 21 Sep 2019 18:09:09 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1569089327.41348b0c6cc2509243fc3cfccd63c539e50c7d69.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/isl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/isl/isl-0.21.ebuild X-VCS-Directories: dev-libs/isl/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 41348b0c6cc2509243fc3cfccd63c539e50c7d69 X-VCS-Branch: master Date: Sat, 21 Sep 2019 18:09:09 +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: ed75cd86-4699-4b14-ba04-6a6441356277 X-Archives-Hash: 01aa7516c03ba5faa09141e983ac8fb5 commit: 41348b0c6cc2509243fc3cfccd63c539e50c7d69 Author: Matt Turner gentoo org> AuthorDate: Sat Sep 21 18:08:36 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Sep 21 18:08:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41348b0c dev-libs/isl-0.21: alpha stable, bug 693842 Signed-off-by: Matt Turner gentoo.org> dev-libs/isl/isl-0.21.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/isl/isl-0.21.ebuild b/dev-libs/isl/isl-0.21.ebuild index 3924d1c2af6..96492b25b89 100644 --- a/dev-libs/isl/isl-0.21.ebuild +++ b/dev-libs/isl/isl-0.21.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://isl.gforge.inria.fr/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0/21" -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="static-libs" RDEPEND=">=dev-libs/gmp-5.1.3-r1[${MULTILIB_USEDEP}]"