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 965C3158086 for ; Sun, 2 Jan 2022 09:13:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 482182BC051; Sun, 2 Jan 2022 09:13:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 83F4E2BC015 for ; Sun, 2 Jan 2022 09:13:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5CC8A3430DF for ; Sun, 2 Jan 2022 09:13:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89E35275 for ; Sun, 2 Jan 2022 09:13:45 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1641114800.45eb73a2afe320d294cd686acdf3537e4f8462cf.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/apr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/apr/apr-1.6.3-r7.ebuild dev-libs/apr/apr-1.6.5-r4.ebuild dev-libs/apr/apr-1.7.0-r4.ebuild X-VCS-Directories: dev-libs/apr/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 45eb73a2afe320d294cd686acdf3537e4f8462cf X-VCS-Branch: master Date: Sun, 2 Jan 2022 09:13:45 +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: 84518133-52e5-4511-b3bf-232eee02e789 X-Archives-Hash: 5bf2f5bd9ee52dae2dad0cd2a71e17be commit: 45eb73a2afe320d294cd686acdf3537e4f8462cf Author: David Seifert gentoo org> AuthorDate: Sun Jan 2 09:13:20 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jan 2 09:13:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45eb73a2 dev-libs/apr: remove mintlib Signed-off-by: David Seifert gentoo.org> dev-libs/apr/apr-1.6.3-r7.ebuild | 7 ++----- dev-libs/apr/apr-1.6.5-r4.ebuild | 7 ++----- dev-libs/apr/apr-1.7.0-r4.ebuild | 7 ++----- 3 files changed, 6 insertions(+), 15 deletions(-) diff --git a/dev-libs/apr/apr-1.6.3-r7.ebuild b/dev-libs/apr/apr-1.6.3-r7.ebuild index c75f62684321..b40da1231ded 100644 --- a/dev-libs/apr/apr-1.6.3-r7.ebuild +++ b/dev-libs/apr/apr-1.6.3-r7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,8 +16,7 @@ IUSE="doc elibc_FreeBSD older-kernels-compatibility selinux static-libs +urandom # See bug #815265 for libcrypt dependency CDEPEND="virtual/libcrypt:= - elibc_glibc? ( >=sys-apps/util-linux-2.16 ) - elibc_mintlib? ( >=sys-apps/util-linux-2.18 )" + elibc_glibc? ( >=sys-apps/util-linux-2.16 )" RDEPEND="${CDEPEND} selinux? ( sec-policy/selinux-base-policy )" DEPEND="${CDEPEND} @@ -55,8 +54,6 @@ src_configure() { --with-installbuilddir=/usr/share/${PN}/build ) - [[ ${CHOST} == *-mint* ]] && export ac_cv_func_poll=no - if use older-kernels-compatibility; then local apr_cv_accept4 apr_cv_dup3 apr_cv_epoll_create1 apr_cv_sock_cloexec export apr_cv_accept4="no" diff --git a/dev-libs/apr/apr-1.6.5-r4.ebuild b/dev-libs/apr/apr-1.6.5-r4.ebuild index 23b1b8827b30..f21c146c5bfc 100644 --- a/dev-libs/apr/apr-1.6.5-r4.ebuild +++ b/dev-libs/apr/apr-1.6.5-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,8 +16,7 @@ IUSE="doc elibc_FreeBSD older-kernels-compatibility selinux static-libs +urandom # See bug #815265 for libcrypt dependency CDEPEND="virtual/libcrypt:= - elibc_glibc? ( >=sys-apps/util-linux-2.16 ) - elibc_mintlib? ( >=sys-apps/util-linux-2.18 )" + elibc_glibc? ( >=sys-apps/util-linux-2.16 )" RDEPEND="${CDEPEND} selinux? ( sec-policy/selinux-base-policy )" DEPEND="${CDEPEND} @@ -54,8 +53,6 @@ src_configure() { --with-installbuilddir="${EPREFIX}"/usr/share/${PN}/build ) - [[ ${CHOST} == *-mint* ]] && export ac_cv_func_poll=no - if use older-kernels-compatibility; then local apr_cv_accept4 apr_cv_dup3 apr_cv_epoll_create1 apr_cv_sock_cloexec export apr_cv_accept4="no" diff --git a/dev-libs/apr/apr-1.7.0-r4.ebuild b/dev-libs/apr/apr-1.7.0-r4.ebuild index f8831c4a5562..307db0bc65b4 100644 --- a/dev-libs/apr/apr-1.7.0-r4.ebuild +++ b/dev-libs/apr/apr-1.7.0-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,8 +16,7 @@ IUSE="doc elibc_FreeBSD older-kernels-compatibility selinux static-libs +urandom # See bug #815265 for libcrypt dependency CDEPEND="virtual/libcrypt:= - elibc_glibc? ( >=sys-apps/util-linux-2.16 ) - elibc_mintlib? ( >=sys-apps/util-linux-2.18 )" + elibc_glibc? ( >=sys-apps/util-linux-2.16 )" RDEPEND="${CDEPEND} selinux? ( sec-policy/selinux-base-policy )" DEPEND="${CDEPEND} @@ -55,8 +54,6 @@ src_configure() { --with-installbuilddir="${EPREFIX}"/usr/share/${PN}/build ) - [[ ${CHOST} == *-mint* ]] && export ac_cv_func_poll=no - if use older-kernels-compatibility; then local apr_cv_accept4 apr_cv_dup3 apr_cv_epoll_create1 apr_cv_sock_cloexec export apr_cv_accept4="no"