www-apps/tt-rss: Switch to mysqli interface
authorThomas Kahle <tomka@gentoo.org>
Wed, 12 Oct 2016 07:38:19 +0000 (09:38 +0200)
committerThomas Kahle <tomka@gentoo.org>
Wed, 12 Oct 2016 07:38:31 +0000 (09:38 +0200)
Fixes bug 595760.

Package-Manager: portage-2.3.0

www-apps/tt-rss/tt-rss-20160527.ebuild
www-apps/tt-rss/tt-rss-20160930.ebuild

index 7cfd32cf3269c3dedb1c639a35731a4ba208ac6f..8c401c951217455dde70584fb175013ee3cd052b 100644 (file)
@@ -12,16 +12,16 @@ SRC_URI="https://dev.gentoo.org/~tomka/files/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 KEYWORDS="~amd64 ~mips ~x86"
-IUSE="daemon +mysql postgres"
+IUSE="daemon +mysqli postgres"
 
 DEPEND="
-       daemon? ( dev-lang/php:*[mysql?,postgres?,pcntl,curl] )
-       !daemon? ( dev-lang/php:*[mysql?,postgres?,curl] )
+       daemon? ( dev-lang/php:*[mysqli?,postgres?,pcntl,curl] )
+       !daemon? ( dev-lang/php:*[mysqli?,postgres?,curl] )
        virtual/httpd-php:*
 "
 RDEPEND="${DEPEND}"
 
-REQUIRED_USE="|| ( mysql postgres )"
+REQUIRED_USE="|| ( mysqli postgres )"
 
 need_httpd_cgi  # From webapp.eclass
 
index 7cfd32cf3269c3dedb1c639a35731a4ba208ac6f..8c401c951217455dde70584fb175013ee3cd052b 100644 (file)
@@ -12,16 +12,16 @@ SRC_URI="https://dev.gentoo.org/~tomka/files/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 KEYWORDS="~amd64 ~mips ~x86"
-IUSE="daemon +mysql postgres"
+IUSE="daemon +mysqli postgres"
 
 DEPEND="
-       daemon? ( dev-lang/php:*[mysql?,postgres?,pcntl,curl] )
-       !daemon? ( dev-lang/php:*[mysql?,postgres?,curl] )
+       daemon? ( dev-lang/php:*[mysqli?,postgres?,pcntl,curl] )
+       !daemon? ( dev-lang/php:*[mysqli?,postgres?,curl] )
        virtual/httpd-php:*
 "
 RDEPEND="${DEPEND}"
 
-REQUIRED_USE="|| ( mysql postgres )"
+REQUIRED_USE="|| ( mysqli postgres )"
 
 need_httpd_cgi  # From webapp.eclass