blob: 4ea7dcd5bd2634321b3c832a7762b2ad64304765 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DEFINED_PHASES=compile configure install prepare test
DEPEND=mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql ) sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] ) ssl? ( dev-libs/openssl ) virtual/pkgconfig doc? ( app-doc/doxygen )
DESCRIPTION=A thread safe high level multi-database connection pool library
EAPI=4
HOMEPAGE=http://www.tildeslash.com/libzdb/
IUSE=debug doc mysql postgres +sqlite ssl static-libs
KEYWORDS=~x86 ~amd64
LICENSE=GPL-3
RDEPEND=mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql ) sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] ) ssl? ( dev-libs/openssl )
REQUIRED_USE=|| ( postgres mysql sqlite )
RESTRICT=test
SLOT=0
SRC_URI=http://www.tildeslash.com/libzdb/dist/libzdb-2.11.3.tar.gz
_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf
_md5_=daf4a427611fb283af52d09a14a5a113
|