mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
15 lines
806 B
Plaintext
15 lines
806 B
Plaintext
DEFINED_PHASES=compile configure install prepare test
|
|
DEPEND=mysql? ( dev-db/mysql-connector-c:0= ) postgres? ( dev-db/postgresql:* ) sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] ) ssl? ( dev-libs/openssl:0= ) virtual/pkgconfig doc? ( app-text/doxygen )
|
|
DESCRIPTION=A thread safe high level multi-database connection pool library
|
|
EAPI=8
|
|
HOMEPAGE=https://www.tildeslash.com/libzdb/
|
|
IUSE=debug doc mysql postgres +sqlite ssl static-libs
|
|
KEYWORDS=~amd64 ~x86
|
|
LICENSE=GPL-3
|
|
RDEPEND=mysql? ( dev-db/mysql-connector-c:0= ) postgres? ( dev-db/postgresql:* ) sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] ) ssl? ( dev-libs/openssl:0= )
|
|
REQUIRED_USE=|| ( postgres mysql sqlite )
|
|
RESTRICT=test
|
|
SLOT=0
|
|
SRC_URI=https://www.tildeslash.com/libzdb/dist/libzdb-3.5.0.tar.gz
|
|
_md5_=935b117eba279654774539f24f2b673b
|