Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PHP_Timer/
Date: Fri, 07 Jan 2022 14:36:54
Message-Id: 1641566181.98498c4fbda89323b0611eba06ba015a9bd67086.grknight@gentoo
1 commit: 98498c4fbda89323b0611eba06ba015a9bd67086
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 7 14:36:21 2022 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 7 14:36:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98498c4f
7
8 dev-php/PHP_Timer: Update PHP and EAPI versions
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11
12 dev-php/PHP_Timer/PHP_Timer-5.0.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-php/PHP_Timer/PHP_Timer-5.0.3.ebuild b/dev-php/PHP_Timer/PHP_Timer-5.0.3.ebuild
16 index 2ce617845f94..411c705df558 100644
17 --- a/dev-php/PHP_Timer/PHP_Timer-5.0.3.ebuild
18 +++ b/dev-php/PHP_Timer/PHP_Timer-5.0.3.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2022 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 MY_PN="php-timer"
27
28 @@ -17,7 +17,7 @@ IUSE=""
29 S="${WORKDIR}/${MY_PN}-${PV}"
30
31 RDEPEND="dev-php/fedora-autoloader
32 - >=dev-lang/php-7.1:*"
33 + >=dev-lang/php-7.3:*"
34
35 src_install() {
36 insinto /usr/share/php/PHP/Timer