# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit cmake 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}.$(ver_cut 3)/source/${MY_P}.tar.gz -> ${P}.tar.gz " S="${WORKDIR}/${MY_P}" LICENSE="GPL-2 BSD" SLOT="0" KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86" IUSE="garbd ssl" RDEPEND=" ssl? ( dev-libs/openssl:= ) dev-libs/boost:= " # TODO: Make check dep optional DEPEND=" ${RDEPEND} >=dev-cpp/asio-1.22