Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 228953
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +7 lines)
Line  Link Here
0
-- dev-libs/apr-util/apr-util-1.3.0.ebuild
0
++ dev-libs/apr-util/apr-util-1.3.2.ebuild
Lines 6-26 Link Here
6
6
7
DESCRIPTION="Apache Portable Runtime Utility Library"
7
DESCRIPTION="Apache Portable Runtime Utility Library"
8
HOMEPAGE="http://apr.apache.org/"
8
HOMEPAGE="http://apr.apache.org/"
9
SRC_URI="mirror://apache/apr/${P}.tar.gz
9
SRC_URI="mirror://apache/apr/${P}.tar.gz"
10
	mirror://apache/apr/apr-${PV}.tar.gz"
11
10
12
LICENSE="Apache-2.0"
11
LICENSE="Apache-2.0"
13
SLOT="1"
12
SLOT="1"
14
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
15
IUSE="berkdb doc gdbm ldap mysql postgres sqlite sqlite3"
14
IUSE="berkdb doc freetds gdbm ldap mysql odbc postgres sqlite sqlite3"
16
RESTRICT="test"
15
RESTRICT="test"
17
16
18
RDEPEND="dev-libs/expat
17
RDEPEND="dev-libs/expat
19
	>=dev-libs/apr-${PV}
18
	>=dev-libs/apr-${PV}
20
	berkdb? ( =sys-libs/db-4* )
19
	berkdb? ( =sys-libs/db-4* )
20
	freetds? ( dev-db/freetds )
21
	gdbm? ( sys-libs/gdbm )
21
	gdbm? ( sys-libs/gdbm )
22
	ldap? ( =net-nds/openldap-2* )
22
	ldap? ( =net-nds/openldap-2* )
23
	mysql? ( =virtual/mysql-5* )
23
	mysql? ( =virtual/mysql-5* )
24
	odbc? ( dev-db/unixODBC )
24
	postgres? ( virtual/postgresql-base )
25
	postgres? ( virtual/postgresql-base )
25
	sqlite? ( =dev-db/sqlite-2* )
26
	sqlite? ( =dev-db/sqlite-2* )
26
	sqlite3? ( =dev-db/sqlite-3* )"
27
	sqlite3? ( =dev-db/sqlite-3* )"
Lines 45-52 Link Here
45
	econf --datadir=/usr/share/apr-util-1 \
46
	econf --datadir=/usr/share/apr-util-1 \
46
		--with-apr=/usr \
47
		--with-apr=/usr \
47
		--with-expat=/usr \
48
		--with-expat=/usr \
49
		$(use_with freetds) \
48
		$(use_with gdbm) \
50
		$(use_with gdbm) \
49
		$(use_with mysql) \
51
		$(use_with mysql) \
52
		$(use_with odbc) \
50
		$(use_with postgres pgsql) \
53
		$(use_with postgres pgsql) \
51
		$(use_with sqlite sqlite2) \
54
		$(use_with sqlite sqlite2) \
52
		$(use_with sqlite3) \
55
		$(use_with sqlite3) \

Return to bug 228953