blob: 6c795b1e827fbd78d0323b58ffa1d53b6f7b6af8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
BDEPEND=test? ( dev-db/redis )
DEFINED_PHASES=compile install prepare test
DEPEND=ssl? ( dev-libs/openssl:= )
DESCRIPTION=Minimalistic C client library for the Redis database
EAPI=7
HOMEPAGE=https://github.com/redis/hiredis
INHERIT=toolchain-funcs
IUSE=examples ssl static-libs test
KEYWORDS=~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 sparc x86 ~x64-solaris
LICENSE=BSD
RDEPEND=ssl? ( dev-libs/openssl:= )
RESTRICT=!test? ( test )
SLOT=0/1.0.2
SRC_URI=https://github.com/redis/hiredis/archive/v1.0.2.tar.gz -> hiredis-1.0.2.tar.gz
_eclasses_=multilib b2a329026f2e404e9e371097dda47f96 toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1
_md5_=500df29e54d134604dd177c7630e4fcb
|