diff options
author | 2016-05-10 14:30:29 +0200 | |
---|---|---|
committer | 2016-05-10 14:30:35 +0200 | |
commit | cf87b58bc2d023969acc107a10234d679d1b3ad8 (patch) | |
tree | 61bc9a4ac3cc3a001fccf4fa49f6026a7edcc3bb /net-libs/onion/onion-9999.ebuild | |
parent | app-misc/email2trac: bump to vn. 2.8.8 (diff) | |
download | gentoo-cf87b58bc2d023969acc107a10234d679d1b3ad8.tar.gz gentoo-cf87b58bc2d023969acc107a10234d679d1b3ad8.tar.bz2 gentoo-cf87b58bc2d023969acc107a10234d679d1b3ad8.zip |
net-libs/onion: bump to 0.8; bug #582534
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-libs/onion/onion-9999.ebuild')
-rw-r--r-- | net-libs/onion/onion-9999.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-libs/onion/onion-9999.ebuild b/net-libs/onion/onion-9999.ebuild index 405fa7b99ae4..73d8b540773d 100644 --- a/net-libs/onion/onion-9999.ebuild +++ b/net-libs/onion/onion-9999.ebuild @@ -28,6 +28,7 @@ SLOT="0" IUSE=" gnutls pam png jpeg xml systemd sqlite boehm-gc test examples cxx -libev -libevent + redis " RDEPEND=" @@ -41,6 +42,7 @@ RDEPEND=" boehm-gc? ( dev-libs/boehm-gc ) libev? ( dev-libs/libev ) !libev? ( libevent? ( dev-libs/libevent ) ) + redis? ( dev-libs/hiredis ) " DEPEND="${RDEPEND} test? ( net-misc/curl ) @@ -61,6 +63,7 @@ src_configure() { "-DONION_USE_TESTS=$(usex test)" "-DONION_EXAMPLES=$(usex examples)" "-DONION_USE_BINDINGS_CPP=$(usex cxx)" + "-DONION_USE_REDIS=$(usex redis)" "-DONION_POLLER=$(usex libev libev "$(usex libevent libevent default)")" ) cmake-utils_src_configure |