# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{7,8,9} ) inherit python-any-r1 scons-utils toolchain-funcs flag-o-matic MY_PN="${PN}-4" MY_P="${MY_PN}-${PV}" DESCRIPTION="Synchronous multi-master replication engine that provides the wsrep API" HOMEPAGE="https://galeracluster.com" SRC_URI="https://releases.galeracluster.com/${MY_PN}/source/${MY_P}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2 BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="cpu_flags_x86_sse4_2 garbd test" # Tests are currently broken, see # - https://github.com/codership/galera/issues/595 # - https://github.com/codership/galera/issues/596 RESTRICT="test" COMMON_DEPEND=" dev-libs/openssl:0= >=dev-libs/boost-1.41:0= " DEPEND=" ${COMMON_DEPEND} dev-libs/check >=dev-cpp/asio-1.10.1[ssl(+)]