From 994bf077f675f490d91c4005f0b27bf89e2a0319 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 8 Aug 2023 09:38:55 -0400 Subject: [PATCH] phoronix-test-suite: depend on php-runtime virtual package. --- srcpkgs/phoronix-test-suite/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/phoronix-test-suite/template b/srcpkgs/phoronix-test-suite/template index 16b4034bec2..341d4062584 100644 --- a/srcpkgs/phoronix-test-suite/template +++ b/srcpkgs/phoronix-test-suite/template @@ -1,8 +1,8 @@ # Template file for 'phoronix-test-suite' pkgname=phoronix-test-suite version=10.8.4 -revision=2 -depends="php8.1" +revision=3 +depends="virtual?php-runtime" short_desc="Comprehensive testing and benchmarking platform for Linux" maintainer="Enno Boland " license="GPL-3.0-or-later"