From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-832178-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id E436A1399CE
	for <garchives@archives.gentoo.org>; Thu,  3 Sep 2015 19:00:22 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 513F5E084D;
	Thu,  3 Sep 2015 19:00:19 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id E6A6DE084D
	for <gentoo-commits@lists.gentoo.org>; Thu,  3 Sep 2015 19:00:18 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 13394340949
	for <gentoo-commits@lists.gentoo.org>; Thu,  3 Sep 2015 19:00:17 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6037A144
	for <gentoo-commits@lists.gentoo.org>; Thu,  3 Sep 2015 19:00:14 +0000 (UTC)
From: "Michael Sterrett" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" <mr_bones_@gentoo.org>
Message-ID: <1441306804.794fbbe7ad3a6846abc73e69c25bc0484aac958c.mr_bones_@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: mr_bones_
X-VCS-Committer-Name: Michael Sterrett
X-VCS-Revision: 794fbbe7ad3a6846abc73e69c25bc0484aac958c
X-VCS-Branch: master
Date: Thu,  3 Sep 2015 19:00:14 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 43b83c38-127c-4b04-8bec-f4587718c9dc
X-Archives-Hash: 19d799486f2af54efb526470a7679c02

commit:     794fbbe7ad3a6846abc73e69c25bc0484aac958c
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  3 18:59:51 2015 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Thu Sep  3 19:00:04 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=794fbbe7

make sure we get ncurses5 api (bug #559072) with inline patch from Sergei Trofimovich

Package-Manager: portage-2.2.20.1

 games-roguelike/adom/adom-1.1.1-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/games-roguelike/adom/adom-1.1.1-r1.ebuild b/games-roguelike/adom/adom-1.1.1-r1.ebuild
index af8ecd1..83d5f81 100644
--- a/games-roguelike/adom/adom-1.1.1-r1.ebuild
+++ b/games-roguelike/adom/adom-1.1.1-r1.ebuild
@@ -16,7 +16,9 @@ IUSE=""
 RESTRICT="strip" #bug #137340
 QA_FLAGS_IGNORED="${GAMES_PREFIX_OPT:1}/bin/adom"
 
-RDEPEND=">=sys-libs/ncurses-5.9-r3[abi_x86_32(-)]"
+RDEPEND="|| (
+	>=sys-libs/ncurses-5.9-r3:0/5[abi_x86_32(-)]
+	>=sys-libs/ncurses-5.9-r3:5/5[abi_x86_32(-)] )"
 
 S=${WORKDIR}/${PN}