summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-04-19 20:47:35 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-04-19 22:39:39 -0400
commitf497a1f6fb83a811ee5fa2a9074baf9dd776945e (patch)
treed717d998526b0329d3163295daeefbab2f9e1808 /dev-libs
parentnet-libs/webkit-gtk: Drop old versions (diff)
downloadgentoo-f497a1f6fb83a811ee5fa2a9074baf9dd776945e.tar.gz
gentoo-f497a1f6fb83a811ee5fa2a9074baf9dd776945e.tar.bz2
gentoo-f497a1f6fb83a811ee5fa2a9074baf9dd776945e.zip
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@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/ncnn/ncnn-20210525-r1.ebuild (renamed from dev-libs/ncnn/ncnn-20210525.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/ncnn/ncnn-20210525.ebuild b/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"