summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www-apps/tt-rss/tt-rss-20160527.ebuild2
-rw-r--r--www-apps/tt-rss/tt-rss-20160930.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/tt-rss/tt-rss-20160527.ebuild b/www-apps/tt-rss/tt-rss-20160527.ebuild
index 8c401c951217..8b5964df08ff 100644
--- a/www-apps/tt-rss/tt-rss-20160527.ebuild
+++ b/www-apps/tt-rss/tt-rss-20160527.ebuild
@@ -38,7 +38,7 @@ src_prepare() {
# Customize config.php-dist so that the right 'DB_TYPE' is already set (according to the USE flag)
einfo "Customizing config.php-dist..."
- if use mysql && ! use postgres; then
+ if use mysqli && ! use postgres; then
sed -i \
-e "/define('DB_TYPE',/{s:pgsql:mysql:}" \
config.php-dist || die
diff --git a/www-apps/tt-rss/tt-rss-20160930.ebuild b/www-apps/tt-rss/tt-rss-20160930.ebuild
index 8c401c951217..8b5964df08ff 100644
--- a/www-apps/tt-rss/tt-rss-20160930.ebuild
+++ b/www-apps/tt-rss/tt-rss-20160930.ebuild
@@ -38,7 +38,7 @@ src_prepare() {
# Customize config.php-dist so that the right 'DB_TYPE' is already set (according to the USE flag)
einfo "Customizing config.php-dist..."
- if use mysql && ! use postgres; then
+ if use mysqli && ! use postgres; then
sed -i \
-e "/define('DB_TYPE',/{s:pgsql:mysql:}" \
config.php-dist || die