commit: fdbc9c4400b24dc237a58787a509961415c0cde1
Author: Lothar Serra Mari <mail <AT> serra <DOT> me>
AuthorDate: Mon Nov 25 08:11:16 2024 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Mar 17 01:43:08 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdbc9c44
virtual/httpd-php: add 8.4
Signed-off-by: Lothar Serra Mari <mail <AT> serra.me>
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
virtual/httpd-php/httpd-php-8.4.ebuild | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/virtual/httpd-php/httpd-php-8.4.ebuild
b/virtual/httpd-php/httpd-php-8.4.ebuild
new file mode 100644
index 000000000000..869c24161029
--- /dev/null
+++ b/virtual/httpd-php/httpd-php-8.4.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2024 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] )"