diff options
author | Karl-Johan Karlsson <creideiki@lysator.liu.se> | 2022-01-02 14:14:36 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-01-02 15:08:52 +0100 |
commit | b77106239011f1dd741d1b630770bc479f02ffb2 (patch) | |
tree | 3964bd9cdbff81448d588c7d9b3ecf6d82c651f6 /www-apps | |
parent | www-apps/tt-rss: Add PHP 8.0 support to live Git ebuild (diff) | |
download | gentoo-b77106239011f1dd741d1b630770bc479f02ffb2.tar.gz gentoo-b77106239011f1dd741d1b630770bc479f02ffb2.tar.bz2 gentoo-b77106239011f1dd741d1b630770bc479f02ffb2.zip |
www-apps/tt-rss: Remove PHP 7.2 support
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Karl-Johan Karlsson <creideiki@lysator.liu.se>
Closes: https://github.com/gentoo/gentoo/pull/23629
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/tt-rss/tt-rss-20200922.ebuild | 4 | ||||
-rw-r--r-- | www-apps/tt-rss/tt-rss-99999999.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www-apps/tt-rss/tt-rss-20200922.ebuild b/www-apps/tt-rss/tt-rss-20200922.ebuild index 09db5c1f1489..86ea09cce5e4 100644 --- a/www-apps/tt-rss/tt-rss-20200922.ebuild +++ b/www-apps/tt-rss/tt-rss-20200922.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~arm ~mips ~x86" IUSE="+acl daemon gd +mysqli postgres" REQUIRED_USE="|| ( mysqli postgres )" -PHP_SLOTS="7.4 7.3 7.2" +PHP_SLOTS="7.4 7.3" PHP_USE="gd?,mysqli?,postgres?,curl,fileinfo,intl,json(+),pdo,unicode,xml" php_rdepend() { diff --git a/www-apps/tt-rss/tt-rss-99999999.ebuild b/www-apps/tt-rss/tt-rss-99999999.ebuild index a563f6dcba25..25e4a31621d6 100644 --- a/www-apps/tt-rss/tt-rss-99999999.ebuild +++ b/www-apps/tt-rss/tt-rss-99999999.ebuild @@ -13,7 +13,7 @@ SLOT="${PV}" # Single live slot. IUSE="+acl daemon gd +mysqli postgres" REQUIRED_USE="|| ( mysqli postgres )" -PHP_SLOTS="8.0 7.4 7.3 7.2" +PHP_SLOTS="8.0 7.4 7.3" PHP_USE="gd?,mysqli?,postgres?,curl,fileinfo,intl,json(+),pdo,unicode,xml" php_rdepend() { |