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 26CBF1580B5 for ; Sat, 4 Sep 2021 06:26:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D6A4E0878; Sat, 4 Sep 2021 06:26:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 74FF6E0878 for ; Sat, 4 Sep 2021 06:26:46 +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 9467033BF35 for ; Sat, 4 Sep 2021 06:26:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B87ADAB for ; Sat, 4 Sep 2021 06:26:42 +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: <1630734952.8342fc790a369193c3cc7ff59a1c40ed7f43159b.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-2.3.18.ebuild X-VCS-Directories: dev-cpp/notcurses/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 8342fc790a369193c3cc7ff59a1c40ed7f43159b X-VCS-Branch: master Date: Sat, 4 Sep 2021 06:26:42 +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: f4d41fa4-d534-4926-a8da-7a85ed1c0c4e X-Archives-Hash: d5960a993e843a643e5f6ffa69b48db3 commit: 8342fc790a369193c3cc7ff59a1c40ed7f43159b Author: Joonas Niilola gentoo org> AuthorDate: Sat Sep 4 05:55:52 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Sep 4 05:55:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8342fc79 dev-cpp/notcurses: add missing dep, and subslot binders Signed-off-by: Joonas Niilola gentoo.org> dev-cpp/notcurses/notcurses-2.3.18.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-cpp/notcurses/notcurses-2.3.18.ebuild b/dev-cpp/notcurses/notcurses-2.3.18.ebuild index b2fd785401b..d63e802b873 100644 --- a/dev-cpp/notcurses/notcurses-2.3.18.ebuild +++ b/dev-cpp/notcurses/notcurses-2.3.18.ebuild @@ -14,10 +14,11 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="dev-libs/libunistring - media-video/ffmpeg +DEPEND="dev-libs/libunistring:= + media-video/ffmpeg:= sys-libs/gpm - >=sys-libs/readline-8.0 + sys-libs/ncurses:= + >=sys-libs/readline-8.0:= sys-libs/zlib" RDEPEND="${DEPEND}"