summaryrefslogtreecommitdiff
path: root/virtual
diff options
context:
space:
mode:
authorLothar Serra Mari <mail@serra.me>2025-11-21 10:11:05 +0100
committerMichael Orlitzky <mjo@gentoo.org>2025-11-24 19:26:46 -0500
commitc15a5305ad0ae4412d1771026e13e1bb73ea3280 (patch)
tree8f7d3caf774beba8d7c81e966a2dd157102f16be /virtual
parent0a2c144f058dec4899938aa5c6e09378d0e3dac5 (diff)
downloadgentoo-c15a5305ad0ae4412d1771026e13e1bb73ea3280.tar.gz
gentoo-c15a5305ad0ae4412d1771026e13e1bb73ea3280.tar.bz2
gentoo-c15a5305ad0ae4412d1771026e13e1bb73ea3280.zip
virtual/httpd-php: add 8.5
Signed-off-by: Lothar Serra Mari <mail@serra.me> Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r--virtual/httpd-php/httpd-php-8.5.ebuild12
1 files changed, 12 insertions, 0 deletions
diff --git a/virtual/httpd-php/httpd-php-8.5.ebuild b/virtual/httpd-php/httpd-php-8.5.ebuild
new file mode 100644
index 000000000000..9cd21c8a2317
--- /dev/null
+++ b/virtual/httpd-php/httpd-php-8.5.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+DESCRIPTION="Virtual to provide PHP-enabled webservers"
+SLOT="${PV}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+RDEPEND="|| ( dev-lang/php:${SLOT}[fpm]
+ dev-lang/php:${SLOT}[apache2]
+ dev-lang/php:${SLOT}[cgi] )"