diff options
author | Brian Evans <grknight@gentoo.org> | 2022-04-05 15:00:41 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2022-04-05 15:00:41 -0400 |
commit | 5473d0f58457389e6cbee74b2f7075c31809b90f (patch) | |
tree | 5f011fa17ed8ee8c0ca435d19ddfdcc1bbfec267 /virtual/httpd-php | |
parent | www-apps/icingaweb2-module-director: Drop old (diff) | |
download | gentoo-5473d0f58457389e6cbee74b2f7075c31809b90f.tar.gz gentoo-5473d0f58457389e6cbee74b2f7075c31809b90f.tar.bz2 gentoo-5473d0f58457389e6cbee74b2f7075c31809b90f.zip |
virtual/httpd-php: Drop 7.3
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'virtual/httpd-php')
-rw-r--r-- | virtual/httpd-php/httpd-php-7.3.ebuild | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/virtual/httpd-php/httpd-php-7.3.ebuild b/virtual/httpd-php/httpd-php-7.3.ebuild deleted file mode 100644 index 1b8858b546c2..000000000000 --- a/virtual/httpd-php/httpd-php-7.3.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -DESCRIPTION="Virtual to provide PHP-enabled webservers" -SLOT="${PV}" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~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] )" |