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 095CD1382C5 for ; Sun, 27 Dec 2020 09:20:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EEF7E0919; Sun, 27 Dec 2020 09:20:27 +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 340E0E0919 for ; Sun, 27 Dec 2020 09:20:27 +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 CDD6E3412FE for ; Sun, 27 Dec 2020 09:20:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51B714B for ; Sun, 27 Dec 2020 09:20:24 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1609060821.f48ce729d52aa699cd95a7e26c10832fc1ab2fdf.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/zlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/zlib/zlib-1.2.11-r3.ebuild X-VCS-Directories: sys-libs/zlib/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: f48ce729d52aa699cd95a7e26c10832fc1ab2fdf X-VCS-Branch: master Date: Sun, 27 Dec 2020 09:20:24 +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: 2cadcd9c-97e7-49d6-acfd-a9d171f28f75 X-Archives-Hash: 99a8c03edab60678e5d9e823b8d76856 commit: f48ce729d52aa699cd95a7e26c10832fc1ab2fdf Author: Fabian Groffen gentoo org> AuthorDate: Sun Dec 27 09:18:07 2020 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Dec 27 09:20:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f48ce729 sys-libs/zlib-1.2.11-r3: drop static-libs support (mint was dropped) Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen gentoo.org> sys-libs/zlib/zlib-1.2.11-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/zlib/zlib-1.2.11-r3.ebuild b/sys-libs/zlib/zlib-1.2.11-r3.ebuild index 72cb84f2ce2..050208082f0 100644 --- a/sys-libs/zlib/zlib-1.2.11-r3.ebuild +++ b/sys-libs/zlib/zlib-1.2.11-r3.ebuild @@ -75,7 +75,7 @@ multilib_src_configure() { *) local uname=$("${EPREFIX}"/usr/share/gnuconfig/config.sub "${CHOST}" | cut -d- -f3) #347167 local myconf=( - $(tc-is-static-only && echo "--static" || echo "--shared") + --shared --prefix="${EPREFIX}/usr" --libdir="${EPREFIX}/usr/$(get_libdir)" ${uname:+--uname=${uname}}