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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3929D158086 for ; Fri, 3 Dec 2021 21:53:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40D0D2BC014; Fri, 3 Dec 2021 21:53:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 281822BC014 for ; Fri, 3 Dec 2021 21:53:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DDDFC34323D for ; Fri, 3 Dec 2021 21:53:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 329031FE for ; Fri, 3 Dec 2021 21:53:22 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1638568399.6b37da4864f81716c5cb6d48810cf56245c7c70d.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/polyml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/polyml/polyml-5.9-r1.ebuild dev-lang/polyml/polyml-5.9.ebuild X-VCS-Directories: dev-lang/polyml/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 6b37da4864f81716c5cb6d48810cf56245c7c70d X-VCS-Branch: master Date: Fri, 3 Dec 2021 21:53:22 +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: 96e955c1-dbca-4d32-8bff-3b8ab2aba9d8 X-Archives-Hash: 5f27b38de96c2fd93afd656fbcfe4783 commit: 6b37da4864f81716c5cb6d48810cf56245c7c70d Author: Maciej Barć gentoo org> AuthorDate: Fri Dec 3 20:19:01 2021 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Dec 3 21:53:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b37da48 dev-lang/polyml: dev-libs/gmp slot; no need for --disable-static Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Maciej Barć gentoo.org> dev-lang/polyml/{polyml-5.9.ebuild => polyml-5.9-r1.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-lang/polyml/polyml-5.9.ebuild b/dev-lang/polyml/polyml-5.9-r1.ebuild similarity index 94% rename from dev-lang/polyml/polyml-5.9.ebuild rename to dev-lang/polyml/polyml-5.9-r1.ebuild index 274072233610..36f9d9054e80 100644 --- a/dev-lang/polyml/polyml-5.9.ebuild +++ b/dev-lang/polyml/polyml-5.9-r1.ebuild @@ -17,7 +17,7 @@ IUSE="X +gmp portable" RDEPEND=" dev-libs/libffi:= X? ( x11-libs/motif:0 ) - gmp? ( >=dev-libs/gmp-5 ) + gmp? ( >=dev-libs/gmp-5:= ) " DEPEND="${RDEPEND}" @@ -32,7 +32,6 @@ src_prepare() { src_configure() { local myconf=( - --disable-static --enable-shared --with-pic=pic-only $(use_enable !portable native-codegeneration)