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 043A4158020 for ; Mon, 12 Dec 2022 18:22:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 336E9E07AE; Mon, 12 Dec 2022 18:22:29 +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 15351E07AE for ; Mon, 12 Dec 2022 18:22:28 +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 E4D4D3410B7 for ; Mon, 12 Dec 2022 18:22:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AE9672B for ; Mon, 12 Dec 2022 18:22:26 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1670869270.1c8dd2fcb2df324af81383b68532291f08041e79.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-rrd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-rrd/pecl-rrd-2.0.3.ebuild X-VCS-Directories: dev-php/pecl-rrd/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 1c8dd2fcb2df324af81383b68532291f08041e79 X-VCS-Branch: master Date: Mon, 12 Dec 2022 18:22:26 +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: ed53e59b-4b36-4afd-8e6f-7d2643f11dba X-Archives-Hash: 8db525c2dce19e78accfd1e16e2cecd4 commit: 1c8dd2fcb2df324af81383b68532291f08041e79 Author: Brian Evans gentoo org> AuthorDate: Mon Dec 12 18:21:10 2022 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Dec 12 18:21:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c8dd2fc dev-php/pecl-rrd: Adjust targets on 2.0.3 Signed-off-by: Brian Evans gentoo.org> dev-php/pecl-rrd/pecl-rrd-2.0.3.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-php/pecl-rrd/pecl-rrd-2.0.3.ebuild b/dev-php/pecl-rrd/pecl-rrd-2.0.3.ebuild index 034811552435..7cdb21a8d0eb 100644 --- a/dev-php/pecl-rrd/pecl-rrd-2.0.3.ebuild +++ b/dev-php/pecl-rrd/pecl-rrd-2.0.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" -USE_PHP="php7-3 php7-4 php8-0" +USE_PHP="php7-4 php8-0 php8-1 php8-2" inherit php-ext-pecl-r3 @@ -14,6 +14,7 @@ KEYWORDS="~amd64 ~x86" DEPEND="net-analyzer/rrdtool[graph(-)]" RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig" #PATCHES=( "${FILESDIR}/${PV}" ) PHP_EXT_ECONF_ARGS=()