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 786B5139694 for ; Tue, 23 May 2017 11:21:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA706E0D29; Tue, 23 May 2017 11:21:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AADA2E0D29 for ; Tue, 23 May 2017 11:21:45 +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 8E36534172F for ; Tue, 23 May 2017 11:21:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0293B7454 for ; Tue, 23 May 2017 11:21:43 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1495538487.26e468fdc8f37e0195c847a93fd51da8e253567f.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/nvi/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/nvi/nvi-1.81.6-r7.ebuild X-VCS-Directories: app-editors/nvi/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 26e468fdc8f37e0195c847a93fd51da8e253567f X-VCS-Branch: master Date: Tue, 23 May 2017 11:21:43 +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: 964444c0-de7c-4d09-ba24-3de8a1f33104 X-Archives-Hash: af9298030ae817cc527ea04d641817db commit: 26e468fdc8f37e0195c847a93fd51da8e253567f Author: Fabian Groffen gentoo org> AuthorDate: Tue May 23 11:21:27 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue May 23 11:21:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26e468fd app-editors/nvi: fixed for and marked ~x64-macos Package-Manager: Portage-2.3.5, Repoman-2.3.1 app-editors/nvi/nvi-1.81.6-r7.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-editors/nvi/nvi-1.81.6-r7.ebuild b/app-editors/nvi/nvi-1.81.6-r7.ebuild index 7b4d84c7d6f..05394818424 100644 --- a/app-editors/nvi/nvi-1.81.6-r7.ebuild +++ b/app-editors/nvi/nvi-1.81.6-r7.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://garage.linux.student.kuleuven.be/~skimo/nvi/devel/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~x64-macos" IUSE="perl tcl unicode" CDEPEND=">=sys-libs/db-4.2.52_p5:= @@ -60,6 +60,9 @@ src_configure() { append-cppflags "-D_PATH_MSGCAT=\"\\\"${EPREFIX%/}/usr/share/vi/catalog/\\\"\"" append-cppflags -I"$(db_includedir)" + # Darwin doesn't have stropts.h, bug #619416 + [[ ${CHOST} == *-darwin* ]] && export vi_cv_sys5_pty=no + pushd dist 2>/dev/null || die econf \ --program-prefix=n \