# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) MY_P="${PN}-3-${PV}" inherit python-any-r1 scons-utils toolchain-funcs user flag-o-matic DESCRIPTION="Synchronous multi-master replication engine that provides the wsrep API" HOMEPAGE="http://galeracluster.com" SRC_URI="http://releases.galeracluster.com/${PN}-3/source/galera-3-${PV}.tar.gz" LICENSE="GPL-2 BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="cpu_flags_x86_sse4_2 garbd test" CDEPEND=" dev-libs/openssl:0= >=dev-libs/boost-1.41:0= " BDEPEND=">=sys-devel/gcc-4.4" DEPEND="${BDEPEND} ${CDEPEND} dev-libs/check >=dev-cpp/asio-1.10.1[ssl]