www-apps/tt-rss: Switch to mysqli interface

Fixes bug 595760.

Package-Manager: portage-2.3.0
This commit is contained in:
Thomas Kahle
2016-10-12 09:38:19 +02:00
parent d2c7db0327
commit 782a4c1b1d
2 changed files with 8 additions and 8 deletions

View 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

View 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