mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
www-apps/tt-rss: Switch to mysqli interface
Fixes bug 595760. Package-Manager: portage-2.3.0
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user