commit: f497a1f6fb83a811ee5fa2a9074baf9dd776945e
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 20 00:47:35 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Apr 20 02:39:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f497a1f6
dev-libs/ncnn: add subslot
ABI seems unstable (e.g. waifu2x-ncnn-vulkan often segfaults
without a rebuild against new ncnn). Given this seem like
a recurring issue, rather than try to track issues or pin
versions let's try 0/${PV} subslot until situation improves.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-libs/ncnn/{ncnn-20210525.ebuild => ncnn-20210525-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/ncnn/ncnn-20210525.ebuild
b/dev-libs/ncnn/ncnn-20210525-r1.ebuild
similarity index 94%
rename from dev-libs/ncnn/ncnn-20210525.ebuild
rename to dev-libs/ncnn/ncnn-20210525-r1.ebuild
index efac9e4e5810..a6aa54a5132f 100644
--- a/dev-libs/ncnn/ncnn-20210525.ebuild
+++ b/dev-libs/ncnn/ncnn-20210525-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/Tencent/ncnn"
SRC_URI="https://github.com/Tencent/ncnn/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD ZLIB"
-SLOT="0"
+SLOT="0/${PV}" # currently has unstable ABI that often requires rebuilds
KEYWORDS="~amd64 ~x86"
IUSE="tools +vulkan"