View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (-3 / +6 lines)
 Lines 6-26    Link Here 
DESCRIPTION="Apache Portable Runtime Utility Library"
DESCRIPTION="Apache Portable Runtime Utility Library"
HOMEPAGE="http://apr.apache.org/"
HOMEPAGE="http://apr.apache.org/"
SRC_URI="mirror://apache/apr/${P}.tar.gz
SRC_URI="mirror://apache/apr/${P}.tar.gz"
	mirror://apache/apr/apr-${PV}.tar.gz"
LICENSE="Apache-2.0"
LICENSE="Apache-2.0"
SLOT="1"
SLOT="1"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE="berkdb doc gdbm ldap mysql postgres sqlite sqlite3"
IUSE="berkdb doc freetds gdbm ldap mysql odbc postgres sqlite sqlite3"
RESTRICT="test"
RESTRICT="test"
RDEPEND="dev-libs/expat
RDEPEND="dev-libs/expat
	>=dev-libs/apr-${PV}
	>=dev-libs/apr-${PV}
	berkdb? ( =sys-libs/db-4* )
	berkdb? ( =sys-libs/db-4* )
	freetds? ( dev-db/freetds )
	gdbm? ( sys-libs/gdbm )
	gdbm? ( sys-libs/gdbm )
	ldap? ( =net-nds/openldap-2* )
	ldap? ( =net-nds/openldap-2* )
	mysql? ( =virtual/mysql-5* )
	mysql? ( =virtual/mysql-5* )
	odbc? ( dev-db/unixODBC )
	postgres? ( virtual/postgresql-base )
	postgres? ( virtual/postgresql-base )
	sqlite? ( =dev-db/sqlite-2* )
	sqlite? ( =dev-db/sqlite-2* )
	sqlite3? ( =dev-db/sqlite-3* )"
	sqlite3? ( =dev-db/sqlite-3* )"
 Lines 45-52    Link Here 
	econf --datadir=/usr/share/apr-util-1 \
	econf --datadir=/usr/share/apr-util-1 \
		--with-apr=/usr \
		--with-apr=/usr \
		--with-expat=/usr \
		--with-expat=/usr \
		$(use_with freetds) \
		$(use_with gdbm) \
		$(use_with gdbm) \
		$(use_with mysql) \
		$(use_with mysql) \
		$(use_with odbc) \
		$(use_with postgres pgsql) \
		$(use_with postgres pgsql) \
		$(use_with sqlite sqlite2) \
		$(use_with sqlite sqlite2) \
		$(use_with sqlite3) \
		$(use_with sqlite3) \