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 B48E1158086 for ; Sun, 2 Jan 2022 17:49:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC0302BC01D; Sun, 2 Jan 2022 17:49:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9AEFE2BC01D for ; Sun, 2 Jan 2022 17:49:36 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC3A43430E3 for ; Sun, 2 Jan 2022 17:49:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F4B926D for ; Sun, 2 Jan 2022 17:49:34 +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: <1641145724.355582849f2c9474ff15fb13525d8009dc42e75a.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/php/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/php/php-7.3.32.ebuild dev-lang/php/php-7.3.33.ebuild dev-lang/php/php-7.4.25.ebuild dev-lang/php/php-7.4.26.ebuild dev-lang/php/php-7.4.27.ebuild dev-lang/php/php-8.0.12.ebuild dev-lang/php/php-8.0.13.ebuild dev-lang/php/php-8.0.14.ebuild dev-lang/php/php-8.1.0.ebuild dev-lang/php/php-8.1.1.ebuild X-VCS-Directories: dev-lang/php/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 355582849f2c9474ff15fb13525d8009dc42e75a X-VCS-Branch: master Date: Sun, 2 Jan 2022 17:49:34 +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: f8d4aabe-4b02-4d10-af7c-2b61e4af4440 X-Archives-Hash: 353ebb521f548b43f4a17120ca05a9a3 commit: 355582849f2c9474ff15fb13525d8009dc42e75a Author: David Seifert gentoo org> AuthorDate: Sun Jan 2 17:48:44 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jan 2 17:48:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35558284 dev-lang/php: remove freebsd-libc Signed-off-by: David Seifert gentoo.org> dev-lang/php/php-7.3.32.ebuild | 4 ++-- dev-lang/php/php-7.3.33.ebuild | 4 ++-- dev-lang/php/php-7.4.25.ebuild | 4 ++-- dev-lang/php/php-7.4.26.ebuild | 4 ++-- dev-lang/php/php-7.4.27.ebuild | 4 ++-- dev-lang/php/php-8.0.12.ebuild | 4 ++-- dev-lang/php/php-8.0.13.ebuild | 4 ++-- dev-lang/php/php-8.0.14.ebuild | 4 ++-- dev-lang/php/php-8.1.0.ebuild | 4 ++-- dev-lang/php/php-8.1.1.ebuild | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/dev-lang/php/php-7.3.32.ebuild b/dev-lang/php/php-7.3.32.ebuild index eb176b40cd3d..e4451e5cc637 100644 --- a/dev-lang/php/php-7.3.32.ebuild +++ b/dev-lang/php/php-7.3.32.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" @@ -269,7 +269,7 @@ src_configure() { $(use_enable hash hash) $(use_with mhash mhash "${EPREFIX}/usr") $(use_with iconv iconv \ - $(use elibc_glibc || use elibc_musl || use elibc_FreeBSD || echo "${EPREFIX}/usr")) + $(use elibc_glibc || use elibc_musl || echo "${EPREFIX}/usr")) $(use_enable intl intl) $(use_enable ipv6 ipv6) $(use_enable json json) diff --git a/dev-lang/php/php-7.3.33.ebuild b/dev-lang/php/php-7.3.33.ebuild index e1ab493e57a6..8877e1d31eb4 100644 --- a/dev-lang/php/php-7.3.33.ebuild +++ b/dev-lang/php/php-7.3.33.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" @@ -269,7 +269,7 @@ src_configure() { $(use_enable hash hash) $(use_with mhash mhash "${EPREFIX}/usr") $(use_with iconv iconv \ - $(use elibc_glibc || use elibc_musl || use elibc_FreeBSD || echo "${EPREFIX}/usr")) + $(use elibc_glibc || use elibc_musl || echo "${EPREFIX}/usr")) $(use_enable intl intl) $(use_enable ipv6 ipv6) $(use_enable json json) diff --git a/dev-lang/php/php-7.4.25.ebuild b/dev-lang/php/php-7.4.25.ebuild index ea60a2d13396..2cc434eedb4d 100644 --- a/dev-lang/php/php-7.4.25.ebuild +++ b/dev-lang/php/php-7.4.25.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" @@ -262,7 +262,7 @@ src_configure() { $(use_with gmp gmp "${EPREFIX}/usr") $(use_with mhash mhash "${EPREFIX}/usr") $(use_with iconv iconv \ - $(use elibc_glibc || use elibc_musl || use elibc_FreeBSD || echo "${EPREFIX}/usr")) + $(use elibc_glibc || use elibc_musl || echo "${EPREFIX}/usr")) $(use_enable intl) $(use_enable ipv6) $(use_enable json) diff --git a/dev-lang/php/php-7.4.26.ebuild b/dev-lang/php/php-7.4.26.ebuild index 2ef10fa15f96..cee27f7d4134 100644 --- a/dev-lang/php/php-7.4.26.ebuild +++ b/dev-lang/php/php-7.4.26.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" @@ -261,7 +261,7 @@ src_configure() { $(use_with gmp gmp "${EPREFIX}/usr") $(use_with mhash mhash "${EPREFIX}/usr") $(use_with iconv iconv \ - $(use elibc_glibc || use elibc_musl || use elibc_FreeBSD || echo "${EPREFIX}/usr")) + $(use elibc_glibc || use elibc_musl || echo "${EPREFIX}/usr")) $(use_enable intl) $(use_enable ipv6) $(use_enable json) diff --git a/dev-lang/php/php-7.4.27.ebuild b/dev-lang/php/php-7.4.27.ebuild index 2ef10fa15f96..cee27f7d4134 100644 --- a/dev-lang/php/php-7.4.27.ebuild +++ b/dev-lang/php/php-7.4.27.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" @@ -261,7 +261,7 @@ src_configure() { $(use_with gmp gmp "${EPREFIX}/usr") $(use_with mhash mhash "${EPREFIX}/usr") $(use_with iconv iconv \ - $(use elibc_glibc || use elibc_musl || use elibc_FreeBSD || echo "${EPREFIX}/usr")) + $(use elibc_glibc || use elibc_musl || echo "${EPREFIX}/usr")) $(use_enable intl) $(use_enable ipv6) $(use_enable json) diff --git a/dev-lang/php/php-8.0.12.ebuild b/dev-lang/php/php-8.0.12.ebuild index fa6e96581f24..44a21e552771 100644 --- a/dev-lang/php/php-8.0.12.ebuild +++ b/dev-lang/php/php-8.0.12.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" @@ -263,7 +263,7 @@ src_configure() { $(use_with gmp gmp "${EPREFIX}/usr") $(use_with mhash mhash "${EPREFIX}/usr") $(use_with iconv iconv \ - $(use elibc_glibc || use elibc_musl || use elibc_FreeBSD || echo "${EPREFIX}/usr")) + $(use elibc_glibc || use elibc_musl || echo "${EPREFIX}/usr")) $(use_enable intl) $(use_enable ipv6) $(use_with kerberos) diff --git a/dev-lang/php/php-8.0.13.ebuild b/dev-lang/php/php-8.0.13.ebuild index c02305618bfb..76be376118a8 100644 --- a/dev-lang/php/php-8.0.13.ebuild +++ b/dev-lang/php/php-8.0.13.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" @@ -276,7 +276,7 @@ src_configure() { $(use_with gmp gmp "${EPREFIX}/usr") $(use_with mhash mhash "${EPREFIX}/usr") $(use_with iconv iconv \ - $(use elibc_glibc || use elibc_musl || use elibc_FreeBSD || echo "${EPREFIX}/usr")) + $(use elibc_glibc || use elibc_musl || echo "${EPREFIX}/usr")) $(use_enable intl) $(use_enable ipv6) $(use_with kerberos) diff --git a/dev-lang/php/php-8.0.14.ebuild b/dev-lang/php/php-8.0.14.ebuild index c02305618bfb..76be376118a8 100644 --- a/dev-lang/php/php-8.0.14.ebuild +++ b/dev-lang/php/php-8.0.14.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" @@ -276,7 +276,7 @@ src_configure() { $(use_with gmp gmp "${EPREFIX}/usr") $(use_with mhash mhash "${EPREFIX}/usr") $(use_with iconv iconv \ - $(use elibc_glibc || use elibc_musl || use elibc_FreeBSD || echo "${EPREFIX}/usr")) + $(use elibc_glibc || use elibc_musl || echo "${EPREFIX}/usr")) $(use_enable intl) $(use_enable ipv6) $(use_with kerberos) diff --git a/dev-lang/php/php-8.1.0.ebuild b/dev-lang/php/php-8.1.0.ebuild index 06528d5bb928..423e9f806689 100644 --- a/dev-lang/php/php-8.1.0.ebuild +++ b/dev-lang/php/php-8.1.0.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="8" @@ -277,7 +277,7 @@ src_configure() { $(use_with gmp gmp "${EPREFIX}/usr") $(use_with mhash mhash "${EPREFIX}/usr") $(use_with iconv iconv \ - $(use elibc_glibc || use elibc_musl || use elibc_FreeBSD || echo "${EPREFIX}/usr")) + $(use elibc_glibc || use elibc_musl || echo "${EPREFIX}/usr")) $(use_enable intl) $(use_enable ipv6) $(use_with kerberos) diff --git a/dev-lang/php/php-8.1.1.ebuild b/dev-lang/php/php-8.1.1.ebuild index 06528d5bb928..423e9f806689 100644 --- a/dev-lang/php/php-8.1.1.ebuild +++ b/dev-lang/php/php-8.1.1.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="8" @@ -277,7 +277,7 @@ src_configure() { $(use_with gmp gmp "${EPREFIX}/usr") $(use_with mhash mhash "${EPREFIX}/usr") $(use_with iconv iconv \ - $(use elibc_glibc || use elibc_musl || use elibc_FreeBSD || echo "${EPREFIX}/usr")) + $(use elibc_glibc || use elibc_musl || echo "${EPREFIX}/usr")) $(use_enable intl) $(use_enable ipv6) $(use_with kerberos)