Revert DOCTYPE SYSTEM https changes in metadata.xml
[gentoo.git] / dev-php / PEAR-MDB2_Driver_mssql / PEAR-MDB2_Driver_mssql-1.5.0_beta4.ebuild
1 # Copyright 1999-2013 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI="5"
6
7 inherit php-pear-r1
8
9 DESCRIPTION="Database Abstraction Layer, mssql driver"
10 LICENSE="BSD"
11 SLOT="0"
12 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
13 IUSE=""
14
15 DEPEND=">=dev-php/PEAR-MDB2-2.5.0_beta3
16                 dev-lang/php[mssql]"
17 RDEPEND="${DEPEND}"