# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit cmake MARIADB_VERSION="10.11.18" DESCRIPTION="Synchronous multi-master replication engine that provides the wsrep API" HOMEPAGE="https://mariadb.com/products/enterprise/galera-cluster/" SRC_URI="https://archive.mariadb.org/mariadb-${MARIADB_VERSION}/${P}/src/${P}.tar.gz" LICENSE="GPL-2 BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~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