summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Puskas <zoltan@sinustrom.info>2024-01-31 23:40:36 -0800
committerJoonas Niilola <juippis@gentoo.org>2024-02-10 10:04:05 +0200
commit8d9988038253794da35856f73d54f0c4e6343813 (patch)
tree6ea6472ca24e3a72fc3be87c8d2fb596e482c0ef /virtual/httpd-php/httpd-php-8.3.ebuild
parentdev-ruby/yard: add ruby33 (diff)
downloadgentoo-8d9988038253794da35856f73d54f0c4e6343813.tar.gz
gentoo-8d9988038253794da35856f73d54f0c4e6343813.tar.bz2
gentoo-8d9988038253794da35856f73d54f0c4e6343813.zip
virtual/httpd-php: Bump to 8.3
Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Closes: https://github.com/gentoo/gentoo/pull/35131 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'virtual/httpd-php/httpd-php-8.3.ebuild')
-rw-r--r--virtual/httpd-php/httpd-php-8.3.ebuild12
1 files changed, 12 insertions, 0 deletions
diff --git a/virtual/httpd-php/httpd-php-8.3.ebuild b/virtual/httpd-php/httpd-php-8.3.ebuild
new file mode 100644
index 000000000000..6d8fd83b9eb1
--- /dev/null
+++ b/virtual/httpd-php/httpd-php-8.3.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 ~ia64 ~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] )"