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 7D0E6158086 for ; Sat, 4 Dec 2021 12:38:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C43422BC02A; Sat, 4 Dec 2021 12:38:52 +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 D7C0F2BC02A for ; Sat, 4 Dec 2021 12:38:51 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53766342DDD for ; Sat, 4 Dec 2021 12:38:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 616B6200 for ; Sat, 4 Dec 2021 12:38:48 +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: <1638621441.102b45bbf52a00bf1dc854b6350d1b3e04de773c.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/notcurses/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/notcurses/notcurses-3.0.0.ebuild X-VCS-Directories: dev-cpp/notcurses/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 102b45bbf52a00bf1dc854b6350d1b3e04de773c X-VCS-Branch: master Date: Sat, 4 Dec 2021 12:38:48 +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: a8249480-a2cc-4b3b-ba22-d31183a97648 X-Archives-Hash: 032651ffeb07b825ea301bc7690c781e commit: 102b45bbf52a00bf1dc854b6350d1b3e04de773c Author: Joonas Niilola gentoo org> AuthorDate: Sat Dec 4 12:37:21 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Dec 4 12:37:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=102b45bb dev-cpp/notcurses: remove zlib dep - detected by iwdevtools. Required by deflate option, which apparently needs a dep not currently packaged in Gentoo. Signed-off-by: Joonas Niilola gentoo.org> dev-cpp/notcurses/notcurses-3.0.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-cpp/notcurses/notcurses-3.0.0.ebuild b/dev-cpp/notcurses/notcurses-3.0.0.ebuild index 2878a9ad2126..1f79a82691ed 100644 --- a/dev-cpp/notcurses/notcurses-3.0.0.ebuild +++ b/dev-cpp/notcurses/notcurses-3.0.0.ebuild @@ -17,8 +17,7 @@ KEYWORDS="~amd64 ~x86" DEPEND="dev-libs/libunistring:= media-video/ffmpeg:= sys-libs/gpm - sys-libs/ncurses:= - sys-libs/zlib" + sys-libs/ncurses:=" RDEPEND="${DEPEND}" src_configure() {