dev-libs/mtxclient: Add subslot, fix coeurl dependency

dev-cpp/coeurl has no stable ABI.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
Ronny (tastytea) Gutbrod
2022-03-07 17:06:38 +01:00
parent 946efd5dc1
commit 8ff94fb19f

View File

@@ -1,4 +1,4 @@
# Copyright 2020-2021 Gentoo Authors # Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/Nheko-Reborn/mtxclient"
SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT" LICENSE="MIT"
SLOT="0" SLOT="0/${PV}" # ABI may break even on patch version changes
KEYWORDS="~amd64" KEYWORDS="~amd64"
IUSE="test" IUSE="test"
@@ -20,7 +20,7 @@ RDEPEND="
dev-libs/olm dev-libs/olm
>=dev-libs/openssl-1.1.0 >=dev-libs/openssl-1.1.0
dev-libs/spdlog dev-libs/spdlog
>=dev-cpp/coeurl-0.1.1 >=dev-cpp/coeurl-0.1.1:=
" "
DEPEND=" DEPEND="
${RDEPEND} ${RDEPEND}