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 DEDC2138334 for ; Tue, 1 Oct 2019 19:14:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30341E095A; Tue, 1 Oct 2019 19:14:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1A7F7E095A for ; Tue, 1 Oct 2019 19:14:19 +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 1044934B76A for ; Tue, 1 Oct 2019 19:14:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C242182D for ; Tue, 1 Oct 2019 19:14:14 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1569957231.07f660b6e5d34e56de219a7147aa40b534dd2e60.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/adom/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-roguelike/adom/adom-1.1.1-r1.ebuild X-VCS-Directories: games-roguelike/adom/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 07f660b6e5d34e56de219a7147aa40b534dd2e60 X-VCS-Branch: master Date: Tue, 1 Oct 2019 19:14:14 +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: 790db0b8-3fac-487c-8f6a-1bab37c55f47 X-Archives-Hash: 46f152eb3c4b0c45de2abf16acf32697 commit: 07f660b6e5d34e56de219a7147aa40b534dd2e60 Author: Michał Górny gentoo org> AuthorDate: Mon Sep 23 06:10:47 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Oct 1 19:13:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07f660b6 games-roguelike/adom: Update for sys-libs/ncurses-compat Signed-off-by: Michał Górny gentoo.org> games-roguelike/adom/adom-1.1.1-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/games-roguelike/adom/adom-1.1.1-r1.ebuild b/games-roguelike/adom/adom-1.1.1-r1.ebuild index e1d53a9adfc..02e9d5aacfe 100644 --- a/games-roguelike/adom/adom-1.1.1-r1.ebuild +++ b/games-roguelike/adom/adom-1.1.1-r1.ebuild @@ -15,9 +15,7 @@ IUSE="" RESTRICT="strip" #bug #137340 QA_FLAGS_IGNORED="${GAMES_PREFIX_OPT:1}/bin/adom" -RDEPEND="|| ( - >=sys-libs/ncurses-5.9-r3:0/5[abi_x86_32(-)] - >=sys-libs/ncurses-5.9-r3:5/5[abi_x86_32(-)] )" +RDEPEND="sys-libs/ncurses-compat:5[abi_x86_32(-)]" S=${WORKDIR}/${PN}