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