From ba7b2200112f1aa1381176241cce2147e42f964a Mon Sep 17 00:00:00 2001 From: Thomas Kahle Date: Wed, 12 Oct 2016 23:10:59 +0200 Subject: www-apps/tt-rss: Fix mysql->mysqli transition Package-Manager: portage-2.3.0 --- www-apps/tt-rss/tt-rss-20160527.ebuild | 2 +- www-apps/tt-rss/tt-rss-20160930.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'www-apps/tt-rss') 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 -- cgit v1.2.3-65-gdbad