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 929D7138350 for ; Sat, 21 Mar 2020 08:59:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4C47E0B1A; Sat, 21 Mar 2020 08:59:06 +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 B898EE0B1A for ; Sat, 21 Mar 2020 08:59:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4F37834F0E4 for ; Sat, 21 Mar 2020 08:59:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EA7918C for ; Sat, 21 Mar 2020 08:59:04 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1584781135.dddf70e20f017a1c81b6908543ffa7b74d9a8e86.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty-terminfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/kitty-terminfo/kitty-terminfo-0.16.0.ebuild X-VCS-Directories: x11-terms/kitty-terminfo/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: dddf70e20f017a1c81b6908543ffa7b74d9a8e86 X-VCS-Branch: master Date: Sat, 21 Mar 2020 08:59:04 +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: 5c10c529-6e80-42f7-acc8-966044478d8f X-Archives-Hash: d4b27d72ba82d9e6f7c16c478443743c commit: dddf70e20f017a1c81b6908543ffa7b74d9a8e86 Author: end222 gmail com> AuthorDate: Fri Mar 20 16:12:01 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Mar 21 08:58:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dddf70e2 x11-terms/kitty-terminfo: remove unnecessary dependency Signed-off-by: Pablo Orduna gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15024 Signed-off-by: Joonas Niilola gentoo.org> x11-terms/kitty-terminfo/kitty-terminfo-0.16.0.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/x11-terms/kitty-terminfo/kitty-terminfo-0.16.0.ebuild b/x11-terms/kitty-terminfo/kitty-terminfo-0.16.0.ebuild index 01d70cf0014..6ceb2f1ead7 100644 --- a/x11-terms/kitty-terminfo/kitty-terminfo-0.16.0.ebuild +++ b/x11-terms/kitty-terminfo/kitty-terminfo-0.16.0.ebuild @@ -23,8 +23,6 @@ RDEPEND="${PYTHON_DEPS}" DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - PATCHES=( "${FILESDIR}"/kitty-terminfo-setup.patch )