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 F0C98158089 for ; Tue, 10 Oct 2023 20:20:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 429382BC01C; Tue, 10 Oct 2023 20:20:07 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2EB0E2BC01C for ; Tue, 10 Oct 2023 20:20:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36DEF335C2E for ; Tue, 10 Oct 2023 20:20:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 631AC10D3 for ; Tue, 10 Oct 2023 20:20:02 +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: <1696969093.a16bc4180f329106a8c8b7f57848c662bbb1cf07.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-20220728.ebuild X-VCS-Directories: media-gfx/waifu2x-ncnn-vulkan/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: a16bc4180f329106a8c8b7f57848c662bbb1cf07 X-VCS-Branch: master Date: Tue, 10 Oct 2023 20:20:02 +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: 1fd00f5f-11ad-45ba-9de9-a694ab72c8f6 X-Archives-Hash: 85a9541a6beb9712e0a5b7107e522ba0 commit: a16bc4180f329106a8c8b7f57848c662bbb1cf07 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Oct 10 19:36:39 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Oct 10 20:18:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a16bc418 media-gfx/waifu2x-ncnn-vulkan: minor style adjustment Signed-off-by: Ionen Wolkens gentoo.org> media-gfx/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20220728.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/media-gfx/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20220728.ebuild b/media-gfx/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20220728.ebuild index 640620c62e2e..5a24f794e37d 100644 --- a/media-gfx/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20220728.ebuild +++ b/media-gfx/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20220728.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,11 +16,13 @@ KEYWORDS="~amd64 ~x86" RDEPEND=" dev-libs/ncnn:=[vulkan] media-libs/libwebp:= - media-libs/vulkan-loader" + media-libs/vulkan-loader +" DEPEND=" ${RDEPEND} dev-util/glslang - dev-util/vulkan-headers" + dev-util/vulkan-headers +" PATCHES=( "${FILESDIR}"/${PN}-20210521-no-lto.patch