blob: f19dd520eee8cf497d82184d25604b376e9bc442 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEFINED_PHASES=compile install prepare test
DEPEND=ssl? ( dev-libs/openssl ) test? ( dev-db/redis )
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 ~ia64 ppc ppc64 ~s390 sparc x86 ~x64-solaris
LICENSE=BSD
RESTRICT=!test? ( test )
SLOT=0/1.0.0
SRC_URI=https://github.com/redis/hiredis/archive/v1.0.0.tar.gz -> hiredis-1.0.0.tar.gz
_eclasses_=toolchain-funcs 7a9551c9a6680454019664620505375a multilib 6f710a580aea2e8c7f5be70f8912ad43
_md5_=d74b3071e4550cfc7ef3ff1aed9c34bf
|