summaryrefslogtreecommitdiff
path: root/www-apps/tt-rss/tt-rss-99999999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-06-02 21:45:28 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-06-02 21:45:28 +0100
commit2018227e9344edb9da15fc6a4a8298086cc2aa77 (patch)
treec18e1c09e605e94e2a1e93345ad25746cc9e14b9 /www-apps/tt-rss/tt-rss-99999999.ebuild
parent6f8038813c460b4f0572d5ef595cdfa94af3a94d (diff)
gentoo resync : 02.06.2019
Diffstat (limited to 'www-apps/tt-rss/tt-rss-99999999.ebuild')
-rw-r--r--www-apps/tt-rss/tt-rss-99999999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/www-apps/tt-rss/tt-rss-99999999.ebuild b/www-apps/tt-rss/tt-rss-99999999.ebuild
index b611aa54bd70..1f6d41d337bf 100644
--- a/www-apps/tt-rss/tt-rss-99999999.ebuild
+++ b/www-apps/tt-rss/tt-rss-99999999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit git-r3 prefix user webapp
@@ -16,8 +16,8 @@ REQUIRED_USE="|| ( mysqli postgres )"
DEPEND="daemon? ( acl? ( sys-apps/acl ) )"
RDEPEND="${DEPEND}
- daemon? ( dev-lang/php:*[mysqli?,postgres?,curl,cli,pcntl,pdo] )
- !daemon? ( dev-lang/php:*[mysqli?,postgres?,curl,pdo] )
+ daemon? ( dev-lang/php:*[mysqli?,postgres?,curl,cli,intl,pcntl,pdo] )
+ !daemon? ( dev-lang/php:*[mysqli?,postgres?,curl,intl,pdo] )
virtual/httpd-php:*"
DEPEND="!vhosts? ( ${DEPEND} )"