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 926BB158086 for ; Fri, 7 Jan 2022 14:36:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D057B2BC023; Fri, 7 Jan 2022 14:36:53 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A151B2BC023 for ; Fri, 7 Jan 2022 14:36:53 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B986D342CFD for ; Fri, 7 Jan 2022 14:36:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2804B23E for ; Fri, 7 Jan 2022 14:36:51 +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: <1641566181.98498c4fbda89323b0611eba06ba015a9bd67086.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PHP_Timer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PHP_Timer/PHP_Timer-5.0.3.ebuild X-VCS-Directories: dev-php/PHP_Timer/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 98498c4fbda89323b0611eba06ba015a9bd67086 X-VCS-Branch: master Date: Fri, 7 Jan 2022 14:36:51 +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: af130a27-663a-49ab-a313-bd53912e9360 X-Archives-Hash: e86d8dddb826bfdcf626807c50656721 commit: 98498c4fbda89323b0611eba06ba015a9bd67086 Author: Brian Evans gentoo org> AuthorDate: Fri Jan 7 14:36:21 2022 +0000 Commit: Brian Evans gentoo org> CommitDate: Fri Jan 7 14:36:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98498c4f dev-php/PHP_Timer: Update PHP and EAPI versions Signed-off-by: Brian Evans gentoo.org> dev-php/PHP_Timer/PHP_Timer-5.0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/PHP_Timer/PHP_Timer-5.0.3.ebuild b/dev-php/PHP_Timer/PHP_Timer-5.0.3.ebuild index 2ce617845f94..411c705df558 100644 --- a/dev-php/PHP_Timer/PHP_Timer-5.0.3.ebuild +++ b/dev-php/PHP_Timer/PHP_Timer-5.0.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 MY_PN="php-timer" @@ -17,7 +17,7 @@ IUSE="" S="${WORKDIR}/${MY_PN}-${PV}" RDEPEND="dev-php/fedora-autoloader - >=dev-lang/php-7.1:*" + >=dev-lang/php-7.3:*" src_install() { insinto /usr/share/php/PHP/Timer