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 0AF48138239 for ; Sun, 29 Mar 2020 22:06:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A1B6E081E; Sun, 29 Mar 2020 22:06:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1A09AE081E for ; Sun, 29 Mar 2020 22:06:14 +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 D42C534F01E for ; Sun, 29 Mar 2020 22:06:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 391CE18E for ; Sun, 29 Mar 2020 22:06:11 +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: <1585519565.28689869878a7210074e88e803b58c4771c13f4f.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-20200224.ebuild X-VCS-Directories: media-gfx/waifu2x-ncnn-vulkan/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: 28689869878a7210074e88e803b58c4771c13f4f X-VCS-Branch: master Date: Sun, 29 Mar 2020 22:06:11 +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: 388b1289-8923-49da-8586-145610532419 X-Archives-Hash: acd7db28b144e454dd1bebd6e21920d5 commit: 28689869878a7210074e88e803b58c4771c13f4f Author: Piotr Karbowski gentoo org> AuthorDate: Sun Mar 29 22:05:13 2020 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Sun Mar 29 22:06:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28689869 media-gfx/waifu2x-ncnn-vulkan-20200224: fix DoubleEmptyLine & TrailingEmptyLine Signed-off-by: Piotr Karbowski gentoo.org> media-gfx/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20200224.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/media-gfx/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20200224.ebuild b/media-gfx/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20200224.ebuild index bd150b371ec..77225416ea8 100644 --- a/media-gfx/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20200224.ebuild +++ b/media-gfx/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20200224.ebuild @@ -15,7 +15,6 @@ LICENSE="MIT" SLOT="0" IUSE="" - DEPEND=" dev-libs/ncnn media-libs/vulkan-loader" @@ -39,4 +38,3 @@ src_install() { insinto "/usr/share/${PN}" doins -r models/* } -