commit:     503acc5cc7bd623a905fa7768ccaac5977e9335d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 27 23:23:38 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 27 23:23:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=503acc5c

sci-libs/openlibm: fix subslot in 0.7.2

Upstream use the soname accurately it seems, so let's
not use ${PV}.

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/openlibm/openlibm-0.7.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sci-libs/openlibm/openlibm-0.7.2.ebuild 
b/sci-libs/openlibm/openlibm-0.7.2.ebuild
index e3c9df31946..83cb64621d1 100644
--- a/sci-libs/openlibm/openlibm-0.7.2.ebuild
+++ b/sci-libs/openlibm/openlibm-0.7.2.ebuild
@@ -10,7 +10,8 @@ HOMEPAGE="https://github.com/JuliaLang/openlibm";
 SRC_URI="https://github.com/JuliaMath/openlibm/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="public-domain MIT ISC BSD-2 LGPL-2.1+"
-SLOT="0/${PV}.0"
+# See https://abi-laboratory.pro/index.php?view=timeline&l=openlibm
+SLOT="0/3"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 
 PATCHES=( "${FILESDIR}"/${PN}-0.7.2-make_inc.patch )

Reply via email to