commit:     8ff94fb19fe74d1b493915bb1dfb5f5bd668d55f
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Mon Mar  7 16:06:38 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Mon Mar  7 16:11:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ff94fb1

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

dev-cpp/coeurl has no stable ABI.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 .../mtxclient/{mtxclient-0.6.2.ebuild => mtxclient-0.6.2-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/mtxclient/mtxclient-0.6.2.ebuild 
b/dev-libs/mtxclient/mtxclient-0.6.2-r1.ebuild
similarity index 85%
rename from dev-libs/mtxclient/mtxclient-0.6.2.ebuild
rename to dev-libs/mtxclient/mtxclient-0.6.2-r1.ebuild
index f1520046c..a7a949bf1 100644
--- a/dev-libs/mtxclient/mtxclient-0.6.2.ebuild
+++ b/dev-libs/mtxclient/mtxclient-0.6.2-r1.ebuild
@@ -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
 
 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"
 
 LICENSE="MIT"
-SLOT="0"
+SLOT="0/${PV}" # ABI may break even on patch version changes
 KEYWORDS="~amd64"
 
 IUSE="test"
@@ -20,7 +20,7 @@ RDEPEND="
        dev-libs/olm
        >=dev-libs/openssl-1.1.0
        dev-libs/spdlog
-       >=dev-cpp/coeurl-0.1.1
+       >=dev-cpp/coeurl-0.1.1:=
 "
 DEPEND="
        ${RDEPEND}

Reply via email to