From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8B34E1384E3 for ; Fri, 28 Aug 2015 09:23:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B0AAE08DA; Fri, 28 Aug 2015 09:23:44 +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 170BAE08DA for ; Fri, 28 Aug 2015 09:23:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9074340A42 for ; Fri, 28 Aug 2015 09:23:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABE6813B for ; Fri, 28 Aug 2015 09:23:39 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1440753809.97ec435f2831d39a59945b2f4d2c9771b2bd4911.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/android-ndk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/android-ndk/android-ndk-10e.ebuild X-VCS-Directories: dev-util/android-ndk/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 97ec435f2831d39a59945b2f4d2c9771b2bd4911 X-VCS-Branch: master Date: Fri, 28 Aug 2015 09:23:39 +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-Archives-Salt: e1da8d48-a5f8-4512-ab05-f9d40c910df8 X-Archives-Hash: eb14b8a88cb50e9991f9e13def0cdc65 commit: 97ec435f2831d39a59945b2f4d2c9771b2bd4911 Author: Jason Zaman gentoo org> AuthorDate: Fri Aug 28 09:23:01 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Fri Aug 28 09:23:29 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97ec435f dev-util/android-ndk: Add ncurses-5 dep Package-Manager: portage-2.2.20.1 dev-util/android-ndk/android-ndk-10e.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-util/android-ndk/android-ndk-10e.ebuild b/dev-util/android-ndk/android-ndk-10e.ebuild index 591c218..312d419 100644 --- a/dev-util/android-ndk/android-ndk-10e.ebuild +++ b/dev-util/android-ndk/android-ndk-10e.ebuild @@ -20,7 +20,11 @@ RESTRICT="mirror strip installsources test" DEPEND="app-arch/p7zip" RDEPEND=">=dev-util/android-sdk-update-manager-10 - >=sys-devel/make-3.81" + >=sys-devel/make-3.81 + || ( + sys-libs/ncurses:0/5 + sys-libs/ncurses:5/5 + )" S="${WORKDIR}/${PN}-r${PV}"