mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 09:08:08 -07:00
17 lines
655 B
Plaintext
17 lines
655 B
Plaintext
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 58a918e3a42d0156f010dcfd43725be5
|
|
_md5_=9cdef4fd2e1d975331f5d60b4eb84e7d
|