mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
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:
@@ -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}
|
||||||
Reference in New Issue
Block a user