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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7D1E81382C5 for ; Sun, 18 Apr 2021 17:38:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8D7EE0855; Sun, 18 Apr 2021 17:38:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B49E0E0855 for ; Sun, 18 Apr 2021 17:38:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95106340DB7 for ; Sun, 18 Apr 2021 17:38:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3375964A for ; Sun, 18 Apr 2021 17:38:32 +0000 (UTC) From: "Piotr Karbowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" Message-ID: <1618767508.5e9659ff8a4d94603569aeb5ca33b36fe2c0feeb.slashbeast@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-20200818.ebuild X-VCS-Directories: media-gfx/waifu2x-ncnn-vulkan/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: 5e9659ff8a4d94603569aeb5ca33b36fe2c0feeb X-VCS-Branch: master Date: Sun, 18 Apr 2021 17:38:32 +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: 7030c4c9-1ff5-4c19-8018-627789a10f42 X-Archives-Hash: d137c3be8cbc64b59d78fcea601854da commit: 5e9659ff8a4d94603569aeb5ca33b36fe2c0feeb Author: Piotr Karbowski gentoo org> AuthorDate: Sun Apr 18 17:35:24 2021 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Sun Apr 18 17:38:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e9659ff media-gfx/waifu2x-ncnn-vulkan: pin 20200818 to compatible ncnn Signed-off-by: Piotr Karbowski gentoo.org> media-gfx/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20200818.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20200818.ebuild b/media-gfx/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20200818.ebuild index 028da39f4e2..5800b9b7f2e 100644 --- a/media-gfx/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20200818.ebuild +++ b/media-gfx/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20200818.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ SLOT="0" IUSE="" DEPEND=" - >=dev-libs/ncnn-20200727 + ~dev-libs/ncnn-20200727 media-libs/vulkan-loader media-libs/libwebp dev-util/glslang"