blob: e5ba93ebbc486cb534dc35462fa7ec517c92bd93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DEFINED_PHASES=compile install prepare test
DEPEND=test? ( dev-db/redis )
DESCRIPTION=Minimalistic C client library for the Redis database
EAPI=5
HOMEPAGE=https://github.com/redis/hiredis
IUSE=examples static-libs test
KEYWORDS=alpha amd64 hppa ppc64 ~x86 ~x86-fbsd ~x64-solaris
LICENSE=BSD
SLOT=0
SRC_URI=https://github.com/redis/hiredis/archive/v0.13.1.tar.gz -> hiredis-0.13.1.tar.gz
_eclass_exported_funcs=src_prepare:- src_compile:- src_test:- src_install:-
_eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783
_md5_=9a8b27c6aece5e35cd05dcd626c21229
|