Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/httpd-php/
Date: Fri, 30 Sep 2022 17:14:31
Message-Id: 1664558060.2533b3b7e53278437ef6e657cc6c1833f27ceb7b.grknight@gentoo
1 commit: 2533b3b7e53278437ef6e657cc6c1833f27ceb7b
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 17:12:20 2022 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 17:14:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2533b3b7
7
8 virtual/httpd-php: Add 8.2 slot
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11
12 virtual/httpd-php/httpd-php-8.2.ebuild | 12 ++++++++++++
13 1 file changed, 12 insertions(+)
14
15 diff --git a/virtual/httpd-php/httpd-php-8.2.ebuild b/virtual/httpd-php/httpd-php-8.2.ebuild
16 new file mode 100644
17 index 000000000000..dab8a6159b46
18 --- /dev/null
19 +++ b/virtual/httpd-php/httpd-php-8.2.ebuild
20 @@ -0,0 +1,12 @@
21 +# Copyright 1999-2022 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI="8"
25 +
26 +DESCRIPTION="Virtual to provide PHP-enabled webservers"
27 +SLOT="${PV}"
28 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
29 +
30 +RDEPEND="|| ( dev-lang/php:${SLOT}[fpm]
31 + dev-lang/php:${SLOT}[apache2]
32 + dev-lang/php:${SLOT}[cgi] )"