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 1D7571382C5 for ; Sun, 14 Mar 2021 18:35:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 380AEE07DB; Sun, 14 Mar 2021 18:35:56 +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 1629DE07DB for ; Sun, 14 Mar 2021 18:35:56 +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 BBFD8335C92 for ; Sun, 14 Mar 2021 18:35:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24E85597 for ; Sun, 14 Mar 2021 18:35:53 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1615746895.821bdc60c8dcad883a38fabf2aae9ef6be96334e.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/neovim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/neovim/neovim-0.4.4-r100.ebuild X-VCS-Directories: app-editors/neovim/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 821bdc60c8dcad883a38fabf2aae9ef6be96334e X-VCS-Branch: master Date: Sun, 14 Mar 2021 18:35:53 +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: 6a74b924-00a9-4c99-959b-13677339a542 X-Archives-Hash: 23a22024d02022d0005b798566c43c2b commit: 821bdc60c8dcad883a38fabf2aae9ef6be96334e Author: Aaron Bauman gentoo org> AuthorDate: Sun Mar 14 18:34:55 2021 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Mar 14 18:34:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=821bdc60 app-editors/neovim: keyword x64-macos and fix dep * net-libs/libnsl is not required and does not build due to dep on libtirpc Signed-off-by: Aaron Bauman gentoo.org> app-editors/neovim/neovim-0.4.4-r100.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-editors/neovim/neovim-0.4.4-r100.ebuild b/app-editors/neovim/neovim-0.4.4-r100.ebuild index f501db09c7e..6f725bc078d 100644 --- a/app-editors/neovim/neovim-0.4.4-r100.ebuild +++ b/app-editors/neovim/neovim-0.4.4-r100.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/neovim/neovim.git" else SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 x86" + KEYWORDS="amd64 ~arm ~arm64 x86 ~x64-macos" fi LICENSE="Apache-2.0 vim" @@ -49,7 +49,9 @@ DEPEND="${LUA_DEPS} dev-libs/libuv:0= >=dev-libs/libvterm-0.1.2 dev-libs/msgpack:0= - net-libs/libnsl + !kernel_Darwin? ( + net-libs/libnsl + ) tui? ( dev-libs/libtermkey >=dev-libs/unibilium-2.0.0:0=