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: Sun, 26 Sep 2021 00:27:51
Message-Id: 1632616063.c93c82fceb37b530eb709c444ff1679d3f1a7eea.grknight@gentoo
1 commit: c93c82fceb37b530eb709c444ff1679d3f1a7eea
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 26 00:27:17 2021 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 26 00:27:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c93c82fc
7
8 virtual/httpd-php: Version bump for 8.1 slot
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11
12 virtual/httpd-php/httpd-php-8.1.ebuild | 12 ++++++++++++
13 1 file changed, 12 insertions(+)
14
15 diff --git a/virtual/httpd-php/httpd-php-8.1.ebuild b/virtual/httpd-php/httpd-php-8.1.ebuild
16 new file mode 100644
17 index 00000000000..805f35eb874
18 --- /dev/null
19 +++ b/virtual/httpd-php/httpd-php-8.1.ebuild
20 @@ -0,0 +1,12 @@
21 +# Copyright 1999-2021 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] )"