Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 521848 | Differences between
and this patch

Collapse All | Expand All

(-)baikal-0.2.7.ebuild (-2 / +2 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2014 Gentoo Foundation
1
# Copyright 1999-2014 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/www-apps/baikal/baikal-0.2.7.ebuild,v 1.1 2014/06/06 18:37:10 grobian Exp $
3
# $Header: $
4
4
5
EAPI="5"
5
EAPI="5"
6
6
Lines 15-21 Link Here
15
IUSE="+mysql sqlite"
15
IUSE="+mysql sqlite"
16
REQUIRED_USE="|| ( mysql sqlite )"
16
REQUIRED_USE="|| ( mysql sqlite )"
17
17
18
RDEPEND=">=dev-lang/php-5.3[pdo,xml,mysql?,sqlite?]
18
RDEPEND=">=dev-lang/php-5.3[ctype,filter,pdo,session,xml,mysql?,sqlite?]
19
	mysql? ( virtual/mysql )
19
	mysql? ( virtual/mysql )
20
	sqlite? ( dev-db/sqlite )
20
	sqlite? ( dev-db/sqlite )
21
	virtual/httpd-php"
21
	virtual/httpd-php"

Return to bug 521848