From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7269C15808D for ; Wed, 20 Apr 2022 02:40:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09DB1E0837; Wed, 20 Apr 2022 02:40:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 770EDE0837 for ; Wed, 20 Apr 2022 02:40:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 16EB3341B32 for ; Wed, 20 Apr 2022 02:40:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 625E73B2 for ; Wed, 20 Apr 2022 02:40:10 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1650422379.bc53163524ece9c2421f16af6a0ed5c54a43945a.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/waifu2x-ncnn-vulkan/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521-r1.ebuild media-gfx/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521.ebuild X-VCS-Directories: media-gfx/waifu2x-ncnn-vulkan/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: bc53163524ece9c2421f16af6a0ed5c54a43945a X-VCS-Branch: master Date: Wed, 20 Apr 2022 02:40:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1077ad77-597c-4549-a285-adf60d826beb X-Archives-Hash: 9536f0cadaba68d7dae0bc2dd4631b47 commit: bc53163524ece9c2421f16af6a0ed5c54a43945a Author: Ionen Wolkens gentoo org> AuthorDate: Wed Apr 20 00:58:38 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Apr 20 02:39:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc531635 media-gfx/waifu2x-ncnn-vulkan: subscribe to ncnn subslot and unpin Hard pinning to a single version shouldn't be necessary (it works with both old and far newer ncnn), but it does break if not rebuilt when changing version. Let's try a subslot approach. Signed-off-by: Ionen Wolkens gentoo.org> ...n-vulkan-20210521.ebuild => waifu2x-ncnn-vulkan-20210521-r1.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-gfx/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521.ebuild b/media-gfx/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521-r1.ebuild similarity index 92% rename from media-gfx/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521.ebuild rename to media-gfx/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521-r1.ebuild index cc5fc8bd42a0..ca5fdc679d96 100644 --- a/media-gfx/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521.ebuild +++ b/media-gfx/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521-r1.ebuild @@ -13,9 +13,8 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -# Pin dev-libs/ncnn near bundled copy until more stable. RDEPEND=" - ~dev-libs/ncnn-20210525[vulkan] + dev-libs/ncnn:=[vulkan] dev-util/glslang media-libs/libwebp:= media-libs/vulkan-loader"